Searched refs:wa_xfer (Results 1 – 3 of 3) sorted by relevance
122 struct wa_xfer *xfer; /* out xfer */147 struct wa_xfer { struct168 static void __wa_populate_dto_urb_isoc(struct wa_xfer *xfer, argument170 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 …]
320 struct wa_xfer;
383 The main xfer descriptor, wa_xfer (equivalent to a URB) contains an401 context (wa_xfer) and submit it. When the xfer is done, our callback is