Searched refs:usb_get_from_anchor (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/core/
H A Durb.c803 while ((victim = usb_get_from_anchor(anchor)) != NULL) {
827 * usb_get_from_anchor - get an anchor's oldest urb
833 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) function
852 EXPORT_SYMBOL_GPL(usb_get_from_anchor); variable
/drivers/net/wireless/ath/carl9170/
H A Dusb.c139 urb = usb_get_from_anchor(&ar->tx_wait);
220 urb = usb_get_from_anchor(&ar->tx_cmd);
315 urb = usb_get_from_anchor(&ar->rx_pool);
339 urb = usb_get_from_anchor(&ar->rx_work);
362 while ((urb = usb_get_from_anchor(&ar->tx_err))) {
552 while ((urb = usb_get_from_anchor(&ar->tx_wait))) {
/drivers/usb/serial/
H A Dusb_wwan.c693 while ((urb = usb_get_from_anchor(&portdata->delayed))) {
702 } while ((urb = usb_get_from_anchor(&portdata->delayed)));
H A Dsierra.c1050 while ((urb = usb_get_from_anchor(&portdata->delayed))) {
/drivers/bluetooth/
H A Dbtusb.c1143 while ((urb = usb_get_from_anchor(&data->deferred))) {
/drivers/net/usb/
H A Dusbnet.c1553 while ((res = usb_get_from_anchor(&dev->deferred))) {

Completed in 107 milliseconds