Go to the source code of this file.
|
void | wa_urb_enqueue_run (struct work_struct *ws) |
|
int | wa_create (struct wahc *wa, struct usb_interface *iface) |
|
void | __wa_destroy (struct wahc *wa) |
|
void | wa_reset_all (struct wahc *wa) |
|
int | wa_nep_create (struct wahc *, struct usb_interface *) |
|
void | wa_nep_destroy (struct wahc *) |
|
void | rpipe_destroy (struct kref *_rpipe) |
|
int | rpipe_get_by_ep (struct wahc *, struct usb_host_endpoint *, struct urb *, gfp_t) |
|
void | rpipe_ep_disable (struct wahc *, struct usb_host_endpoint *) |
|
int | wa_rpipes_create (struct wahc *) |
|
void | wa_rpipes_destroy (struct wahc *) |
|
int | wa_urb_enqueue (struct wahc *, struct usb_host_endpoint *, struct urb *, gfp_t) |
|
int | wa_urb_dequeue (struct wahc *, struct urb *) |
|
void | wa_handle_notif_xfer (struct wahc *, struct wa_notif_hdr *) |
|
- Enumerator:
HWAHC_EPROTO_MAX |
Max number of EPROTO errors we tolerate on the NEP in a period of time
|
HWAHC_EPROTO_PERIOD |
Period of time for EPROTO errors (in jiffies)
|
Definition at line 205 of file wa-hc.h.
Assumes
wa->usb_dev and wa->usb_iface initialized and refcounted, wa->wa_descr initialized.
Definition at line 36 of file wa-hc.c.
wa_reset_all - reset the WA device : the WA to be reset
For HWAs the radio controller and all other PALs are also reset.
Definition at line 91 of file wa-hc.c.