Lines Matching defs:mos7715_parport
96 struct mos7715_parport { struct
97 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 */
106 __u8 shadowECR; /* parallel port regs... */
107 __u8 shadowDCR;
108 atomic_t shadowDSR; /* updated in int-in callback */