Home
last modified time | relevance | path

Searched refs:wa_xfer (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/wusbcore/
Dwa-xfer.c122 struct wa_xfer *xfer; /* out xfer */
147 struct wa_xfer { struct
168 static void __wa_populate_dto_urb_isoc(struct wa_xfer *xfer, argument
170 static void wa_complete_remaining_xfer_segs(struct wa_xfer *xfer,
173 static inline void wa_xfer_init(struct wa_xfer *xfer) in wa_xfer_init()
188 struct wa_xfer *xfer = container_of(_xfer, struct wa_xfer, refcnt); in wa_xfer_destroy()
207 static void wa_xfer_get(struct wa_xfer *xfer) in wa_xfer_get()
212 static void wa_xfer_put(struct wa_xfer *xfer) in wa_xfer_put()
280 static void wa_xfer_giveback(struct wa_xfer *xfer) in wa_xfer_giveback()
299 static void wa_xfer_completion(struct wa_xfer *xfer) in wa_xfer_completion()
[all …]
Dwa-hc.h320 struct wa_xfer;
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt383 The main xfer descriptor, wa_xfer (equivalent to a URB) contains an
401 context (wa_xfer) and submit it. When the xfer is done, our callback is