Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/usb/core/
A Durb.c143 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup()
168 struct usb_anchor *anchor; in usb_unanchor_urb()
823 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()
861 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()
895 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()
920 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs()
939 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()
953 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()
993 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor()
1020 void usb_scuttle_anchored_urbs(struct usb_anchor *anchor) in usb_scuttle_anchored_urbs()
[all …]
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
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-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Dusb.h104 struct usb_anchor tx_pending[RTL_USB_MAX_EP_NUM];
105 struct usb_anchor tx_submitted;
118 struct usb_anchor rx_submitted;
119 struct usb_anchor rx_cleanup_urbs;
/linux-6.3-rc2/include/linux/
A Dusb.h1384 struct usb_anchor { struct
1392 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument
1597 struct usb_anchor *anchor;
1770 extern void usb_kill_anchored_urbs(struct usb_anchor *anchor);
1771 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);
1772 extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);
1773 extern void usb_unlink_anchored_urbs(struct usb_anchor *anchor);
1774 extern void usb_anchor_suspend_wakeups(struct usb_anchor *anchor);
1775 extern void usb_anchor_resume_wakeups(struct usb_anchor *anchor);
1781 extern void usb_scuttle_anchored_urbs(struct usb_anchor *anchor);
[all …]
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Dcarl9170.h248 struct usb_anchor rx_anch;
249 struct usb_anchor rx_work;
250 struct usb_anchor rx_pool;
251 struct usb_anchor tx_wait;
252 struct usb_anchor tx_anch;
253 struct usb_anchor tx_cmd;
254 struct usb_anchor tx_err;
/linux-6.3-rc2/drivers/net/can/usb/kvaser_usb/
A Dkvaser_usb.h95 struct usb_anchor rx_submitted;
124 struct usb_anchor tx_submitted;
/linux-6.3-rc2/drivers/net/can/usb/peak_usb/
A Dpcan_usb_core.h120 struct usb_anchor tx_submitted;
124 struct usb_anchor rx_submitted;
/linux-6.3-rc2/drivers/net/can/usb/etas_es58x/
A Des58x_core.h445 struct usb_anchor rx_urbs;
446 struct usb_anchor tx_urbs_busy;
447 struct usb_anchor tx_urbs_idle;
/linux-6.3-rc2/drivers/net/wireless/zydas/zd1211rw/
A Dzd_usb.h198 struct usb_anchor submitted;
211 struct usb_anchor submitted_cmds;
/linux-6.3-rc2/drivers/usb/serial/
A Dusb-wwan.h51 struct usb_anchor delayed;
A Dopticon.c46 struct usb_anchor anchor;
/linux-6.3-rc2/drivers/nfc/nfcmrvl/
A Dusb.c31 struct usb_anchor tx_anchor;
32 struct usb_anchor bulk_anchor;
33 struct usb_anchor deferred;
/linux-6.3-rc2/drivers/usb/class/
A Dcdc-acm.h103 struct usb_anchor delayed; /* writes queued for a device about to be woken */
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dusb.h74 struct usb_anchor urb_submitted;
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/
A Dp54usb.h152 struct usb_anchor submitted;
/linux-6.3-rc2/drivers/bluetooth/
A Dbpa10x.c40 struct usb_anchor tx_anchor;
41 struct usb_anchor rx_anchor;
/linux-6.3-rc2/drivers/net/wireless/purelifi/plfxlc/
A Dusb.h116 struct usb_anchor submitted;
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl818x/rtl8187/
A Drtl8187.h116 struct usb_anchor anchored;
/linux-6.3-rc2/drivers/staging/vt6656/
A Ddevice.h286 struct usb_anchor tx_submitted;
/linux-6.3-rc2/include/linux/usb/
A Dusbnet.h60 struct usb_anchor deferred;
/linux-6.3-rc2/Documentation/driver-api/usb/
A Danchors.rst19 as struct usb_anchor. :c:func:`init_usb_anchor` must be called to
/linux-6.3-rc2/drivers/net/can/usb/
A Dmcba_usb.c77 struct usb_anchor tx_submitted;
78 struct usb_anchor rx_submitted;
/linux-6.3-rc2/drivers/usb/storage/
A Duas.c37 struct usb_anchor cmd_urbs;
38 struct usb_anchor sense_urbs;
39 struct usb_anchor data_urbs;
/linux-6.3-rc2/drivers/usb/misc/
A Dusblcd.c55 struct usb_anchor submitted; /* URBs to wait for
/linux-6.3-rc2/sound/usb/bcd2000/
A Dbcd2000.c57 struct usb_anchor anchor;

Completed in 39 milliseconds

12