Searched refs:autosuspend (Results 1 – 16 of 16) sorted by relevance
| /linux/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 …]
|
| H A D | usb3-debug-port.rst | 58 "usbcore.autosuspend=-1"
|
| /linux/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.
|
| /linux/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
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_hw.c | 106 vdev->timeout.autosuspend = -1; in timeouts_init() 113 vdev->timeout.autosuspend = -1; in timeouts_init() 121 vdev->timeout.autosuspend = 100; in timeouts_init() 130 vdev->timeout.autosuspend = 10; in timeouts_init() 132 vdev->timeout.autosuspend = 100; in timeouts_init()
|
| H A D | ivpu_drv.h | 184 int autosuspend; member
|
| /linux/drivers/gpu/drm/i915/ |
| H 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/drivers/usb/core/ |
| 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.
|
| H A D | usb.c | 69 module_param_named(autosuspend, usb_autosuspend_delay, int, 0644); 70 MODULE_PARM_DESC(autosuspend, "default autosuspend delay");
|
| H A D | sysfs.c | 420 static DEVICE_ATTR_RW(autosuspend);
|
| /linux/Documentation/ABI/testing/ |
| H 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/drivers/media/platform/qcom/venus/ |
| H 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()
|
| H A D | vdec.c | 644 static int vdec_pm_put(struct venus_inst *inst, bool autosuspend) in vdec_pm_put() argument 652 if (autosuspend) in vdec_pm_put()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-evk.dts | 72 linux,autosuspend-period = <125>;
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2347 Disable runtime PM autosuspend
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 8079 usbcore.autosuspend= 8080 [USB] The autosuspend time delay (in seconds) used
|