Home
last modified time | relevance | path

Searched refs:ivpu_pm_runtime_resume_cb (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/accel/ivpu/
H A Divpu_pm.h33 int ivpu_pm_runtime_resume_cb(struct device *dev);
H A Divpu_pm.c299 int ivpu_pm_runtime_resume_cb(struct device *dev) in ivpu_pm_runtime_resume_cb() function
H A Divpu_drv.c744 SET_RUNTIME_PM_OPS(ivpu_pm_runtime_suspend_cb, ivpu_pm_runtime_resume_cb, NULL)