Searched defs:max8925_chip (Results 1 – 1 of 1) sorted by relevance
192 struct max8925_chip { struct193 struct device *dev;194 struct i2c_client *i2c;195 struct i2c_client *adc;196 struct i2c_client *rtc;197 struct mutex io_lock;198 struct mutex irq_lock;200 int irq_base;201 int core_irq;202 int tsc_irq;[all …]