Home
last modified time | relevance | path

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

/openbmc/linux/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); in img_i2c_probe()
1423 img_i2c_runtime_suspend(&dev->dev); in img_i2c_remove()
1426 static int img_i2c_runtime_suspend(struct device *dev) in img_i2c_runtime_suspend() function
1486 RUNTIME_PM_OPS(img_i2c_runtime_suspend, img_i2c_runtime_resume, NULL)