Searched defs:wa_rpipe (Results 1 – 1 of 1) sorted by relevance
112 struct wa_rpipe { struct113 struct kref refcnt;114 struct usb_rpipe_descriptor descr;115 struct usb_host_endpoint *ep;116 struct wahc *wa;117 spinlock_t seg_lock;118 struct list_head seg_list;119 atomic_t segs_available;120 u8 buffer[1]; /* For reads/writes on USB */