Searched defs:mos7715_parport (Results 1 – 1 of 1) sorted by relevance
96 struct mos7715_parport { struct97 struct parport *pp; /* back to containing struct */98 struct kref ref_count; /* to instance of this struct */99 struct list_head deferred_urbs; /* list deferred async urbs */100 struct list_head active_urbs; /* list async urbs in flight */101 spinlock_t listlock; /* protects list access */102 bool msg_pending; /* usb sync call pending */103 struct completion syncmsg_compl; /* usb sync call completed */104 struct tasklet_struct urb_tasklet; /* for sending deferred urbs */105 struct usb_serial *serial; /* back to containing struct */[all …]