Home
last modified time | relevance | path

Searched defs:edgeport_serial (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/usb/serial/
Dio_edgeport.c125 struct edgeport_serial { struct
126 char name[MAX_NAME_LEN+2]; /* string name of this device */
128 struct edge_manuf_descriptor manuf_descriptor; /* the manufacturer descriptor */
129 struct edge_boot_descriptor boot_descriptor; /* the boot firmware descriptor */
130 struct edgeport_product_info product_info; /* Product Info */
131 struct edge_compatibility_descriptor epic_descriptor; /* Edgeport compatible descriptor */
132 int is_epic; /* flag if EPiC device or not */
134 __u8 interrupt_in_endpoint; /* the interrupt endpoint handle */
135 unsigned char *interrupt_in_buffer; /* the buffer we use for the interrupt endpoint */
136 struct urb *interrupt_read_urb; /* our interrupt urb */
[all …]
Dio_ti.c106 struct edgeport_serial { struct
107 struct product_info product_info;
108 u8 TI_I2C_Type; /* Type of I2C in UMP */
109 u8 TiReadI2C; /* Set to TRUE if we have read the
111 struct mutex es_lock;
112 int num_ports_open;
113 struct usb_serial *serial;