Searched defs:first_reg (Results 1 - 5 of 5) sorted by relevance

/drivers/input/touchscreen/
H A Dad7879-i2c.c30 u8 first_reg, u8 count, u16 *buf)
35 i2c_smbus_read_i2c_block_data(client, first_reg, count * 2, (u8 *)buf);
29 ad7879_i2c_multi_read(struct device *dev, u8 first_reg, u8 count, u16 *buf) argument
H A Dad7879-spi.c83 u8 first_reg, u8 count, u16 *buf)
87 return ad7879_spi_xfer(spi, AD7879_READCMD(first_reg), count, NULL, buf);
82 ad7879_spi_multi_read(struct device *dev, u8 first_reg, u8 count, u16 *buf) argument
H A Dad7879.c143 static int ad7879_multi_read(struct ad7879 *ts, u8 first_reg, u8 count, u16 *buf) argument
145 return ts->bops->multi_read(ts->dev, first_reg, count, buf);
/drivers/mfd/
H A Dabx500-core.c91 u8 first_reg, u8 *regvals, u8 numregs)
98 first_reg, regvals, numregs);
90 abx500_get_register_page_interruptible(struct device *dev, u8 bank, u8 first_reg, u8 *regvals, u8 numregs) argument
H A Dab3100-core.c216 u8 first_reg, u8 *regvals, u8 numregs)
232 err = i2c_master_send(ab3100->i2c_client, &first_reg, 1);
271 u8 first_reg, u8 *regvals, u8 numregs)
276 first_reg, regvals, numregs);
215 ab3100_get_register_page_interruptible(struct ab3100 *ab3100, u8 first_reg, u8 *regvals, u8 numregs) argument
270 get_register_page_interruptible(struct device *dev, u8 bank, u8 first_reg, u8 *regvals, u8 numregs) argument

Completed in 342 milliseconds