set_mpu_wkup_lat  186 drivers/i2c/busses/i2c-omap.c 	void			(*set_mpu_wkup_lat)(struct device *dev,
set_mpu_wkup_lat  639 drivers/i2c/busses/i2c-omap.c 	if (omap->set_mpu_wkup_lat != NULL)
set_mpu_wkup_lat  811 drivers/i2c/busses/i2c-omap.c 	if (omap->set_mpu_wkup_lat != NULL)
set_mpu_wkup_lat  812 drivers/i2c/busses/i2c-omap.c 		omap->set_mpu_wkup_lat(omap->dev, omap->latency);
set_mpu_wkup_lat  826 drivers/i2c/busses/i2c-omap.c 	if (omap->set_mpu_wkup_lat != NULL)
set_mpu_wkup_lat  827 drivers/i2c/busses/i2c-omap.c 		omap->set_mpu_wkup_lat(omap->dev, -1);
set_mpu_wkup_lat 1396 drivers/i2c/busses/i2c-omap.c 		omap->set_mpu_wkup_lat = pdata->set_mpu_wkup_lat;
set_mpu_wkup_lat 1470 drivers/i2c/busses/i2c-omap.c 		if (omap->set_mpu_wkup_lat != NULL)
set_mpu_wkup_lat   36 include/linux/platform_data/i2c-omap.h 	void		(*set_mpu_wkup_lat)(struct device *dev, long set);