Lines Matching refs:pmf
509 if (!fmd->pmf)
512 ret = pm_runtime_resume_and_get(fmd->pmf);
552 pm_runtime_put(fmd->pmf);
558 pm_runtime_put(fmd->pmf);
626 if (!fmd->pmf && fimc->pdev)
627 fmd->pmf = &fimc->pdev->dev;
1285 if (camclk->fmd->pmf == NULL)
1288 return pm_runtime_resume_and_get(camclk->fmd->pmf);
1295 if (camclk->fmd->pmf == NULL)
1298 pm_runtime_put_sync(camclk->fmd->pmf);