Searched refs:autosuspend (Results 1 – 9 of 9) sorted by relevance
20 * The driver interface for autosuspend and autoresume104 device. This is called ``autosuspend`` for short. In general, a device116 autosuspend. In fact, at the time of this writing (Linux 2.6.23) the128 triggered within the USB stack: autosuspend and autoresume. Note that142 ``control`` file. In 2.6.38 the ``autosuspend`` file will be deprecated146 but only ``autosuspend`` works.)166 autosuspend is not allowed. (Of course, system170 allowed to autosuspend and autoresume the device.181 before the kernel will autosuspend it (the idle-delay182 time). The default is 2000. 0 means to autosuspend[all …]
58 "usbcore.autosuspend=-1"
14 What: /sys/bus/usb/devices/.../power/autosuspend20 power/autosuspend. This file holds the time (in seconds)27 The autosuspend delay for newly-created devices is set to28 the value of the usbcore.autosuspend module parameter.69 for this interface supports autosuspend. It also73 The file returns 0 if autosuspend support has not been
28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)"35 that complements the runtime-pm autosuspend and provides a lower36 floor on the autosuspend delay.39 runtime pm autosuspend delay tunable.
109 int "Default autosuspend delay"113 The default autosuspend delay in seconds. Can be overridden114 with the usbcore.autosuspend command line or module parameter.
69 module_param_named(autosuspend, usb_autosuspend_delay, int, 0644);70 MODULE_PARM_DESC(autosuspend, "default autosuspend delay");
420 static DEVICE_ATTR_RW(autosuspend);
616 static int venc_pm_put(struct venus_inst *inst, bool autosuspend) in venc_pm_put() argument624 if (autosuspend) in venc_pm_put()
643 static int vdec_pm_put(struct venus_inst *inst, bool autosuspend) in vdec_pm_put() argument651 if (autosuspend) in vdec_pm_put()