Searched defs:wa (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/wusbcore/ |
D | wa-rpipe.c | 69 static int __rpipe_get_descr(struct wahc *wa, in __rpipe_get_descr() 107 static int __rpipe_set_descr(struct wahc *wa, in __rpipe_set_descr() 148 static unsigned rpipe_get_idx(struct wahc *wa, unsigned rpipe_idx) in rpipe_get_idx() 161 static void rpipe_put_idx(struct wahc *wa, unsigned rpipe_idx) in rpipe_put_idx() 193 static int rpipe_get_idle(struct wa_rpipe **prpipe, struct wahc *wa, u8 crs, in rpipe_get_idle() 230 static int __rpipe_reset(struct wahc *wa, unsigned index) in __rpipe_reset() 313 static int rpipe_aim(struct wa_rpipe *rpipe, struct wahc *wa, in rpipe_aim() 386 static int rpipe_check_aim(const struct wa_rpipe *rpipe, const struct wahc *wa, in rpipe_check_aim() 432 int rpipe_get_by_ep(struct wahc *wa, struct usb_host_endpoint *ep, in rpipe_get_by_ep() 479 int wa_rpipes_create(struct wahc *wa) in wa_rpipes_create() [all …]
|
D | wa-hc.h | 116 struct wahc *wa; member 218 static inline int wa_nep_arm(struct wahc *wa, gfp_t gfp_mask) in wa_nep_arm() 226 static inline void wa_nep_disarm(struct wahc *wa) in wa_nep_disarm() 233 static inline void wa_rpipe_init(struct wahc *wa) in wa_rpipe_init() 239 static inline void wa_init(struct wahc *wa) in wa_init() 307 static inline struct wahc *wa_get(struct wahc *wa) in wa_get() 313 static inline void wa_put(struct wahc *wa) in wa_put() 319 static inline int __wa_feature(struct wahc *wa, unsigned op, u16 feature) in __wa_feature() 330 static inline int __wa_set_feature(struct wahc *wa, u16 feature) in __wa_set_feature() 336 static inline int __wa_clear_feature(struct wahc *wa, u16 feature) in __wa_clear_feature() [all …]
|
D | wa-nep.c | 62 struct wahc *wa; member 97 struct wahc *wa = nw->wa; in wa_notif_dispatch() local 179 static int wa_nep_queue(struct wahc *wa, size_t size) in wa_nep_queue() 221 struct wahc *wa = urb->context; in wa_nep_cb() local 261 int wa_nep_create(struct wahc *wa, struct usb_interface *iface) in wa_nep_create() 300 void wa_nep_destroy(struct wahc *wa) in wa_nep_destroy()
|
D | wa-hc.c | 36 int wa_create(struct wahc *wa, struct usb_interface *iface) in wa_create() 71 void __wa_destroy(struct wahc *wa) in __wa_destroy() 91 void wa_reset_all(struct wahc *wa) in wa_reset_all()
|
D | wa-xfer.c | 143 struct wahc *wa; /* Wire adapter we are plugged to */ member 320 static struct wa_xfer *wa_xfer_get_by_id(struct wahc *wa, u32 id) in wa_xfer_get_by_id() 508 struct wahc *wa; in wa_seg_dto_cb() local 581 struct wahc *wa; in wa_seg_cb() local 845 struct wahc *wa = xfer->wa; in __wa_xfer_submit() local 914 struct wahc *wa = xfer->wa; in wa_urb_enqueue_b() local 988 struct wahc *wa = container_of(ws, struct wahc, xfer_work); in wa_urb_enqueue_run() local 1020 int wa_urb_enqueue(struct wahc *wa, struct usb_host_endpoint *ep, in wa_urb_enqueue() 1093 int wa_urb_dequeue(struct wahc *wa, struct urb *urb) in wa_urb_dequeue() 1244 static void wa_xfer_result_chew(struct wahc *wa, struct wa_xfer *xfer) in wa_xfer_result_chew() [all …]
|
/drivers/usb/host/ |
D | hwa-hc.c | 68 struct wahc wa; member 81 struct wahc *wa = &hwahc->wa; in __hwahc_set_cluster_id() local 102 struct wahc *wa = &hwahc->wa; in __hwahc_op_set_num_dnts() local 264 struct wahc *wa = &hwahc->wa; in __hwahc_op_wusbhc_stop() local 292 struct wahc *wa = &hwahc->wa; in __hwahc_op_bwa_set() local 339 struct wahc *wa = &hwahc->wa; in __hwahc_op_mmcie_add() local 358 struct wahc *wa = &hwahc->wa; in __hwahc_op_mmcie_rm() local 377 struct wahc *wa = &hwahc->wa; in __hwahc_op_dev_info_set() local 425 struct wahc *wa = &hwahc->wa; in __hwahc_dev_set_key() local 465 struct wahc *wa = &hwahc->wa; in __hwahc_op_set_ptk() local [all …]
|