Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/serial/
Dmos7720.c108 struct mos7715_parport { struct
109 struct parport *pp; /* back to containing struct */
110 struct kref ref_count; /* to instance of this struct */
111 struct list_head deferred_urbs; /* list deferred async urbs */
112 struct list_head active_urbs; /* list async urbs in flight */
113 spinlock_t listlock; /* protects list access */
114 bool msg_pending; /* usb sync call pending */
115 struct completion syncmsg_compl; /* usb sync call completed */
116 struct tasklet_struct urb_tasklet; /* for sending deferred urbs */
117 struct usb_serial *serial; /* back to containing struct */
[all …]