Lines Matching +full:probe +full:- +full:reset
11 completion callback can be found in :ref:`usb-urb`.
17 - @probe:
21 - @disconnect:
28 - @ioctl:
36 - @suspend:
39 - @resume:
42 - @reset_resume:
43 Called when the suspended device has been reset instead
48 - @pre_reset:
49 Called when the device is about to be reset.
51 - @post_reset:
52 Called after the device has been reset
56 separately in :ref:`usb-power-management`.
73 The probe() callback
74 --------------------
78 int (*probe) (struct usb_interface *intf,
82 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
93 -------------------------
113 ---------
119 A driver or user space is triggering a reset on the device which
129 ----------
135 The reset has completed. Restore any saved device state and begin
144 No callbacks other than probe will be invoked for an interface
147 Probe will never be called for an interface bound to a driver.
148 Hence following a successful probe, disconnect will be called
149 before there is another probe for the same interface.
153 pre_reset is always followed by post_reset, even if the reset