Searched refs:wahc (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/usb/wusbcore/ |
D | wa-hc.h | 92 struct wahc; 117 struct wahc *wa; 186 struct wahc { struct 249 extern int wa_create(struct wahc *wa, struct usb_interface *iface, argument 251 extern void __wa_destroy(struct wahc *wa); 252 extern int wa_dti_start(struct wahc *wa); 253 void wa_reset_all(struct wahc *wa); 267 extern int wa_nep_create(struct wahc *, struct usb_interface *); 268 extern void wa_nep_destroy(struct wahc *); 270 static inline int wa_nep_arm(struct wahc *wa, gfp_t gfp_mask) in wa_nep_arm() [all …]
|
D | wa-rpipe.c | 68 static int __rpipe_get_descr(struct wahc *wa, in __rpipe_get_descr() 106 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() 396 static int rpipe_check_aim(const struct wa_rpipe *rpipe, const struct wahc *wa, in rpipe_check_aim() 437 int rpipe_get_by_ep(struct wahc *wa, struct usb_host_endpoint *ep, in rpipe_get_by_ep() 484 int wa_rpipes_create(struct wahc *wa) in wa_rpipes_create() [all …]
|
D | wa-nep.c | 62 struct wahc *wa; 98 struct wahc *wa = nw->wa; in wa_notif_dispatch() 181 static int wa_nep_queue(struct wahc *wa, size_t size) in wa_nep_queue() 223 struct wahc *wa = urb->context; in wa_nep_cb() 263 int wa_nep_create(struct wahc *wa, struct usb_interface *iface) in wa_nep_create() 303 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() 73 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 | 153 struct wahc *wa; /* Wire adapter we are plugged to */ 221 static inline int __wa_dto_try_get(struct wahc *wa) in __wa_dto_try_get() 227 static inline void __wa_dto_put(struct wahc *wa) in __wa_dto_put() 233 static void wa_check_for_delayed_rpipes(struct wahc *wa) in wa_check_for_delayed_rpipes() 256 static void wa_add_delayed_rpipe(struct wahc *wa, struct wa_rpipe *rpipe) in wa_add_delayed_rpipe() 420 static struct wa_xfer *wa_xfer_get_by_id(struct wahc *wa, u32 id) in wa_xfer_get_by_id() 439 struct wahc *wa; 446 struct wahc *wa = b->wa; in __wa_xfer_abort_cb() 750 struct wahc *wa; in wa_seg_dto_cb() 887 struct wahc *wa; in wa_seg_iso_pack_desc_cb() [all …]
|
/linux-4.1.27/drivers/usb/host/ |
D | hwa-hc.c | 67 struct wahc wa; 80 struct wahc *wa = &hwahc->wa; in __hwahc_set_cluster_id() 101 struct wahc *wa = &hwahc->wa; in __hwahc_op_set_num_dnts() 201 struct wahc *wa = &hwahc->wa; in hwahc_op_get_frame_number() 310 struct wahc *wa = &hwahc->wa; in __hwahc_op_wusbhc_stop() 338 struct wahc *wa = &hwahc->wa; in __hwahc_op_bwa_set() 385 struct wahc *wa = &hwahc->wa; in __hwahc_op_mmcie_add() 404 struct wahc *wa = &hwahc->wa; in __hwahc_op_mmcie_rm() 423 struct wahc *wa = &hwahc->wa; in __hwahc_op_dev_info_set() 471 struct wahc *wa = &hwahc->wa; in __hwahc_dev_set_key() [all …]
|