Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_cmd.h347 int atomisp_runtime_suspend(struct device *dev);
Datomisp_v4l2.c739 int atomisp_runtime_suspend(struct device *dev) in atomisp_runtime_suspend() function
1777 .runtime_suspend = atomisp_runtime_suspend,
Datomisp_cmd.c312 ret = atomisp_runtime_suspend(isp->dev); in atomisp_reset()