Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/busses/
Di2c-omap.c186 void (*set_mpu_wkup_lat)(struct device *dev, member
639 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_resize_fifo()
811 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_xfer_common()
812 omap->set_mpu_wkup_lat(omap->dev, omap->latency); in omap_i2c_xfer_common()
826 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_xfer_common()
827 omap->set_mpu_wkup_lat(omap->dev, -1); in omap_i2c_xfer_common()
1392 omap->set_mpu_wkup_lat = pdata->set_mpu_wkup_lat; in omap_i2c_probe()
1465 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_probe()
/linux-5.19.10/include/linux/platform_data/
Di2c-omap.h36 void (*set_mpu_wkup_lat)(struct device *dev, long set); member