Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/scsi/ufs/
Dtc-dwc-g210-pltfrm.c91 .runtime_idle = ufshcd_pltfrm_runtime_idle,
Dtc-dwc-g210-pci.c150 .runtime_idle = tc_dwc_g210_pci_runtime_idle,
Dcdns-pltfrm.c322 .runtime_idle = ufshcd_pltfrm_runtime_idle,
Dufs-hisi.c587 .runtime_idle = ufshcd_pltfrm_runtime_idle,
Dufs-mediatek.c966 .runtime_idle = ufshcd_pltfrm_runtime_idle,
Dufs-qcom.c1544 .runtime_idle = ufshcd_pltfrm_runtime_idle,
/Linux-v5.10/sound/soc/sof/intel/
Dapl.c113 .runtime_idle = hda_dsp_runtime_idle,
Dtgl.c108 .runtime_idle = hda_dsp_runtime_idle,
Dcnl.c318 .runtime_idle = hda_dsp_runtime_idle,
/Linux-v5.10/Documentation/power/
Druntime_pm.rst49 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 …]
Dpci.rst299 .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/
Dpm.h301 int (*runtime_idle)(struct device *dev); member
344 .runtime_idle = idle_fn,
/Linux-v5.10/drivers/pci/pcie/
Dportdrv_pci.c83 .runtime_idle = pcie_port_runtime_idle,
/Linux-v5.10/sound/soc/sof/
Dops.h176 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()
Dsof-priv.h217 int (*runtime_idle)(struct snd_sof_dev *sof_dev); /* optional */ member
/Linux-v5.10/drivers/scsi/
Dscsi_pm.c354 .runtime_idle = scsi_runtime_idle,
/Linux-v5.10/drivers/misc/mei/
Dpci-txe.c359 dev->pg_domain.ops.runtime_idle = mei_txe_pm_runtime_idle; in mei_txe_set_pm_domain()
Dpci-me.c480 dev->pg_domain.ops.runtime_idle = mei_me_pm_runtime_idle; in mei_me_set_pm_domain()
/Linux-v5.10/drivers/pci/
Dpci-driver.c1326 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/
Dpsb_drv.c480 .runtime_idle = psb_runtime_idle,
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_drv.c583 .runtime_idle = radeon_pmops_runtime_idle,
/Linux-v5.10/drivers/usb/core/
Dusb.c503 .runtime_idle = usb_runtime_idle,
/Linux-v5.10/drivers/tty/serial/
Difx6x60.c1286 .runtime_idle = ifx_spi_pm_runtime_idle
/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_drm.c1277 .runtime_idle = nouveau_pmops_runtime_idle,
/Linux-v5.10/drivers/base/power/
Druntime.c443 callback = RPM_GET_CALLBACK(dev, runtime_idle); in rpm_idle()

12