Home
last modified time | relevance | path

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

/openbmc/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()
561 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush()
/openbmc/linux/drivers/usb/core/
H A Durb.c909 while ((victim = usb_get_from_anchor(anchor)) != NULL) { in usb_unlink_anchored_urbs()
978 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor() function
997 EXPORT_SYMBOL_GPL(usb_get_from_anchor);
/openbmc/linux/drivers/nfc/nfcmrvl/
H A Dusb.c390 while ((urb = usb_get_from_anchor(&drv_data->deferred))) { in nfcmrvl_play_deferred()
406 while ((urb = usb_get_from_anchor(&drv_data->deferred))) { in nfcmrvl_play_deferred()
/openbmc/linux/Documentation/driver-api/usb/
H A Danchors.rst77 :c:func:`usb_get_from_anchor`
/openbmc/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()
/openbmc/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c1585 struct urb *urb = usb_get_from_anchor(&es58x_dev->tx_urbs_idle); in es58x_get_tx_urb()
1604 struct urb *tmp = usb_get_from_anchor(&es58x_dev->tx_urbs_idle); in es58x_get_tx_urb()
1756 while ((urb = usb_get_from_anchor(&es58x_dev->tx_urbs_idle)) != NULL) { in es58x_free_urbs()
/openbmc/linux/drivers/net/ieee802154/
H A Datusb.c179 urb = usb_get_from_anchor(&atusb->idle_urbs); in atusb_work_urbs()
305 urb = usb_get_from_anchor(&atusb->idle_urbs); in atusb_free_urbs()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c670 while ((urb = usb_get_from_anchor(&rtlusb->rx_cleanup_urbs))) { in _rtl_usb_cleanup_rx()
795 while ((urb = usb_get_from_anchor(&rtlusb->rx_cleanup_urbs))) { in rtl_usb_stop()
/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.c770 urb = usb_get_from_anchor(&acm->delayed); in acm_port_shutdown()
1661 urb = usb_get_from_anchor(&acm->delayed); in acm_resume()
H A Dusbtmc.c960 urb = usb_get_from_anchor(&file_data->in_anchor); in usbtmc_generic_read()
/openbmc/linux/include/linux/
H A Dusb.h1788 extern struct urb *usb_get_from_anchor(struct usb_anchor *anchor);
/openbmc/linux/drivers/net/usb/
H A Dusbnet.c1639 while ((urb = usb_get_from_anchor(&dev->deferred))) { in usbnet_disconnect()
1941 while ((res = usb_get_from_anchor(&dev->deferred))) { in usbnet_resume()
H A Dlan78xx.c4893 while ((urb = usb_get_from_anchor(&dev->deferred))) { in lan78xx_submit_deferred_urbs()
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c4689 while ((urb = usb_get_from_anchor(&data->deferred))) { in play_deferred()
4708 while ((urb = usb_get_from_anchor(&data->deferred))) { in play_deferred()