Home
last modified time | relevance | path

Searched refs:max_raw_read (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-i2c.c245 .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 Dregmap.c793 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 Dregmap-spi.c130 bus->max_raw_read = max_size; in regmap_get_spi_bus()
H A Dregmap-spi-avmm.c662 .max_raw_read = SPI_AVMM_VAL_SIZE * MAX_READ_CNT,
/linux/drivers/iio/accel/
H A Dbma400_spi.c60 .max_raw_read = BMA400_MAX_SPI_READ,
/linux/drivers/mfd/
H A Dacer-ec-a500.c104 .max_raw_read = 2,
H A Dmt6360-core.c500 .max_raw_read = 4,
/linux/drivers/net/can/m_can/
H A Dtcan4x5x-regmap.c156 .max_raw_read = 256,
/linux/sound/soc/codecs/
H A Dzl38060.c541 .max_raw_read = ZL38_MAX_RAW_XFER,
/linux/drivers/tty/serial/
H A Dsc16is7xx.c1729 .max_raw_read = SC16IS7XX_FIFO_SIZE,
/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c579 .max_raw_read = 32, /* mgmt eth can read up to 8 registers at time */