Lines Matching full:called
18 Called to see if the driver is willing to manage a particular
22 Called when the interface is no longer accessible, usually
37 Called when the device is going to be suspended.
40 Called when the device is being resumed.
43 Called when the suspended device has been reset instead
49 Called when the device is about to be reset.
52 Called after the device has been reset
62 against other USB callbacks. All callbacks are called from a task
89 to the interface you are called for and endpoint 0 of the device. Device
106 If you are called due to a physical disconnection, all your URBs will be
107 killed by usbcore. Note that in this case disconnect will be called some
125 is called.
149 Probe will never be called for an interface bound to a driver.
150 Hence following a successful probe, disconnect will be called
154 called at any time except in between pre_reset and post_reset.