| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 20 * The driver interface for autosuspend and autoresume 104 device. This is called ``autosuspend`` for short. In general, a device 116 autosuspend. In fact, at the time of this writing (Linux 2.6.23) the 128 triggered within the USB stack: autosuspend and autoresume. Note that 142 ``control`` file. In 2.6.38 the ``autosuspend`` file will be deprecated 146 but only ``autosuspend`` works.) 166 autosuspend is not allowed. (Of course, system 170 allowed to autosuspend and autoresume the device. 181 before the kernel will autosuspend it (the idle-delay 182 time). The default is 2000. 0 means to autosuspend [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm_runtime.h | 192 * Update the last access time of @dev used by the runtime PM autosuspend 288 * pm_runtime_idle - Conditionally set up autosuspend of a device or suspend it. 292 * set up autosuspend of @dev or suspend it (depending on whether or not 293 * autosuspend has been enabled for it). 310 * pm_runtime_autosuspend - Set up autosuspend of a device or suspend it. 313 * Set up autosuspend of @dev or suspend it (depending on whether or not 314 * autosuspend is enabled for it) without engaging its "idle check" callback. 352 * pm_request_autosuspend - Queue up autosuspend of a device. 425 * pm_runtime_put_autosuspend - Drop device usage counter and queue autosuspend if 0. 443 * return value, set up autosuspend of @dev or suspend it (depending on whether [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-usb | 14 What: /sys/bus/usb/devices/.../power/autosuspend 20 power/autosuspend. This file holds the time (in seconds) 27 The autosuspend delay for newly-created devices is set to 28 the value of the usbcore.autosuspend module parameter. 69 for this interface supports autosuspend. It also 73 The file returns 0 if autosuspend support has not been
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | runtime_pm.rst | 156 also respecting devices configured for autosuspend. In essence this means a 212 - timer used for scheduling (delayed) suspend and autosuspend requests 284 - indicates that the device's driver supports delayed autosuspend (see 289 - indicates that the PM core should attempt to carry out an autosuspend 293 - the delay time (in milliseconds) to be used for autosuspend 298 periods for autosuspend 329 - same as pm_runtime_suspend() except that the autosuspend delay is taken 331 not yet expired then an autosuspend is scheduled for the appropriate time 349 device when the autosuspend delay has expired; if the delay has already 492 - set the power.use_autosuspend flag, enabling autosuspend delays; call [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | gpio-ir-receiver.txt | 10 - linux,autosuspend-period: autosuspend delay time, 19 linux,autosuspend-period = <125>;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 14 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 21 that complements the runtime-pm autosuspend and provides a lower 22 floor on the autosuspend delay. 25 runtime pm autosuspend delay tunable.
|
| H A D | intel_wakeref.h | 262 * intel_wakeref_auto: Delay the runtime-pm autosuspend 269 * characteristics. Instead, we want to tune the autosuspend based on our 273 * Pass @timeout = 0 to cancel a previous autosuspend by executing the
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-bus-usb | 10 "on" means that the device is not allowed to autosuspend, 12 be honored. "auto" means the device will autosuspend 20 write "0" to power/autosuspend.
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | Readme.txt | 57 a. Enabling autosuspend: 58 Autosuspend is supported by the Gobi3000 module and its drivers, 60 the Gobi3000 module will not enter autosuspend unless the 61 user specifically turns on autosuspend with the command:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/nfc/ |
| H A D | trf7970a.txt | 14 - autosuspend-delay: Specify autosuspend delay in milliseconds. 38 autosuspend-delay = <30000>;
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | driver.c | 261 * unless the driver supports autosuspend. in usb_probe_device() 359 * runtime-PM-enabled only if the driver has autosuspend support. in usb_probe_interface() 564 * runtime-PM-enabled, but only if the driver has autosuspend in usb_driver_claim_interface() 1383 * autosuspend, if an error occurs at any stage, all the interfaces 1391 * Autosuspend requests originating from a child device or an interface 1643 * This routine allows @udev to be autosuspended. An autosuspend won't 1671 * usb_autosuspend_device - delayed autosuspend of a USB device and its interfaces 1672 * @udev: the usb_device to autosuspend 1675 * @udev and wants to allow it to autosuspend. Examples would be when 1679 * interfaces are inactive then a delayed autosuspend will be attempted. [all …]
|
| H A D | Kconfig | 109 int "Default autosuspend delay" 113 The default autosuspend delay in seconds. Can be overridden 114 with the usbcore.autosuspend command line or module parameter.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/meson/ |
| H A D | mali_kbase_config_platform.h | 41 * Autosuspend delay 43 * The delay time (in milliseconds) to be used for autosuspend
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/devicetree/ |
| H A D | mali_kbase_config_platform.h | 43 * AUTO_SUSPEND_DELAY - Autosuspend delay 45 * The delay time (in milliseconds) to be used for autosuspend
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-pm.c | 24 * the autosuspend delay is set to -1 to make runtime suspend impossible 26 * not need to touch other autosuspend settings. 52 * runtime PM core will try to autosuspend it some time later.
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | runtime.c | 152 * pm_runtime_autosuspend_expiration - Get a device's autosuspend-delay expiration time. 155 * Compute the autosuspend-delay expiration time based on the device's 537 * Cancel a pending idle notification, autosuspend or suspend. If 547 * flag is set and the next autosuspend-delay expiration time is in the 548 * future, schedule another autosuspend attempt. 583 * set to expire at or before the autosuspend delay, in rpm_suspend() 722 * If the callback routine failed an autosuspend, and in rpm_suspend() 724 * is a new autosuspend expiration time, automatically in rpm_suspend() 725 * reschedule another autosuspend. in rpm_suspend() 775 * optimization: If an autosuspend timer is running, leave it running in rpm_resume() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/ |
| H A D | ti,omap-remoteproc.yaml | 132 ti,autosuspend-delay-ms: 134 Custom autosuspend delay for the remoteproc in milliseconds. 137 autosuspend behavior.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-power | 191 contains the autosuspend delay value (in milliseconds). Some 195 period is called the autosuspend delay. Negative values will 198 1000 will cause the autosuspend timer expiration to be rounded
|
| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | hid-core.c | 62 MODULE_PARM_DESC(ignoreled, "Autosuspend with active leds"); 203 /* Try to wake up from autosuspend... */ in usbhid_restart_out_queue() 242 /* Try to wake up from autosuspend... */ in usbhid_restart_ctrl_queue() 288 * autosuspend refused while keys are pressed in hid_irq_in() 555 /* Prevent autosuspend following the unlink */ in __usbhid_submit_report() 576 /* Now we can allow autosuspend again */ in __usbhid_submit_report() 606 /* Prevent autosuspend following the unlink */ in __usbhid_submit_report() 627 /* Now we can allow autosuspend again */ in __usbhid_submit_report()
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | usb.c | 490 iface->needs_remote_wakeup = 1; /* autosuspend (15s delay) */ in i2400mu_probe() 597 * request is an autosuspend one (not a system standby in i2400mu_suspend() 607 * autosuspend thing, say no and it'll come back in i2400mu_suspend() 611 d_printf(1, dev, "fw up, link up, not-idle, autosuspend: " in i2400mu_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | Kconfig | 35 bool "Enable USB autosuspend for Bluetooth USB devices by default" 38 Say Y here to enable USB autosuspend for Bluetooth USB devices by
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_config.h | 197 * autosuspend. 199 * This callback is optional and if not provided regular autosuspend
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_config.h | 177 * then this callback can set the autosuspend timeout (if desired) and 274 * autosuspend. 276 * This callback is optional and if not provided regular autosuspend
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | sun4i-gpadc-iio.c | 15 * This is also the reason of using autosuspend in pm_runtime. If there was no 16 * autosuspend, the thermal sensor would need X seconds after every 17 * pm_runtime_get_sync to get a value from the ADC. The autosuspend allows the
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/proximity/ |
| H A D | devantech-srf04.yaml | 61 get suspended automatically (autosuspend feature).
|