Searched refs:img_i2c_runtime_suspend (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-img-scb.c411 static int img_i2c_runtime_suspend(struct device *dev);
1410 img_i2c_runtime_suspend(&pdev->dev);
1423 img_i2c_runtime_suspend(&dev->dev);
1426 static int img_i2c_runtime_suspend(struct device *dev) function
1486 RUNTIME_PM_OPS(img_i2c_runtime_suspend, img_i2c_runtime_resume, NULL)

Completed in 274 milliseconds