Searched refs:autoresume (Results 1 – 3 of 3) sorted by relevance
94 static unsigned autoresume = DEFAULT_AUTORESUME; variable95 module_param(autoresume, uint, S_IRUGO);96 MODULE_PARM_DESC(autoresume, "zero, or seconds before remote wakeup");180 if (autoresume) { in zero_suspend()183 autoresume_step_ms = autoresume * 1000; in zero_suspend()319 if (autoresume) { in zero_bind()322 autoresume_step_ms = autoresume * 1000; in zero_bind()
18 * The driver interface for autosuspend and autoresume106 kernel will automatically resume the device (autoresume). For the123 triggered within the USB stack: autosuspend and autoresume. Note that165 allowed to autosuspend and autoresume the device.169 suspended and autoresume was not allowed. This344 The driver interface for autosuspend and autoresume347 To support autosuspend and autoresume, a driver should implement all378 does an autoresume if the device is suspended. If the379 autoresume fails, the counter is decremented back.395 an autoresume or an autosuspend. Hence they can be called in[all …]
13 and autoresume in the usual manner, according to the