Home
last modified time | relevance | path

Searched refs:usb_get_from_anchor (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Dusb.c141 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb()
222 urb = usb_get_from_anchor(&ar->tx_cmd); in carl9170_usb_submit_cmd_urb()
324 urb = usb_get_from_anchor(&ar->rx_pool); in carl9170_usb_submit_rx_urb()
348 urb = usb_get_from_anchor(&ar->rx_work); in carl9170_usb_rx_work()
371 while ((urb = usb_get_from_anchor(&ar->tx_err))) { in carl9170_usb_handle_tx_err()
568 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush()
/linux/drivers/usb/core/
H A Durb.c960 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor() function
979 EXPORT_SYMBOL_GPL(usb_get_from_anchor);
/linux/Documentation/driver-api/usb/
H A Danchors.rst66 :c:func:`usb_get_from_anchor`
/linux/drivers/usb/serial/
H A Dusb_wwan.c402 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_close()
578 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_submit_delayed_urbs()
H A Dsierra.c747 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close()
961 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c1591 struct urb *urb = usb_get_from_anchor(&es58x_dev->tx_urbs_idle); in es58x_get_tx_urb()
1610 struct urb *tmp = usb_get_from_anchor(&es58x_dev->tx_urbs_idle); in es58x_get_tx_urb()
1762 while ((urb = usb_get_from_anchor(&es58x_dev->tx_urbs_idle)) != NULL) { in es58x_free_urbs()
/linux/drivers/usb/class/
H A Dcdc-acm.c785 urb = usb_get_from_anchor(&acm->delayed); in acm_port_shutdown()
1701 urb = usb_get_from_anchor(&acm->delayed); in acm_resume()
H A Dusbtmc.c975 urb = usb_get_from_anchor(&file_data->in_anchor); in usbtmc_generic_read()
/linux/drivers/net/usb/
H A Dusbnet.c1689 while ((urb = usb_get_from_anchor(&dev->deferred))) { in usbnet_disconnect()
1987 while ((res = usb_get_from_anchor(&dev->deferred))) { in usbnet_resume()
H A Dlan78xx.c5199 while ((urb = usb_get_from_anchor(&dev->deferred))) { in lan78xx_submit_deferred_urbs()
/linux/include/linux/
H A Dusb.h1820 extern struct urb *usb_get_from_anchor(struct usb_anchor *anchor);
/linux/drivers/bluetooth/
H A Dbtusb.c4533 while ((urb = usb_get_from_anchor(&data->deferred))) { in play_deferred()
4552 while ((urb = usb_get_from_anchor(&data->deferred))) { in play_deferred()