Home
last modified time | relevance | path

Searched defs:pm_ops (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/sound/soc/sof/
Dpm.c76 const struct sof_ipc_pm_ops *pm_ops = sof_ipc_get_ops(sdev, pm); in sof_resume() local
199 const struct sof_ipc_pm_ops *pm_ops = sof_ipc_get_ops(sdev, pm); in sof_suspend() local
298 const struct sof_ipc_pm_ops *pm_ops = sof_ipc_get_ops(sdev, pm); in snd_sof_dsp_power_down_notify() local
/linux-6.12.1/sound/soc/sof/intel/
Dtgl.c34 const struct sof_ipc_pm_ops *pm_ops = sdev->ipc->ops->pm; in tgl_dsp_core_get() local
48 const struct sof_ipc_pm_ops *pm_ops = sdev->ipc->ops->pm; in tgl_dsp_core_put() local
Dmtl.c684 const struct sof_ipc_pm_ops *pm_ops = sdev->ipc->ops->pm; in mtl_dsp_core_get() local
698 const struct sof_ipc_pm_ops *pm_ops = sdev->ipc->ops->pm; in mtl_dsp_core_put() local
Dhda-dsp.c472 const struct sof_ipc_pm_ops *pm_ops = sof_ipc_get_ops(sdev, pm); in hda_dsp_send_pm_gate_ipc() local
1193 const struct sof_ipc_pm_ops *pm_ops = sdev->ipc->ops->pm; in hda_dsp_core_get() local
/linux-6.12.1/drivers/media/platform/qcom/venus/
Dpm_helpers.h45 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_pm_acquire_core() local
57 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_pm_release_core() local
Dcore.c429 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_remove() local
473 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_runtime_suspend() local
508 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_runtime_resume() local
Dvenc.c1611 const struct venus_pm_ops *pm_ops = core->pm_ops; in venc_runtime_suspend() local
1623 const struct venus_pm_ops *pm_ops = core->pm_ops; in venc_runtime_resume() local
Dvdec.c1843 const struct venus_pm_ops *pm_ops = core->pm_ops; in vdec_runtime_suspend() local
1855 const struct venus_pm_ops *pm_ops = core->pm_ops; in vdec_runtime_resume() local
Dcore.h218 const struct venus_pm_ops *pm_ops; member
/linux-6.12.1/drivers/soc/ti/
Dpm33xx.c57 static struct am33xx_pm_platform_data *pm_ops; variable