Searched refs:autoresume (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/usb/gadget/legacy/ |
D | zero.c | 92 static unsigned autoresume = DEFAULT_AUTORESUME; variable 93 module_param(autoresume, uint, S_IRUGO); 94 MODULE_PARM_DESC(autoresume, "zero, or seconds before remote wakeup"); 179 if (autoresume) { in zero_suspend() 182 autoresume_step_ms = autoresume * 1000; in zero_suspend() 329 if (autoresume) { in zero_bind() 332 autoresume_step_ms = autoresume * 1000; in zero_bind()
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | power-management.rst | 20 * The driver interface for autosuspend and autoresume 111 kernel will automatically resume the device (autoresume). For the 128 triggered within the USB stack: autosuspend and autoresume. Note that 170 allowed to autosuspend and autoresume the device. 174 suspended and autoresume was not allowed. This 349 The driver interface for autosuspend and autoresume 352 To support autosuspend and autoresume, a driver should implement all 387 does an autoresume if the device is suspended. If the 388 autoresume fails, the counter is decremented back. 404 an autoresume or an autosuspend. Hence they can be called in [all …]
|
/linux-6.12.1/Documentation/ABI/obsolete/ |
D | sysfs-bus-usb | 13 and autoresume in the usual manner, according to the
|
/linux-6.12.1/tools/power/pm-graph/config/ |
D | standby.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | standby-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend-x2-proc.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | standby-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | example.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | custom-timeline-functions.cfg | 21 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
/linux-6.12.1/tools/power/pm-graph/ |
D | README | 233 Use rtcwake to autoresume after t seconds (default: 15).
|