Searched refs:runtime_idle (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v5.10/drivers/scsi/ufs/ |
D | tc-dwc-g210-pltfrm.c | 91 .runtime_idle = ufshcd_pltfrm_runtime_idle,
|
D | tc-dwc-g210-pci.c | 150 .runtime_idle = tc_dwc_g210_pci_runtime_idle,
|
D | cdns-pltfrm.c | 322 .runtime_idle = ufshcd_pltfrm_runtime_idle,
|
D | ufs-hisi.c | 587 .runtime_idle = ufshcd_pltfrm_runtime_idle,
|
D | ufs-mediatek.c | 966 .runtime_idle = ufshcd_pltfrm_runtime_idle,
|
D | ufs-qcom.c | 1544 .runtime_idle = ufshcd_pltfrm_runtime_idle,
|
/Linux-v5.10/sound/soc/sof/intel/ |
D | apl.c | 113 .runtime_idle = hda_dsp_runtime_idle,
|
D | tgl.c | 108 .runtime_idle = hda_dsp_runtime_idle,
|
D | cnl.c | 318 .runtime_idle = hda_dsp_runtime_idle,
|
/Linux-v5.10/Documentation/power/ |
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 171 ->runtime_idle() (although ->runtime_idle() will not be started while any 174 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active' 175 devices (i.e. the PM core will only execute ->runtime_idle() or 179 (3) ->runtime_idle() and ->runtime_suspend() can only be executed for a device 192 to execute it, ->runtime_idle() will not be executed for the same device. 195 will cancel any pending requests to execute ->runtime_idle() for the same 250 - if set, ->runtime_idle() is being executed [all …]
|
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 1055 the runtime_idle() callback to prevent the device from being suspended again
|
/Linux-v5.10/include/linux/ |
D | pm.h | 301 int (*runtime_idle)(struct device *dev); member 344 .runtime_idle = idle_fn,
|
/Linux-v5.10/drivers/pci/pcie/ |
D | portdrv_pci.c | 83 .runtime_idle = pcie_port_runtime_idle,
|
/Linux-v5.10/sound/soc/sof/ |
D | ops.h | 176 if (sof_ops(sdev)->runtime_idle) in snd_sof_dsp_runtime_idle() 177 return sof_ops(sdev)->runtime_idle(sdev); in snd_sof_dsp_runtime_idle()
|
D | sof-priv.h | 217 int (*runtime_idle)(struct snd_sof_dev *sof_dev); /* optional */ member
|
/Linux-v5.10/drivers/scsi/ |
D | scsi_pm.c | 354 .runtime_idle = scsi_runtime_idle,
|
/Linux-v5.10/drivers/misc/mei/ |
D | pci-txe.c | 359 dev->pg_domain.ops.runtime_idle = mei_txe_pm_runtime_idle; in mei_txe_set_pm_domain()
|
D | pci-me.c | 480 dev->pg_domain.ops.runtime_idle = mei_me_pm_runtime_idle; in mei_me_set_pm_domain()
|
/Linux-v5.10/drivers/pci/ |
D | pci-driver.c | 1326 if (pm->runtime_idle) in pci_pm_runtime_idle() 1327 return pm->runtime_idle(dev); in pci_pm_runtime_idle() 1352 .runtime_idle = pci_pm_runtime_idle,
|
/Linux-v5.10/drivers/gpu/drm/gma500/ |
D | psb_drv.c | 480 .runtime_idle = psb_runtime_idle,
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 583 .runtime_idle = radeon_pmops_runtime_idle,
|
/Linux-v5.10/drivers/usb/core/ |
D | usb.c | 503 .runtime_idle = usb_runtime_idle,
|
/Linux-v5.10/drivers/tty/serial/ |
D | ifx6x60.c | 1286 .runtime_idle = ifx_spi_pm_runtime_idle
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 1277 .runtime_idle = nouveau_pmops_runtime_idle,
|
/Linux-v5.10/drivers/base/power/ |
D | runtime.c | 443 callback = RPM_GET_CALLBACK(dev, runtime_idle); in rpm_idle()
|
12