Searched refs:regmap_async (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/base/regmap/ |
H A D | trace.h | 208 DECLARE_EVENT_CLASS(regmap_async, 232 DEFINE_EVENT(regmap_async, regmap_async_io_complete, 239 DEFINE_EVENT(regmap_async, regmap_async_complete_start, 246 DEFINE_EVENT(regmap_async, regmap_async_complete_done,
|
H A 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()
|
H A D | internal.h | 44 struct regmap_async { struct 284 void regmap_async_complete_cb(struct regmap_async *async, int ret);
|
H A D | regmap.c | 1455 struct regmap_async *async; in regmap_exit() 1466 struct regmap_async, in regmap_exit() 1705 struct regmap_async *async; in _regmap_raw_write_impl() 1711 struct regmap_async, in _regmap_raw_write_impl() 3285 void regmap_async_complete_cb(struct regmap_async *async, int ret) in regmap_async_complete_cb()
|
/openbmc/linux/include/linux/ |
H A D | regmap.h | 497 struct regmap_async; 507 struct regmap_async *async); 521 typedef struct regmap_async *(*regmap_hw_async_alloc)(void);
|