Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Datomisp_cmd.h354 int atomisp_runtime_suspend(struct device *dev);
Datomisp_v4l2.c781 int atomisp_runtime_suspend(struct device *dev) in atomisp_runtime_suspend() function
1909 .runtime_suspend = atomisp_runtime_suspend,
Datomisp_cmd.c320 ret = atomisp_runtime_suspend(isp->dev); in atomisp_reset()