| /linux/Documentation/devicetree/bindings/media/ |
| A D | gpio-ir-receiver.yaml | 22 linux,autosuspend-period: 23 description: autosuspend delay time in milliseconds 41 linux,autosuspend-period = <125>;
|
| /linux/Documentation/driver-api/usb/ |
| A D | power-management.rst | 20 * The driver interface for autosuspend and autoresume 146 but only ``autosuspend`` works.) 166 autosuspend is not allowed. (Of course, system 185 number to the file to change the autosuspend 209 modprobe usbcore autosuspend=5 214 options usbcore autosuspend=5 224 usbcore.autosuspend=5 239 then to enable autosuspend for selected devices. 371 autosuspend the device. 391 attempts an autosuspend if the new value is = 0. [all …]
|
| A D | usb3-debug-port.rst | 58 "usbcore.autosuspend=-1"
|
| /linux/Documentation/ABI/obsolete/ |
| 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.
|
| /linux/drivers/accel/ivpu/ |
| A D | ivpu_hw.c | 84 vdev->timeout.autosuspend = -1; in timeouts_init() 90 vdev->timeout.autosuspend = -1; in timeouts_init() 96 vdev->timeout.autosuspend = -1; in timeouts_init() 103 vdev->timeout.autosuspend = 10; in timeouts_init() 105 vdev->timeout.autosuspend = 100; in timeouts_init()
|
| A D | ivpu_drv.h | 153 int autosuspend; member
|
| A D | ivpu_pm.c | 363 delay = vdev->timeout.autosuspend; in ivpu_pm_init()
|
| /linux/Documentation/devicetree/bindings/net/nfc/ |
| A D | ti,trf7970a.yaml | 17 autosuspend-delay: 20 Specify autosuspend delay in milliseconds. 94 autosuspend-delay = <30000>;
|
| /linux/Documentation/ABI/stable/ |
| 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
|
| /linux/drivers/gpu/drm/i915/ |
| A D | Kconfig.profile | 28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 35 that complements the runtime-pm autosuspend and provides a lower 36 floor on the autosuspend delay. 39 runtime pm autosuspend delay tunable.
|
| /linux/Documentation/power/ |
| 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 288 - indicates that the device's driver supports delayed autosuspend (see 293 - indicates that the PM core should attempt to carry out an autosuspend 297 - the delay time (in milliseconds) to be used for autosuspend 302 periods for autosuspend 514 - clear the power.use_autosuspend flag, disabling autosuspend delays; 879 In order to use autosuspend, subsystems or drivers must call 882 instead of the non-autosuspend counterparts:: 895 autosuspend delay time has expired. If the ->runtime_suspend() callback [all …]
|
| /linux/drivers/usb/core/ |
| 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.
|
| A D | usb.c | 68 module_param_named(autosuspend, usb_autosuspend_delay, int, 0644); 69 MODULE_PARM_DESC(autosuspend, "default autosuspend delay");
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| A D | ti,omap-remoteproc.yaml | 135 ti,autosuspend-delay-ms: 137 Custom autosuspend delay for the remoteproc in milliseconds. 140 autosuspend behavior.
|
| /linux/Documentation/devicetree/bindings/spi/ |
| A D | spi-pl022.yaml | 45 pl022,autosuspend-delay:
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| A D | imx6dl-prtrvt.dts | 70 autosuspend-delay = <30000>;
|
| /linux/Documentation/devicetree/bindings/iio/proximity/ |
| A D | devantech-srf04.yaml | 61 get suspended automatically (autosuspend feature).
|
| /linux/Documentation/ABI/testing/ |
| 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
|
| A D | sysfs-bus-usb | 520 Returns 1 if the device doesn't support autosuspend. 532 What: /sys/bus/usb/devices/usbX/power/autosuspend 534 Time in milliseconds for the device to autosuspend. If the 535 value is negative, then autosuspend is prevented.
|
| /linux/Documentation/driver-api/media/ |
| A D | camera-sensor.rst | 63 time. Drivers should enable runtime PM autosuspend. Also see
|
| /linux/drivers/bluetooth/ |
| A D | Kconfig | 39 bool "Enable USB autosuspend for Bluetooth USB devices by default" 42 Say Y here to enable USB autosuspend for Bluetooth USB devices by
|
| /linux/drivers/usb/storage/ |
| A D | Kconfig | 44 bool "Realtek Card Reader autosuspend support"
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx8mn-evk.dtsi | 81 linux,autosuspend-period = <125>;
|
| A D | imx8mq-evk.dts | 72 linux,autosuspend-period = <125>;
|
| /linux/drivers/media/platform/qcom/venus/ |
| A D | venc.c | 617 static int venc_pm_put(struct venus_inst *inst, bool autosuspend) in venc_pm_put() argument 625 if (autosuspend) in venc_pm_put()
|