Lines Matching refs:callbacks
1 What callbacks will usbcore do?
4 Usbcore will call into a driver through callbacks defined in the driver
7 callbacks are completely independent of each other. Information on the
10 The callbacks defined in the driver structure are:
12 1. Hotplugging callbacks:
27 3. Power management (PM) callbacks:
40 reason. Sysfs is preferred these days. The PM callbacks are covered
46 All callbacks are mutually exclusive. There's no need for locking
47 against other USB callbacks. All callbacks are called from a task
52 Hotplugging callbacks
55 These callbacks are intended to associate and disassociate a driver with
90 Device level callbacks
121 No callbacks other than probe will be invoked for an interface