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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2c-omap.h6 void (*set_mpu_wkup_lat)(struct device *dev, long set); member in struct:omap_i2c_bus_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-omap.c183 void (*set_mpu_wkup_lat)(struct device *dev, member in struct:omap_i2c_dev
619 if (dev->set_mpu_wkup_lat != NULL)
620 dev->set_mpu_wkup_lat(dev->dev, dev->latency);
623 if (dev->set_mpu_wkup_lat != NULL)
624 dev->set_mpu_wkup_lat(dev->dev, -1);
1026 dev->set_mpu_wkup_lat = pdata->set_mpu_wkup_lat;
1029 dev->set_mpu_wkup_lat = NULL;
1086 if (dev->set_mpu_wkup_lat != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Di2c.c176 pd->set_mpu_wkup_lat = omap_pm_set_max_mpu_wakeup_lat_compat;

Completed in 44 milliseconds