Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_edgeport.c372 struct edgeport_serial { struct
373 char name[MAX_NAME_LEN+1]; /* string name of this device */
375 struct edge_manuf_descriptor manuf_descriptor; /* the manufacturer descriptor */
376 struct edge_boot_descriptor boot_descriptor; /* the boot firmware descriptor */
377 struct edgeport_product_info product_info; /* Product Info */
379 __u8 interrupt_in_endpoint; /* the interrupt endpoint handle */
380 unsigned char * interrupt_in_buffer; /* the buffer we use for the interrupt endpoint */
381 struct urb * interrupt_read_urb; /* our interrupt urb */
383 __u8 bulk_in_endpoint; /* the bulk in endpoint handle */
384 unsigned char * bulk_in_buffer; /* the buffer we use for the bulk in endpoint */
[all …]
Dio_ti.c112 struct edgeport_serial { struct
113 struct product_info product_info;
114 u8 TI_I2C_Type; // Type of I2C in UMP
115 u8 TiReadI2C; // Set to TRUE if we have read the I2c in Boot Mode
116 int num_ports_open;
117 struct usb_serial *serial;