Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dpm.c76 const struct sof_ipc_pm_ops *pm_ops = sof_ipc_get_ops(sdev, pm); sof_resume() local
199 const struct sof_ipc_pm_ops *pm_ops = sof_ipc_get_ops(sdev, pm); sof_suspend() local
298 const struct sof_ipc_pm_ops *pm_ops = sof_ipc_get_ops(sdev, pm); snd_sof_dsp_power_down_notify() local
[all...]
/linux/sound/soc/sof/intel/
H A 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
H A Dmtl.c674 const struct sof_ipc_pm_ops *pm_ops = sdev->ipc->ops->pm; in mtl_dsp_core_get() local
687 const struct sof_ipc_pm_ops *pm_ops = sdev->ipc->ops->pm; in mtl_dsp_core_put() local
/linux/drivers/media/platform/qcom/venus/
H A 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
H A Dcore.c534 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_remove() local
580 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_runtime_suspend() local
635 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_runtime_resume() local
H A Dvenc.c1622 const struct venus_pm_ops *pm_ops = core->pm_ops; in venc_runtime_suspend() local
1634 const struct venus_pm_ops *pm_ops = core->pm_ops; in venc_runtime_resume() local
H A Dvdec.c1846 const struct venus_pm_ops *pm_ops = core->pm_ops; in vdec_runtime_suspend() local
1858 const struct venus_pm_ops *pm_ops = core->pm_ops; in vdec_runtime_resume() local
/linux/net/mptcp/
H A Dpm.c1107 struct mptcp_pm_ops *pm_ops; in mptcp_pm_find() local
1117 int mptcp_pm_validate(struct mptcp_pm_ops *pm_ops) in mptcp_pm_validate()
1122 int mptcp_pm_register(struct mptcp_pm_ops *pm_ops) in mptcp_pm_register()
1142 void mptcp_pm_unregister(struct mptcp_pm_ops *pm_ops) in mptcp_pm_unregister()
1158 struct mptcp_pm_ops *pm_ops; in mptcp_pm_get_available() local
/linux/drivers/soc/ti/
H A Dpm33xx.c57 static struct am33xx_pm_platform_data *pm_ops; variable