Searched refs:max_raw_read (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-i2c.c | 245 .max_raw_read = I2C_SMBUS_BLOCK_MAX, 302 .max_raw_read = I2C_SMBUS_BLOCK_MAX,
|
| H A D | regmap.c | 807 map->max_raw_read = bus->max_raw_read; in __regmap_init() 1836 return map->max_raw_read; in regmap_get_raw_read_max() 2773 else if (map->max_raw_read && val_len > map->max_raw_read) in regmap_raw_read() 2774 chunk_regs = map->max_raw_read / val_bytes; in regmap_raw_read() 2863 if (map->max_raw_read && map->max_raw_read < val_len) in regmap_noinc_read() 2864 read_len = map->max_raw_read; in regmap_noinc_read()
|
| H A D | internal.h | 157 size_t max_raw_read; member
|
| H A D | regmap-spi-avmm.c | 668 .max_raw_read = SPI_AVMM_VAL_SIZE * MAX_READ_CNT,
|
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | bma400_spi.c | 60 .max_raw_read = BMA400_MAX_SPI_READ,
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-regmap.c | 387 .max_raw_read = sizeof_field(struct mcp251xfd_map_buf_nocrc, data), 409 .max_raw_read = sizeof_field(struct mcp251xfd_map_buf_crc, data),
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | zl38060.c | 538 .max_raw_read = ZL38_MAX_RAW_XFER,
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/qca/ |
| H A D | ar9331.c | 799 .max_raw_read = 4,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | regmap.h | 520 size_t max_raw_read; member
|