Searched refs:wahc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/wusbcore/ |
D | wa-hc.h | 78 struct wahc; 103 struct wahc *wa; 172 struct wahc { struct 235 extern int wa_create(struct wahc *wa, struct usb_interface *iface, argument 237 extern void __wa_destroy(struct wahc *wa); 238 extern int wa_dti_start(struct wahc *wa); 239 void wa_reset_all(struct wahc *wa); 253 extern int wa_nep_create(struct wahc *, struct usb_interface *); 254 extern void wa_nep_destroy(struct wahc *); 256 static inline int wa_nep_arm(struct wahc *wa, gfp_t gfp_mask) in wa_nep_arm() [all …]
|
D | wa-rpipe.c | 54 static int __rpipe_get_descr(struct wahc *wa, in __rpipe_get_descr() 92 static int __rpipe_set_descr(struct wahc *wa, in __rpipe_set_descr() 134 static unsigned rpipe_get_idx(struct wahc *wa, unsigned rpipe_idx) in rpipe_get_idx() 147 static void rpipe_put_idx(struct wahc *wa, unsigned rpipe_idx) in rpipe_put_idx() 179 static int rpipe_get_idle(struct wa_rpipe **prpipe, struct wahc *wa, u8 crs, in rpipe_get_idle() 216 static int __rpipe_reset(struct wahc *wa, unsigned index) in __rpipe_reset() 299 static int rpipe_aim(struct wa_rpipe *rpipe, struct wahc *wa, in rpipe_aim() 382 static int rpipe_check_aim(const struct wa_rpipe *rpipe, const struct wahc *wa, in rpipe_check_aim() 423 int rpipe_get_by_ep(struct wahc *wa, struct usb_host_endpoint *ep, in rpipe_get_by_ep() 470 int wa_rpipes_create(struct wahc *wa) in wa_rpipes_create() [all …]
|
D | wa-nep.c | 48 struct wahc *wa; 84 struct wahc *wa = nw->wa; in wa_notif_dispatch() 166 static int wa_nep_queue(struct wahc *wa, size_t size) in wa_nep_queue() 209 struct wahc *wa = urb->context; in wa_nep_cb() 249 int wa_nep_create(struct wahc *wa, struct usb_interface *iface) in wa_nep_create() 284 void wa_nep_destroy(struct wahc *wa) in wa_nep_destroy()
|
D | wa-hc.c | 22 int wa_create(struct wahc *wa, struct usb_interface *iface, in wa_create() 62 void __wa_destroy(struct wahc *wa) in __wa_destroy() 80 void wa_reset_all(struct wahc *wa) in wa_reset_all()
|
D | wa-xfer.c | 139 struct wahc *wa; /* Wire adapter we are plugged to */ 207 static inline int __wa_dto_try_get(struct wahc *wa) in __wa_dto_try_get() 213 static inline void __wa_dto_put(struct wahc *wa) in __wa_dto_put() 219 static void wa_check_for_delayed_rpipes(struct wahc *wa) in wa_check_for_delayed_rpipes() 242 static void wa_add_delayed_rpipe(struct wahc *wa, struct wa_rpipe *rpipe) in wa_add_delayed_rpipe() 406 static struct wa_xfer *wa_xfer_get_by_id(struct wahc *wa, u32 id) in wa_xfer_get_by_id() 425 struct wahc *wa; 432 struct wahc *wa = b->wa; in __wa_xfer_abort_cb() 736 struct wahc *wa; in wa_seg_dto_cb() 873 struct wahc *wa; in wa_seg_iso_pack_desc_cb() [all …]
|
/Linux-v4.19/drivers/usb/host/ |
D | hwa-hc.c | 53 struct wahc wa; 66 struct wahc *wa = &hwahc->wa; in __hwahc_set_cluster_id() 87 struct wahc *wa = &hwahc->wa; in __hwahc_op_set_num_dnts() 187 struct wahc *wa = &hwahc->wa; in hwahc_op_get_frame_number() 296 struct wahc *wa = &hwahc->wa; in __hwahc_op_wusbhc_stop() 324 struct wahc *wa = &hwahc->wa; in __hwahc_op_bwa_set() 371 struct wahc *wa = &hwahc->wa; in __hwahc_op_mmcie_add() 390 struct wahc *wa = &hwahc->wa; in __hwahc_op_mmcie_rm() 409 struct wahc *wa = &hwahc->wa; in __hwahc_op_dev_info_set() 457 struct wahc *wa = &hwahc->wa; in __hwahc_dev_set_key() [all …]
|