Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/regmap/
Dregmap-spi.c52 .gather_write = regmap_spi_gather_write,
Dregmap-i2c.c94 .gather_write = regmap_i2c_gather_write,
Dregmap.c451 else if (map->bus->gather_write) in _regmap_raw_write()
452 ret = map->bus->gather_write(map->dev, map->work_buf, in _regmap_raw_write()
/linux-3.4.99/include/linux/
Dregmap.h122 regmap_hw_gather_write gather_write; member