Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_pm.h29 int ivpu_pm_runtime_suspend_cb(struct device *dev);
H A Divpu_pm.c187 int ivpu_pm_runtime_suspend_cb(struct device *dev) in ivpu_pm_runtime_suspend_cb() function
H A Divpu_drv.c683 SET_RUNTIME_PM_OPS(ivpu_pm_runtime_suspend_cb, ivpu_pm_runtime_resume_cb, NULL)