Searched defs:edgeport_serial (Results 1 – 2 of 2) sorted by relevance
116 struct edgeport_serial { struct117 char name[MAX_NAME_LEN+2]; /* string name of this device */119 struct edge_manuf_descriptor manuf_descriptor; /* the manufacturer descriptor */120 struct edge_boot_descriptor boot_descriptor; /* the boot firmware descriptor */121 struct edgeport_product_info product_info; /* Product Info */122 struct edge_compatibility_descriptor epic_descriptor; /* Edgeport compatible descriptor */123 int is_epic; /* flag if EPiC device or not */125 __u8 interrupt_in_endpoint; /* the interrupt endpoint handle */126 unsigned char *interrupt_in_buffer; /* the buffer we use for the interrupt endpoint */127 struct urb *interrupt_read_urb; /* our interrupt urb */[all …]
96 struct edgeport_serial { struct97 struct product_info product_info;98 u8 TI_I2C_Type; /* Type of I2C in UMP */99 u8 TiReadI2C; /* Set to TRUE if we have read the101 struct mutex es_lock;102 int num_ports_open;103 struct usb_serial *serial;