Searched refs:regmap_async (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/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 | 20 struct regmap_async core; 60 struct regmap_async *a) in regmap_spi_async_write() 84 static struct regmap_async *regmap_spi_async_alloc(void) in regmap_spi_async_alloc()
|
D | internal.h | 46 struct regmap_async { struct 264 void regmap_async_complete_cb(struct regmap_async *async, int ret);
|
D | regmap.c | 1312 struct regmap_async *async; in regmap_exit() 1322 struct regmap_async, in regmap_exit() 1538 struct regmap_async *async; in _regmap_raw_write_impl() 1544 struct regmap_async, in _regmap_raw_write_impl() 2849 void regmap_async_complete_cb(struct regmap_async *async, int ret) in regmap_async_complete_cb()
|
/linux-4.19.296/include/linux/ |
D | regmap.h | 434 struct regmap_async; 444 struct regmap_async *async); 454 typedef struct regmap_async *(*regmap_hw_async_alloc)(void);
|