Lines Matching +full:separately +full:- +full:defined
7 Usbcore will call into a driver through callbacks defined in the driver
11 completion callback can be found in :ref:`usb-urb`.
13 The callbacks defined in the driver structure are:
17 - @probe:
21 - @disconnect:
28 - @ioctl:
36 - @suspend:
39 - @resume:
42 - @reset_resume:
48 - @pre_reset:
51 - @post_reset:
56 separately in :ref:`usb-power-management`.
74 --------------------
82 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
93 -------------------------
113 ---------
129 ----------