Home
last modified time | relevance | path

Searched refs:usb_anchor (Results 1 – 30 of 30) sorted by relevance

/linux-4.1.27/drivers/usb/core/
Durb.c123 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb()
140 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup()
147 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb()
165 struct usb_anchor *anchor; in usb_unanchor_urb()
756 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()
788 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()
816 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()
841 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs()
860 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()
874 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()
[all …]
Dhcd.c1657 struct usb_anchor *anchor = urb->anchor; in __usb_hcd_giveback_urb()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhif_usb.h99 struct usb_anchor regout_submitted;
100 struct usb_anchor rx_submitted;
101 struct usb_anchor reg_in_submitted;
102 struct usb_anchor mgmt_submitted;
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dusb.h129 struct usb_anchor tx_pending[RTL_USB_MAX_EP_NUM];
130 struct usb_anchor tx_submitted;
143 struct usb_anchor rx_submitted;
144 struct usb_anchor rx_cleanup_urbs;
/linux-4.1.27/include/linux/
Dusb.h1244 struct usb_anchor { struct
1252 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument
1457 struct usb_anchor *anchor;
1611 extern void usb_kill_anchored_urbs(struct usb_anchor *anchor);
1612 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);
1613 extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);
1614 extern void usb_unlink_anchored_urbs(struct usb_anchor *anchor);
1615 extern void usb_anchor_suspend_wakeups(struct usb_anchor *anchor);
1616 extern void usb_anchor_resume_wakeups(struct usb_anchor *anchor);
1617 extern void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor);
[all …]
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dcarl9170.h245 struct usb_anchor rx_anch;
246 struct usb_anchor rx_work;
247 struct usb_anchor rx_pool;
248 struct usb_anchor tx_wait;
249 struct usb_anchor tx_anch;
250 struct usb_anchor tx_cmd;
251 struct usb_anchor tx_err;
/linux-4.1.27/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h125 struct usb_anchor tx_submitted;
129 struct usb_anchor rx_submitted;
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_usb.h210 struct usb_anchor submitted;
223 struct usb_anchor submitted_cmds;
/linux-4.1.27/drivers/usb/serial/
Dusb-wwan.h51 struct usb_anchor delayed;
Dsierra.c310 struct usb_anchor active;
311 struct usb_anchor delayed;
/linux-4.1.27/drivers/nfc/nfcmrvl/
Dusb.c43 struct usb_anchor tx_anchor;
44 struct usb_anchor bulk_anchor;
45 struct usb_anchor deferred;
/linux-4.1.27/drivers/usb/class/
Dcdc-acm.h123 struct usb_anchor delayed; /* writes queued for a device about to be woken */
Dusblp.c144 struct usb_anchor urbs;
/linux-4.1.27/drivers/net/wireless/p54/
Dp54usb.h155 struct usb_anchor submitted;
/linux-4.1.27/drivers/bluetooth/
Dbpa10x.c53 struct usb_anchor tx_anchor;
54 struct usb_anchor rx_anchor;
Dbtusb.c358 struct usb_anchor deferred;
359 struct usb_anchor tx_anchor;
363 struct usb_anchor intr_anchor;
364 struct usb_anchor bulk_anchor;
365 struct usb_anchor isoc_anchor;
/linux-4.1.27/Documentation/usb/
Danchors.txt16 as struct usb_anchor. init_usb_anchor() must be called to
/linux-4.1.27/include/linux/usb/
Dusbnet.h64 struct usb_anchor deferred;
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/
Drtl8187.h119 struct usb_anchor anchored;
/linux-4.1.27/drivers/usb/storage/
Duas.c38 struct usb_anchor cmd_urbs;
39 struct usb_anchor sense_urbs;
40 struct usb_anchor data_urbs;
/linux-4.1.27/drivers/net/can/usb/
Dusb_8dev.c141 struct usb_anchor tx_submitted;
144 struct usb_anchor rx_submitted;
Dgs_usb.c169 struct usb_anchor tx_submitted;
176 struct usb_anchor rx_submitted;
Dems_usb.c257 struct usb_anchor tx_submitted;
260 struct usb_anchor rx_submitted;
Desd_usb2.c205 struct usb_anchor rx_submitted;
216 struct usb_anchor tx_submitted;
Dkvaser_usb.c457 struct usb_anchor rx_submitted;
482 struct usb_anchor tx_submitted;
/linux-4.1.27/drivers/usb/misc/
Dusblcd.c57 struct usb_anchor submitted; /* URBs to wait for
/linux-4.1.27/sound/usb/bcd2000/
Dbcd2000.c66 struct usb_anchor anchor;
/linux-4.1.27/drivers/usb/
Dusb-skeleton.c53 struct usb_anchor submitted; /* in case we need to retract our submissions */
/linux-4.1.27/sound/usb/hiface/
Dpcm.c32 struct usb_anchor submitted;
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dusb.c46 struct usb_anchor urb_submitted;