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