Searched refs:first_reg (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/staging/iio/addac/ |
D | adt7316.h | 23 int (*multi_read)(void *client, u8 first_reg, u8 count, u8 *data); 24 int (*multi_write)(void *client, u8 first_reg, u8 count, u8 *data);
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | ad7879-i2c.c | 30 u8 first_reg, u8 count, u16 *buf) in ad7879_i2c_multi_read() argument 35 i2c_smbus_read_i2c_block_data(client, first_reg, count * 2, (u8 *)buf); in ad7879_i2c_multi_read()
|
D | ad7879-spi.c | 83 u8 first_reg, u8 count, u16 *buf) in ad7879_spi_multi_read() argument 87 return ad7879_spi_xfer(spi, AD7879_READCMD(first_reg), count, NULL, buf); in ad7879_spi_multi_read()
|
D | ad7879.h | 20 int (*multi_read)(struct device *dev, u8 first_reg, u8 count, u16 *buf);
|
D | ad7879.c | 143 static int ad7879_multi_read(struct ad7879 *ts, u8 first_reg, u8 count, u16 *buf) in ad7879_multi_read() argument 145 return ts->bops->multi_read(ts->dev, first_reg, count, buf); in ad7879_multi_read()
|
/linux-4.1.27/include/linux/mfd/ |
D | abx500.h | 313 u8 first_reg, u8 *regvals, u8 numregs); 315 u8 first_reg, u8 *regvals, u8 numregs);
|
/linux-4.1.27/drivers/mfd/ |
D | abx500-core.c | 91 u8 first_reg, u8 *regvals, u8 numregs) in abx500_get_register_page_interruptible() argument 98 first_reg, regvals, numregs); in abx500_get_register_page_interruptible()
|
D | ab3100-core.c | 216 u8 first_reg, u8 *regvals, u8 numregs) in ab3100_get_register_page_interruptible() argument 232 err = i2c_master_send(ab3100->i2c_client, &first_reg, 1); in ab3100_get_register_page_interruptible() 271 u8 first_reg, u8 *regvals, u8 numregs) in get_register_page_interruptible() argument 276 first_reg, regvals, numregs); in get_register_page_interruptible()
|
/linux-4.1.27/include/uapi/linux/ |
D | bcache.h | 320 __u32 first_reg; member 368 __u32 first_reg; member
|
/linux-4.1.27/drivers/md/bcache/ |
D | super.c | 394 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 428 u1[i].first_reg = u0[i].first_reg; in uuid_read() 1025 u->first_reg = u->last_reg = rtime; in bch_cached_dev_attach() 1307 u->first_reg = u->last_reg = cpu_to_le32(get_seconds()); in bch_flash_dev_create()
|