Lines Matching +full:io +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`.
74 --------------------
82 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
88 particular interface. The device will not be suspended and you may do IO
93 -------------------------
100 You are not allowed any IO to a device after returning from this
109 to deal with failing IO even prior to the callback.
115 ---------
121 A driver or user space is triggering a reset on the device which
122 contains the interface passed as an argument. Cease IO, wait for all
131 ----------
137 The reset has completed. Restore any saved device state and begin
155 pre_reset is always followed by post_reset, even if the reset