Searched refs:usb_get_from_anchor (Results 1 – 11 of 11) sorted by relevance
139 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb()220 urb = usb_get_from_anchor(&ar->tx_cmd); in carl9170_usb_submit_cmd_urb()322 urb = usb_get_from_anchor(&ar->rx_pool); in carl9170_usb_submit_rx_urb()346 urb = usb_get_from_anchor(&ar->rx_work); in carl9170_usb_rx_work()369 while ((urb = usb_get_from_anchor(&ar->tx_err))) { in carl9170_usb_handle_tx_err()559 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush()
845 while ((victim = usb_get_from_anchor(anchor)) != NULL) { in usb_unlink_anchored_urbs()914 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor() function933 EXPORT_SYMBOL_GPL(usb_get_from_anchor);
73 usb_get_from_anchor()
441 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_close()615 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_submit_delayed_urbs()
787 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close()1003 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
389 while ((urb = usb_get_from_anchor(&drv_data->deferred))) { in nfcmrvl_play_deferred()
1621 extern struct urb *usb_get_from_anchor(struct usb_anchor *anchor);
643 urb = usb_get_from_anchor(&acm->delayed); in acm_port_shutdown()1628 urb = usb_get_from_anchor(&acm->delayed); in acm_resume()
720 while ((urb = usb_get_from_anchor(&rtlusb->rx_cleanup_urbs))) { in _rtl_usb_cleanup_rx()
1815 while ((res = usb_get_from_anchor(&dev->deferred))) { in usbnet_resume()
3344 while ((urb = usb_get_from_anchor(&data->deferred))) { in play_deferred()