Searched refs:runtime_idle (Results 1 – 16 of 16) sorted by relevance
/linux/sound/soc/sof/intel/ |
H A D | hda-common-ops.c | 96 .runtime_idle = hda_dsp_runtime_idle,
|
/linux/Documentation/power/ |
H A D | runtime_pm.rst | 49 int (*runtime_idle)(struct device *dev); 53 The ->runtime_suspend(), ->runtime_resume() and ->runtime_idle() callbacks 80 and ->runtime_idle() callbacks for the given device in atomic context with 169 ->runtime_idle() (although ->runtime_idle() will not be started while any 172 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active' 173 devices (i.e. the PM core will only execute ->runtime_idle() or 177 (3) ->runtime_idle() and ->runtime_suspend() can only be executed for a device 190 to execute it, ->runtime_idle() will not be executed for the same device. 193 will cancel any pending requests to execute ->runtime_idle() for the same 248 - if set, ->runtime_idle() is being executed [all …]
|
H A D | pci.rst | 299 .runtime_idle = pci_pm_runtime_idle, 416 and pm_request_idle(), executes the device driver's pm->runtime_idle() 424 pm->runtime_idle() callback. 961 3.1.17. runtime_idle() 964 The runtime_idle() callback is specific to device runtime PM. It is executed 1054 the runtime_idle() callback to prevent the device from being suspended again
|
/linux/include/linux/ |
H A D | pm.h | 310 int (*runtime_idle)(struct device *dev); member 340 .runtime_idle = idle_fn,
|
/linux/drivers/scsi/ |
H A D | scsi_pm.c | 272 .runtime_idle = scsi_runtime_idle,
|
/linux/drivers/misc/mei/ |
H A D | pci-txe.c | 331 dev->pg_domain.ops.runtime_idle = mei_txe_pm_runtime_idle; in mei_txe_set_pm_domain()
|
H A D | pci-me.c | 485 dev->pg_domain.ops.runtime_idle = mei_me_pm_runtime_idle; in mei_me_set_pm_domain()
|
/linux/drivers/pci/ |
H A D | pci-driver.c | 1379 if (pm && pm->runtime_idle) in pci_pm_runtime_idle() 1380 return pm->runtime_idle(dev); in pci_pm_runtime_idle() 1405 .runtime_idle = pci_pm_runtime_idle,
|
/linux/drivers/pci/pcie/ |
H A D | portdrv.c | 666 .runtime_idle = pcie_port_runtime_idle,
|
/linux/drivers/usb/core/ |
H A D | usb.c | 579 .runtime_idle = usb_runtime_idle,
|
/linux/drivers/hid/intel-thc-hid/intel-quickspi/ |
H A D | pci-quickspi.c | 967 .runtime_idle = NULL,
|
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/ |
H A D | pci-quicki2c.c | 990 .runtime_idle = NULL,
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 1402 .runtime_idle = nouveau_pmops_runtime_idle,
|
/linux/drivers/base/power/ |
H A D | runtime.c | 523 callback = RPM_GET_CALLBACK(dev, runtime_idle); in rpm_idle()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_drv.c | 2978 .runtime_idle = amdgpu_pmops_runtime_idle,
|
/linux/drivers/ata/ |
H A D | libata-core.c | 5346 .runtime_idle = ata_port_runtime_idle,
|