Searched refs:max_raw_read (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/base/regmap/ |
| H A D | regmap-i2c.c | 245 .max_raw_read = I2C_SMBUS_BLOCK_MAX - 1, 302 .max_raw_read = I2C_SMBUS_BLOCK_MAX - 2, 346 .max_raw_read = I2C_SMBUS_BLOCK_MAX - 2, 397 (bus->max_raw_read == 0 || bus->max_raw_read > quirks->max_read_len)) in regmap_get_i2c_bus() 410 ret_bus->max_raw_read = max_read; in regmap_get_i2c_bus()
|
| H A D | regmap.c | 793 map->max_raw_read = bus->max_raw_read; in __regmap_init() 795 } else if (config->max_raw_read && config->max_raw_write) { in __regmap_init() 796 map->max_raw_read = config->max_raw_read; in __regmap_init() 1855 return map->max_raw_read; in regmap_get_raw_read_max() 2963 else if (map->max_raw_read && val_len > map->max_raw_read) in regmap_raw_read() 2964 chunk_regs = map->max_raw_read / val_bytes; in regmap_raw_read() 3069 if (map->max_raw_read && map->max_raw_read < val_len) in regmap_noinc_read() 3070 read_len = map->max_raw_read; in regmap_noinc_read()
|
| H A D | regmap-spi.c | 130 bus->max_raw_read = max_size; in regmap_get_spi_bus()
|
| H A D | regmap-spi-avmm.c | 662 .max_raw_read = SPI_AVMM_VAL_SIZE * MAX_READ_CNT,
|
| /linux/drivers/iio/accel/ |
| H A D | bma400_spi.c | 60 .max_raw_read = BMA400_MAX_SPI_READ,
|
| /linux/drivers/mfd/ |
| H A D | acer-ec-a500.c | 104 .max_raw_read = 2,
|
| H A D | mt6360-core.c | 500 .max_raw_read = 4,
|
| /linux/drivers/net/can/m_can/ |
| H A D | tcan4x5x-regmap.c | 156 .max_raw_read = 256,
|
| /linux/sound/soc/codecs/ |
| H A D | zl38060.c | 541 .max_raw_read = ZL38_MAX_RAW_XFER,
|
| /linux/drivers/tty/serial/ |
| H A D | sc16is7xx.c | 1729 .max_raw_read = SC16IS7XX_FIFO_SIZE,
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 579 .max_raw_read = 32, /* mgmt eth can read up to 8 registers at time */
|