Searched refs:set_mpu_wkup_lat (Results 1 – 1 of 1) sorted by relevance
187 void (*set_mpu_wkup_lat)(struct device *dev, member641 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_resize_fifo()812 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_xfer_common()813 omap->set_mpu_wkup_lat(omap->dev, omap->latency); in omap_i2c_xfer_common()827 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_xfer_common()828 omap->set_mpu_wkup_lat(omap->dev, -1); in omap_i2c_xfer_common()1379 omap->set_mpu_wkup_lat = pdata->set_mpu_wkup_lat; in omap_i2c_probe()1452 if (omap->set_mpu_wkup_lat != NULL) in omap_i2c_probe()
Completed in 11 milliseconds