Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/i2c/busses/
Di2c-omap.c186 void (*set_mpu_wkup_lat)(struct device *dev, member
637 if (dev->set_mpu_wkup_lat != NULL) in omap_i2c_xfer()
638 dev->set_mpu_wkup_lat(dev->dev, dev->latency); in omap_i2c_xfer()
646 if (dev->set_mpu_wkup_lat != NULL) in omap_i2c_xfer()
647 dev->set_mpu_wkup_lat(dev->dev, -1); in omap_i2c_xfer()
1035 dev->set_mpu_wkup_lat = pdata->set_mpu_wkup_lat; in omap_i2c_probe()
1085 if (dev->set_mpu_wkup_lat != NULL) in omap_i2c_probe()
/linux-3.4.99/include/linux/
Di2c-omap.h37 void (*set_mpu_wkup_lat)(struct device *dev, long set); member
/linux-3.4.99/arch/arm/plat-omap/
Di2c.c181 pdata->set_mpu_wkup_lat = omap_pm_set_max_mpu_wakeup_lat_compat; in omap2_i2c_add_bus()