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,
192 static int regmap_spi_gather_write(void *context, const void *reg, in regmap_spi_gather_write() function219 return regmap_spi_gather_write(context, reg, 4, val, count - 4); in tcan4x5x_regmap_write()249 .gather_write = regmap_spi_gather_write,