Searched refs:gather_write (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/drivers/base/regmap/ |
D | regmap-spmi.c | 80 .gather_write = regmap_spmi_base_gather_write, 200 .gather_write = regmap_spmi_ext_gather_write,
|
D | regmap-sdw.c | 47 .gather_write = regmap_sdw_gather_write,
|
D | regmap-raw-ram.c | 94 .gather_write = regmap_raw_ram_gather_write,
|
D | regmap-spi.c | 103 .gather_write = regmap_spi_gather_write,
|
D | regmap-i2c.c | 202 .gather_write = regmap_i2c_gather_write,
|
D | regmap-spi-avmm.c | 658 .gather_write = regmap_spi_avmm_gather_write,
|
D | regmap.c | 1763 else if (map->bus && map->bus->gather_write) in _regmap_raw_write_impl() 1764 ret = map->bus->gather_write(map->bus_context, map->work_buf, in _regmap_raw_write_impl()
|
/linux-6.6.21/drivers/net/can/m_can/ |
D | tcan4x5x-regmap.c | 152 .gather_write = tcan4x5x_regmap_gather_write,
|
/linux-6.6.21/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-regmap.c | 435 .gather_write = mcp251xfd_regmap_nocrc_gather_write, 458 .gather_write = mcp251xfd_regmap_crc_gather_write,
|
/linux-6.6.21/drivers/pinctrl/ |
D | pinctrl-mcp23s08_spi.c | 78 .gather_write = mcp23sxx_spi_gather_write,
|
/linux-6.6.21/sound/soc/codecs/ |
D | cs35l56-sdw.c | 159 .gather_write = cs35l56_sdw_gather_write,
|
/linux-6.6.21/drivers/media/dvb-frontends/ |
D | rtl2830.c | 780 .gather_write = rtl2830_regmap_gather_write, in rtl2830_probe()
|
/linux-6.6.21/include/linux/ |
D | regmap.h | 566 regmap_hw_gather_write gather_write; member
|
/linux-6.6.21/drivers/rtc/ |
D | rtc-pcf2127.c | 1346 .gather_write = pcf2127_i2c_gather_write,
|
/linux-6.6.21/drivers/bluetooth/ |
D | btintel.c | 835 .gather_write = regmap_ibt_gather_write,
|