/linux-4.4.14/drivers/staging/iio/addac/ |
H A 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.4.14/drivers/input/touchscreen/ |
H A D | ad7879.h | 20 int (*multi_read)(struct device *dev, u8 first_reg, u8 count, u16 *buf);
|
H A D | ad7879-i2c.c | 30 u8 first_reg, u8 count, u16 *buf) ad7879_i2c_multi_read() 35 i2c_smbus_read_i2c_block_data(client, first_reg, count * 2, (u8 *)buf); ad7879_i2c_multi_read() 29 ad7879_i2c_multi_read(struct device *dev, u8 first_reg, u8 count, u16 *buf) ad7879_i2c_multi_read() argument
|
H A D | ad7879-spi.c | 83 u8 first_reg, u8 count, u16 *buf) ad7879_spi_multi_read() 87 return ad7879_spi_xfer(spi, AD7879_READCMD(first_reg), count, NULL, buf); ad7879_spi_multi_read() 82 ad7879_spi_multi_read(struct device *dev, u8 first_reg, u8 count, u16 *buf) ad7879_spi_multi_read() argument
|
H A D | ad7879.c | 143 static int ad7879_multi_read(struct ad7879 *ts, u8 first_reg, u8 count, u16 *buf) ad7879_multi_read() argument 145 return ts->bops->multi_read(ts->dev, first_reg, count, buf); ad7879_multi_read()
|
/linux-4.4.14/drivers/mfd/ |
H A D | abx500-core.c | 91 u8 first_reg, u8 *regvals, u8 numregs) abx500_get_register_page_interruptible() 98 first_reg, regvals, numregs); abx500_get_register_page_interruptible() 90 abx500_get_register_page_interruptible(struct device *dev, u8 bank, u8 first_reg, u8 *regvals, u8 numregs) abx500_get_register_page_interruptible() argument
|
H A D | ab3100-core.c | 216 u8 first_reg, u8 *regvals, u8 numregs) ab3100_get_register_page_interruptible() 232 err = i2c_master_send(ab3100->i2c_client, &first_reg, 1); ab3100_get_register_page_interruptible() 271 u8 first_reg, u8 *regvals, u8 numregs) get_register_page_interruptible() 276 first_reg, regvals, numregs); get_register_page_interruptible() 215 ab3100_get_register_page_interruptible(struct ab3100 *ab3100, u8 first_reg, u8 *regvals, u8 numregs) ab3100_get_register_page_interruptible() argument 270 get_register_page_interruptible(struct device *dev, u8 bank, u8 first_reg, u8 *regvals, u8 numregs) get_register_page_interruptible() argument
|
/linux-4.4.14/include/uapi/linux/ |
H A D | bcache.h | 320 __u32 first_reg; member in struct:uuid_entry::__anon13928::__anon13929 368 __u32 first_reg; member in struct:uuid_entry_v0
|
/linux-4.4.14/include/linux/mfd/ |
H A D | abx500.h | 313 u8 first_reg, u8 *regvals, u8 numregs); 315 u8 first_reg, u8 *regvals, u8 numregs);
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | super.c | 371 u->first_reg, u->last_reg, u->invalidated); uuid_io() 405 u1[i].first_reg = u0[i].first_reg; uuid_read() 994 u->first_reg = u->last_reg = rtime; bch_cached_dev_attach() 1276 u->first_reg = u->last_reg = cpu_to_le32(get_seconds()); bch_flash_dev_create()
|