Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1428 static int img_i2c_runtime_suspend(struct device *dev) in img_i2c_runtime_suspend() function
1490 SET_RUNTIME_PM_OPS(img_i2c_runtime_suspend,
/kernel/linux/linux-6.6/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)

Completed in 5 milliseconds