Home
last modified time | relevance | path

Searched refs:runtime_idle (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/scsi/ufs/
Dtc-dwc-g210-pltfrm.c94 .runtime_idle = ufshcd_pltfrm_runtime_idle,
Dtc-dwc-g210-pci.c153 .runtime_idle = tc_dwc_g210_pci_runtime_idle,
Dufs-hisi.c602 .runtime_idle = ufshcd_pltfrm_runtime_idle,
Dufs-qcom.c1712 .runtime_idle = ufshcd_pltfrm_runtime_idle,
/Linux-v4.19/Documentation/power/
Druntime_pm.txt43 int (*runtime_idle)(struct device *dev);
47 The ->runtime_suspend(), ->runtime_resume() and ->runtime_idle() callbacks
74 and ->runtime_idle() callbacks for the given device in atomic context with
165 ->runtime_idle() (although ->runtime_idle() will not be started while any
168 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active'
169 devices (i.e. the PM core will only execute ->runtime_idle() or
173 (3) ->runtime_idle() and ->runtime_suspend() can only be executed for a device
186 to execute it, ->runtime_idle() will not be executed for the same device.
189 will cancel any pending requests to execute ->runtime_idle() for the same
243 - if set, ->runtime_idle() is being executed
[all …]
Dpci.txt292 .runtime_idle = pci_pm_runtime_idle,
407 and pm_request_idle(), executes the device driver's pm->runtime_idle()
415 pm->runtime_idle() callback.
929 3.1.17. runtime_idle()
931 The runtime_idle() callback is specific to device runtime PM. It is executed
1021 the runtime_idle() callback to prevent the device from being suspended again
/Linux-v4.19/include/linux/
Dpm.h313 int (*runtime_idle)(struct device *dev); member
356 .runtime_idle = idle_fn,
/Linux-v4.19/drivers/pci/pcie/
Dportdrv_pci.c77 .runtime_idle = pcie_port_runtime_idle,
/Linux-v4.19/drivers/scsi/
Dscsi_pm.c353 .runtime_idle = scsi_runtime_idle,
/Linux-v4.19/drivers/misc/mei/
Dpci-txe.c375 dev->pg_domain.ops.runtime_idle = mei_txe_pm_runtime_idle; in mei_txe_set_pm_domain()
Dpci-me.c469 dev->pg_domain.ops.runtime_idle = mei_me_pm_runtime_idle; in mei_me_set_pm_domain()
/Linux-v4.19/drivers/pci/
Dpci-driver.c1339 if (pm->runtime_idle) in pci_pm_runtime_idle()
1340 ret = pm->runtime_idle(dev); in pci_pm_runtime_idle()
1365 .runtime_idle = pci_pm_runtime_idle,
/Linux-v4.19/drivers/gpu/drm/gma500/
Dpsb_drv.c450 .runtime_idle = psb_runtime_idle,
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_drv.c529 .runtime_idle = radeon_pmops_runtime_idle,
/Linux-v4.19/drivers/usb/core/
Dusb.c505 .runtime_idle = usb_runtime_idle,
/Linux-v4.19/drivers/tty/serial/
Difx6x60.c1339 .runtime_idle = ifx_spi_pm_runtime_idle
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c1064 .runtime_idle = amdgpu_pmops_runtime_idle,
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_drm.c1112 .runtime_idle = nouveau_pmops_runtime_idle,
/Linux-v4.19/drivers/base/power/
Druntime.c424 callback = RPM_GET_CALLBACK(dev, runtime_idle); in rpm_idle()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-pcm.c1383 .runtime_idle = hsw_pcm_runtime_idle,
/Linux-v4.19/drivers/ata/
Dlibata-core.c5829 .runtime_idle = ata_port_runtime_idle,
/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c6967 .runtime_idle = rtl8169_runtime_idle,