Searched refs:wa_xfer (Results 1 – 3 of 3) sorted by relevance
108 struct wa_xfer *xfer; /* out xfer */133 struct wa_xfer { struct154 static void __wa_populate_dto_urb_isoc(struct wa_xfer *xfer, argument156 static void wa_complete_remaining_xfer_segs(struct wa_xfer *xfer,159 static inline void wa_xfer_init(struct wa_xfer *xfer) in wa_xfer_init()174 struct wa_xfer *xfer = container_of(_xfer, struct wa_xfer, refcnt); in wa_xfer_destroy()193 static void wa_xfer_get(struct wa_xfer *xfer) in wa_xfer_get()198 static void wa_xfer_put(struct wa_xfer *xfer) in wa_xfer_put()266 static void wa_xfer_giveback(struct wa_xfer *xfer) in wa_xfer_giveback()285 static void wa_xfer_completion(struct wa_xfer *xfer) in wa_xfer_completion()[all …]
306 struct wa_xfer;
400 The main xfer descriptor, wa_xfer (equivalent to a URB) contains an419 context (wa_xfer) and submit it. When the xfer is done, our callback is