Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-omap.c195 void (*set_mpu_wkup_lat)(struct device *dev, member
613 if (dev->set_mpu_wkup_lat != NULL) in omap_i2c_resize_fifo()
763 if (dev->set_mpu_wkup_lat != NULL) in omap_i2c_xfer()
764 dev->set_mpu_wkup_lat(dev->dev, dev->latency); in omap_i2c_xfer()
777 if (dev->set_mpu_wkup_lat != NULL) in omap_i2c_xfer()
778 dev->set_mpu_wkup_lat(dev->dev, -1); in omap_i2c_xfer()
1255 dev->set_mpu_wkup_lat = pdata->set_mpu_wkup_lat; in omap_i2c_probe()
1331 if (dev->set_mpu_wkup_lat != NULL) in omap_i2c_probe()
/linux-4.1.27/include/linux/
Di2c-omap.h35 void (*set_mpu_wkup_lat)(struct device *dev, long set); member
/linux-4.1.27/arch/arm/mach-omap2/
Di2c.c179 pdata->set_mpu_wkup_lat = omap_pm_set_max_mpu_wakeup_lat_compat; in omap_i2c_add_bus()