Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_cmd.h348 int atomisp_runtime_resume(struct device *dev);
Datomisp_v4l2.c757 int atomisp_runtime_resume(struct device *dev) in atomisp_runtime_resume() function
1778 .runtime_resume = atomisp_runtime_resume,
Datomisp_cmd.c322 ret = atomisp_runtime_resume(isp->dev); in atomisp_reset()