Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/frontier/
Dtranzport.c125 struct usb_tranzport { struct
126 struct mutex mtx; /* locks this structure */
127 struct usb_interface *intf; /* save off the usb interface pointer */
128 int open_count; /* number of times this port opened */
129 struct tranzport_cmd (*ring_buffer)[RING_BUFFER_SIZE];
130 unsigned int ring_head;
131 unsigned int ring_tail;
132 wait_queue_head_t read_wait;
133 wait_queue_head_t write_wait;
134 unsigned char *interrupt_in_buffer;
[all …]