Home
last modified time | relevance | path

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

12

/linux/drivers/usb/core/
H A Durb.c126 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb()
142 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup()
149 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb()
167 struct usb_anchor *anchor; in usb_unanchor_urb()
812 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()
850 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()
884 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()
906 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()
920 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()
941 int usb_wait_anchor_empty_timeout(struct usb_anchor *anchor, in usb_wait_anchor_empty_timeout()
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h124 struct usb_anchor regout_submitted;
125 struct usb_anchor rx_submitted;
126 struct usb_anchor reg_in_submitted;
127 struct usb_anchor mgmt_submitted;
/linux/include/linux/
H A Dusb.h1425 struct usb_anchor { struct
1433 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument
1642 struct usb_anchor *anchor;
1811 extern void usb_kill_anchored_urbs(struct usb_anchor *anchor);
1812 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);
1813 extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);
1814 extern void usb_anchor_suspend_wakeups(struct usb_anchor *anchor);
1815 extern void usb_anchor_resume_wakeups(struct usb_anchor *anchor);
1816 extern void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor);
1818 extern int usb_wait_anchor_empty_timeout(struct usb_anchor *anchor,
[all …]
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.h445 struct usb_anchor rx_urbs;
446 struct usb_anchor tx_urbs_busy;
447 struct usb_anchor tx_urbs_idle;
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.h198 struct usb_anchor submitted;
211 struct usb_anchor submitted_cmds;
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb.h113 struct usb_anchor rx_submitted;
146 struct usb_anchor tx_submitted;
/linux/drivers/usb/serial/
H A Dusb-wwan.h51 struct usb_anchor delayed;
H A Dopticon.c46 struct usb_anchor anchor;
H A Dsierra.c271 struct usb_anchor active;
272 struct usb_anchor delayed;
/linux/drivers/net/wireless/ath/ath10k/
H A Dusb.h75 struct usb_anchor urb_submitted;
/linux/drivers/usb/class/
H A Dcdc-acm.h103 struct usb_anchor delayed; /* writes queued for a device about to be woken */
/linux/drivers/net/wireless/intersil/p54/
H A Dp54usb.h152 struct usb_anchor submitted;
/linux/drivers/bluetooth/
H A Dbpa10x.c40 struct usb_anchor tx_anchor;
41 struct usb_anchor rx_anchor;
H A Dbtusb.c960 struct usb_anchor deferred;
961 struct usb_anchor tx_anchor;
965 struct usb_anchor intr_anchor;
966 struct usb_anchor bulk_anchor;
967 struct usb_anchor isoc_anchor;
968 struct usb_anchor diag_anchor;
969 struct usb_anchor ctrl_anchor;
/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.h116 struct usb_anchor submitted;
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Drtl8187.h116 struct usb_anchor anchored;
/linux/Documentation/driver-api/usb/
H A Danchors.rst19 as struct usb_anchor. :c:func:`init_usb_anchor` must be called to
/linux/include/linux/usb/
H A Dusbnet.h61 struct usb_anchor deferred;
/linux/drivers/net/can/usb/
H A Dmcba_usb.c77 struct usb_anchor tx_submitted;
78 struct usb_anchor rx_submitted;
H A Dems_usb.c245 struct usb_anchor tx_submitted;
248 struct usb_anchor rx_submitted;
H A Dusb_8dev.c127 struct usb_anchor tx_submitted;
130 struct usb_anchor rx_submitted;
H A Ducan.c294 struct usb_anchor rx_urbs;
295 struct usb_anchor tx_urbs;
/linux/drivers/usb/misc/
H A Dusblcd.c55 struct usb_anchor submitted; /* URBs to wait for
/linux/sound/usb/hiface/
H A Dpcm.c28 struct usb_anchor submitted;
/linux/drivers/usb/
H A Dusb-skeleton.c51 struct usb_anchor submitted; /* in case we need to retract our submissions */

12