Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Datomisp_cmd.h431 int atomisp_runtime_suspend(struct device *dev);
Datomisp_v4l2.c780 int atomisp_runtime_suspend(struct device *dev) in atomisp_runtime_suspend() function
1912 .runtime_suspend = atomisp_runtime_suspend,
Datomisp_cmd.c320 ret = atomisp_runtime_suspend(isp->dev); in atomisp_reset()