Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dio_edgeport.c196 struct edgeport_serial { struct
197 char name[MAX_NAME_LEN+2]; /* string name of this device */
199 struct edge_manuf_descriptor manuf_descriptor; /* the manufacturer descriptor */
200 struct edge_boot_descriptor boot_descriptor; /* the boot firmware descriptor */
201 struct edgeport_product_info product_info; /* Product Info */
202 struct edge_compatibility_descriptor epic_descriptor; /* Edgeport compatible descriptor */
203 int is_epic; /* flag if EPiC device or not */
205 __u8 interrupt_in_endpoint; /* the interrupt endpoint handle */
206 unsigned char *interrupt_in_buffer; /* the buffer we use for the interrupt endpoint */
207 struct urb *interrupt_read_urb; /* our interrupt urb */
[all …]
H A Dio_ti.c113 struct edgeport_serial { struct
114 struct product_info product_info;
115 u8 TI_I2C_Type; /* Type of I2C in UMP */
116 u8 TiReadI2C; /*
120 struct mutex es_lock;
121 int num_ports_open;
122 struct usb_serial *serial;
123 struct delayed_work heartbeat_work;
124 int fw_version;
125 bool use_heartbeat;