Searched refs:max_raw_write (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/base/regmap/ |
H A D | regmap-i2c.c | 246 .max_raw_write = I2C_SMBUS_BLOCK_MAX - 1, 303 .max_raw_write = I2C_SMBUS_BLOCK_MAX - 2, 352 (bus->max_raw_write == 0 || bus->max_raw_write > quirks->max_write_len)) in regmap_get_i2c_bus() 362 ret_bus->max_raw_write = max_write; in regmap_get_i2c_bus()
|
H A D | regmap.c | 792 map->max_raw_write = bus->max_raw_write; in __regmap_init() 793 } else if (config->max_raw_read && config->max_raw_write) { in __regmap_init() 795 map->max_raw_write = config->max_raw_write; in __regmap_init() 1843 return map->max_raw_write; in regmap_get_raw_write_max() 2017 else if (map->max_raw_write && val_len > map->max_raw_write) in _regmap_raw_write() 2018 chunk_regs = map->max_raw_write / val_bytes; in _regmap_raw_write() 2208 if (map->max_raw_write in regmap_noinc_write() [all...] |
H A D | regmap-spi.c | 131 bus->max_raw_write = max_size; in regmap_get_spi_bus()
|
H A D | internal.h | 176 size_t max_raw_write; member
|
H A D | regmap-spi-avmm.c | 663 .max_raw_write = SPI_AVMM_VAL_SIZE * MAX_WRITE_CNT,
|
/linux/drivers/input/touchscreen/ |
H A D | goodix_berlin_i2c.c | 24 .max_raw_write = I2C_MAX_TRANSFER_SIZE,
|
H A D | goodix_berlin_spi.c | 146 regmap_config.max_raw_write = max_size - GOODIX_BERLIN_SPI_WRITE_PREFIX_LEN; in goodix_berlin_spi_probe()
|
/linux/drivers/net/can/m_can/ |
H A D | tcan4x5x-regmap.c | 157 .max_raw_write = 256,
|
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-regmap.c | 441 .max_raw_write = sizeof_field(struct mcp251xfd_map_buf_nocrc, data), 463 .max_raw_write = sizeof_field(struct mcp251xfd_map_buf_crc, data),
|
/linux/drivers/mfd/ |
H A D | sec-acpm.c | 294 .max_raw_write = ACPM_MAX_BULK_DATA,
|
H A D | mt6360-core.c | 501 .max_raw_write = 4,
|
/linux/sound/soc/codecs/ |
H A D | zl38060.c | 540 .max_raw_write = ZL38_MAX_RAW_XFER,
|
H A D | rtq9128.c | 143 .max_raw_write = 4,
|
/linux/include/linux/ |
H A D | regmap.h | 323 * @max_raw_write: Max raw write size that can be used on the device. 425 size_t max_raw_write; member 598 * @max_raw_write: Max raw write size that can be used on the bus. 618 size_t max_raw_write; member
|
/linux/drivers/tty/serial/ |
H A D | max310x.c | 1487 .max_raw_write = MAX310X_FIFO_SIZE, 1591 .max_raw_write = MAX310X_FIFO_SIZE,
|
H A D | sc16is7xx.c | 1796 .max_raw_write = SC16IS7XX_FIFO_SIZE,
|