Searched refs:gsc_runtime_suspend (Results 1 – 2 of 2) sorted by relevance
1196 static int gsc_runtime_suspend(struct device *dev) in gsc_runtime_suspend() function1241 return gsc_runtime_suspend(dev); in gsc_suspend()1249 .runtime_suspend = gsc_runtime_suspend,
1776 static int gsc_runtime_suspend(struct device *dev) in gsc_runtime_suspend() function1797 SET_RUNTIME_PM_OPS(gsc_runtime_suspend, gsc_runtime_resume, NULL)