Searched refs:regmap_async (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/ |
D | trace.h | 178 DECLARE_EVENT_CLASS(regmap_async, 202 DEFINE_EVENT(regmap_async, regmap_async_io_complete, 210 DEFINE_EVENT(regmap_async, regmap_async_complete_start, 218 DEFINE_EVENT(regmap_async, regmap_async_complete_done,
|
D | regmap-spi.c | 16 struct regmap_async core; 56 struct regmap_async *a) in regmap_spi_async_write() 80 static struct regmap_async *regmap_spi_async_alloc(void) in regmap_spi_async_alloc()
|
D | internal.h | 43 struct regmap_async { struct 267 void regmap_async_complete_cb(struct regmap_async *async, int ret);
|
D | regmap.c | 1478 struct regmap_async *async; in regmap_exit() 1488 struct regmap_async, in regmap_exit() 1712 struct regmap_async *async; in _regmap_raw_write_impl() 1718 struct regmap_async, in _regmap_raw_write_impl() 3112 void regmap_async_complete_cb(struct regmap_async *async, int ret) in regmap_async_complete_cb()
|
/kernel/linux/linux-5.10/drivers/net/can/m_can/ |
D | tcan4x5x.c | 201 struct regmap_async *a) in regmap_spi_async_write() 206 static struct regmap_async *regmap_spi_async_alloc(void) in regmap_spi_async_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
D | regmap.h | 443 struct regmap_async; 453 struct regmap_async *async); 463 typedef struct regmap_async *(*regmap_hw_async_alloc)(void);
|