| /linux/drivers/usb/core/ |
| H A D | urb.c | 126 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 D | hif_usb.h | 124 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 D | usb.h | 1425 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 D | es58x_core.h | 445 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 D | zd_usb.h | 198 struct usb_anchor submitted; 211 struct usb_anchor submitted_cmds;
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb.h | 113 struct usb_anchor rx_submitted; 146 struct usb_anchor tx_submitted;
|
| /linux/drivers/usb/serial/ |
| H A D | usb-wwan.h | 51 struct usb_anchor delayed;
|
| H A D | opticon.c | 46 struct usb_anchor anchor;
|
| H A D | sierra.c | 271 struct usb_anchor active; 272 struct usb_anchor delayed;
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | usb.h | 75 struct usb_anchor urb_submitted;
|
| /linux/drivers/usb/class/ |
| H A D | cdc-acm.h | 103 struct usb_anchor delayed; /* writes queued for a device about to be woken */
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54usb.h | 152 struct usb_anchor submitted;
|
| /linux/drivers/bluetooth/ |
| H A D | bpa10x.c | 40 struct usb_anchor tx_anchor; 41 struct usb_anchor rx_anchor;
|
| H A D | btusb.c | 960 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 D | usb.h | 116 struct usb_anchor submitted;
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | rtl8187.h | 116 struct usb_anchor anchored;
|
| /linux/Documentation/driver-api/usb/ |
| H A D | anchors.rst | 19 as struct usb_anchor. :c:func:`init_usb_anchor` must be called to
|
| /linux/include/linux/usb/ |
| H A D | usbnet.h | 61 struct usb_anchor deferred;
|
| /linux/drivers/net/can/usb/ |
| H A D | mcba_usb.c | 77 struct usb_anchor tx_submitted; 78 struct usb_anchor rx_submitted;
|
| H A D | ems_usb.c | 245 struct usb_anchor tx_submitted; 248 struct usb_anchor rx_submitted;
|
| H A D | usb_8dev.c | 127 struct usb_anchor tx_submitted; 130 struct usb_anchor rx_submitted;
|
| H A D | ucan.c | 294 struct usb_anchor rx_urbs; 295 struct usb_anchor tx_urbs;
|
| /linux/drivers/usb/misc/ |
| H A D | usblcd.c | 55 struct usb_anchor submitted; /* URBs to wait for
|
| /linux/sound/usb/hiface/ |
| H A D | pcm.c | 28 struct usb_anchor submitted;
|
| /linux/drivers/usb/ |
| H A D | usb-skeleton.c | 51 struct usb_anchor submitted; /* in case we need to retract our submissions */
|