Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dcore.c353 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_remove() local
388 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_runtime_suspend() local
423 const struct venus_pm_ops *pm_ops = core->pm_ops; in venus_runtime_resume() local
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 Dvenc.c1213 const struct venus_pm_ops *pm_ops = core->pm_ops; in venc_runtime_suspend() local
1225 const struct venus_pm_ops *pm_ops = core->pm_ops; in venc_runtime_resume() local
H A Dvdec.c1638 const struct venus_pm_ops *pm_ops = core->pm_ops; in vdec_runtime_suspend() local
1650 const struct venus_pm_ops *pm_ops = core->pm_ops; in vdec_runtime_resume() local
H A Dcore.h187 const struct venus_pm_ops *pm_ops; member
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dpm33xx.c56 static struct am33xx_pm_platform_data *pm_ops; variable