Searched refs:max8997_bulk_read (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/mfd/ |
D | max8997-irq.c | 198 max8997_bulk_read(max8997->i2c, MAX8997_REG_INT1, 4, in max8997_irq_thread() 219 max8997_bulk_read(max8997->muic, MAX8997_MUIC_REG_INT1, 3, in max8997_irq_thread() 229 max8997_bulk_read(max8997->i2c, MAX8997_REG_GPIOCNTL1, in max8997_irq_thread()
|
D | max8997.c | 64 int max8997_bulk_read(struct i2c_client *i2c, u8 reg, int count, u8 *buf) in max8997_bulk_read() function 77 EXPORT_SYMBOL_GPL(max8997_bulk_read);
|
/linux-2.6.39/include/linux/mfd/ |
D | max8997-private.h | 355 extern int max8997_bulk_read(struct i2c_client *i2c, u8 reg, int count,
|