Searched refs:usb_anchor (Results 1 – 25 of 50) sorted by relevance
12
143 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup()168 struct usb_anchor *anchor; in usb_unanchor_urb()808 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()846 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()880 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()905 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs()924 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()938 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()978 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor()1005 void usb_scuttle_anchored_urbs(struct usb_anchor *anchor) in usb_scuttle_anchored_urbs()[all …]
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;
106 struct usb_anchor tx_pending[RTL_USB_MAX_EP_NUM];107 struct usb_anchor tx_submitted;120 struct usb_anchor rx_submitted;121 struct usb_anchor rx_cleanup_urbs;
1398 struct usb_anchor { struct1406 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument1611 struct usb_anchor *anchor;1779 extern void usb_kill_anchored_urbs(struct usb_anchor *anchor);1780 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);1781 extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);1782 extern void usb_unlink_anchored_urbs(struct usb_anchor *anchor);1783 extern void usb_anchor_suspend_wakeups(struct usb_anchor *anchor);1784 extern void usb_anchor_resume_wakeups(struct usb_anchor *anchor);1790 extern void usb_scuttle_anchored_urbs(struct usb_anchor *anchor);[all …]
248 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;
120 struct usb_anchor tx_submitted;124 struct usb_anchor rx_submitted;
97 struct usb_anchor rx_submitted;126 struct usb_anchor tx_submitted;
445 struct usb_anchor rx_urbs;446 struct usb_anchor tx_urbs_busy;447 struct usb_anchor tx_urbs_idle;
198 struct usb_anchor submitted;211 struct usb_anchor submitted_cmds;
170 struct usb_anchor *ctrl_anchor;175 struct usb_anchor isopkt_anchor;
40 struct usb_anchor tx_anchor;41 struct usb_anchor rx_anchor;
51 struct usb_anchor delayed;
46 struct usb_anchor anchor;
31 struct usb_anchor tx_anchor;32 struct usb_anchor bulk_anchor;33 struct usb_anchor deferred;
103 struct usb_anchor delayed; /* writes queued for a device about to be woken */
75 struct usb_anchor urb_submitted;
152 struct usb_anchor submitted;
116 struct usb_anchor submitted;
116 struct usb_anchor anchored;
286 struct usb_anchor tx_submitted;
19 as struct usb_anchor. :c:func:`init_usb_anchor` must be called to
60 struct usb_anchor deferred;
77 struct usb_anchor tx_submitted;78 struct usb_anchor rx_submitted;
38 struct usb_anchor cmd_urbs;39 struct usb_anchor sense_urbs;40 struct usb_anchor data_urbs;
57 struct usb_anchor anchor;
Completed in 63 milliseconds