Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-hc.h99 struct wa_rpipe { struct
100 struct kref refcnt;
101 struct usb_rpipe_descriptor descr;
102 struct usb_host_endpoint *ep;
103 struct wahc *wa;
104 spinlock_t seg_lock;
105 struct list_head seg_list;
106 struct list_head list_node;
107 atomic_t segs_available;
108 u8 buffer[1]; /* For reads/writes on USB */