Searched refs:set_mpu_wkup_lat (Results 1 – 3 of 3) sorted by relevance
35 void (*set_mpu_wkup_lat)(struct device *dev, long set); member
196 void (*set_mpu_wkup_lat)(struct device *dev, member612 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_resize_fifo()762 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_xfer()763 omap->set_mpu_wkup_lat(omap->dev, omap->latency); in omap_i2c_xfer()776 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_xfer()777 omap->set_mpu_wkup_lat(omap->dev, -1); in omap_i2c_xfer()1327 omap->set_mpu_wkup_lat = pdata->set_mpu_wkup_lat; in omap_i2c_probe()1403 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_probe()
179 pdata->set_mpu_wkup_lat = omap_pm_set_max_mpu_wakeup_lat_compat; in omap_i2c_add_bus()