Searched refs:regmap_spi_gather_write (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap-spi.c | 36 static int regmap_spi_gather_write(void *context, in regmap_spi_gather_write() function 103 .gather_write = regmap_spi_gather_write,
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-spi.c | 36 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/ |
H A D | tcan4x5x.c | 168 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,
|
Completed in 3 milliseconds