Searched defs:omap_i2c_dev (Results 1 – 1 of 1) sorted by relevance
187 struct omap_i2c_dev { struct188 spinlock_t lock; /* IRQ synchronization */189 struct device *dev;190 void __iomem *base; /* virtual */191 int irq;192 int reg_shift; /* bit shift for I2C register addresses */193 struct completion cmd_complete;194 struct resource *ioarea;195 u32 latency; /* maximum mpu wkup latency */196 void (*set_mpu_wkup_lat)(struct device *dev,[all …]