Home
last modified time | relevance | path

Searched refs:regmap_spi_gather_write (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap-spi.c36 static int regmap_spi_gather_write(void *context, in regmap_spi_gather_write() function
103 .gather_write = regmap_spi_gather_write,
/kernel/linux/linux-5.10/drivers/net/can/m_can/
Dtcan4x5x.c168 static int regmap_spi_gather_write(void *context, const void *reg, in regmap_spi_gather_write() function
195 return regmap_spi_gather_write(context, reg, 4, val, count - 4); in tcan4x5x_regmap_write()
225 .gather_write = regmap_spi_gather_write,