Home
last modified time | relevance | path

Searched refs:autoresume (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/legacy/
Dzero.c94 static unsigned autoresume = DEFAULT_AUTORESUME; variable
95 module_param(autoresume, uint, S_IRUGO);
96 MODULE_PARM_DESC(autoresume, "zero, or seconds before remote wakeup");
180 if (autoresume) { in zero_suspend()
183 autoresume_step_ms = autoresume * 1000; in zero_suspend()
319 if (autoresume) { in zero_bind()
322 autoresume_step_ms = autoresume * 1000; in zero_bind()
/linux-4.4.14/Documentation/usb/
Dpower-management.txt18 * The driver interface for autosuspend and autoresume
106 kernel will automatically resume the device (autoresume). For the
123 triggered within the USB stack: autosuspend and autoresume. Note that
165 allowed to autosuspend and autoresume the device.
169 suspended and autoresume was not allowed. This
344 The driver interface for autosuspend and autoresume
347 To support autosuspend and autoresume, a driver should implement all
378 does an autoresume if the device is suspended. If the
379 autoresume fails, the counter is decremented back.
395 an autoresume or an autosuspend. Hence they can be called in
[all …]
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-bus-usb13 and autoresume in the usual manner, according to the