Searched refs:regmap_spi_gather_write (Results 1 – 2 of 2) sorted by relevance
36 static int regmap_spi_gather_write(void *context, in regmap_spi_gather_write() function103 .gather_write = regmap_spi_gather_write,
168 static int regmap_spi_gather_write(void *context, const void *reg, in regmap_spi_gather_write() function195 return regmap_spi_gather_write(context, reg, 4, val, count - 4); in tcan4x5x_regmap_write()225 .gather_write = regmap_spi_gather_write,