Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/legacy/
Dzero.c92 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/
Dpower-management.rst20 * 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/
Dsysfs-bus-usb13 and autoresume in the usual manner, according to the
/linux-6.12.1/tools/power/pm-graph/config/
Dstandby.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dfreeze.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dstandby-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dfreeze-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend-x2-proc.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dstandby-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dfreeze-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dexample.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dcustom-timeline-functions.cfg21 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
/linux-6.12.1/tools/power/pm-graph/
DREADME233 Use rtcwake to autoresume after t seconds (default: 15).