Home
last modified time | relevance | path

Searched refs:gather_write (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/base/regmap/
Dregmap-spmi.c89 .gather_write = regmap_spmi_base_gather_write,
209 .gather_write = regmap_spmi_ext_gather_write,
Dregmap-spi.c107 .gather_write = regmap_spi_gather_write,
Dregmap-mmio.c211 .gather_write = regmap_mmio_gather_write,
Dregmap-i2c.c206 .gather_write = regmap_i2c_gather_write,
Dregmap.c1356 else if (map->bus->gather_write) in _regmap_raw_write()
1357 ret = map->bus->gather_write(map->bus_context, map->work_buf, in _regmap_raw_write()
/linux-4.4.14/drivers/bluetooth/
Dbtintel.c508 .gather_write = regmap_ibt_gather_write,
/linux-4.4.14/include/linux/
Dregmap.h337 regmap_hw_gather_write gather_write; member
/linux-4.4.14/drivers/media/dvb-frontends/
Drtl2830.c813 .gather_write = rtl2830_regmap_gather_write, in rtl2830_probe()
Drtl2832.c1209 .gather_write = rtl2832_regmap_gather_write, in rtl2832_probe()