Searched refs:regmap_async (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/base/regmap/
H A Dregmap-spi.c16 struct regmap_async core;
56 struct regmap_async *a)
80 static struct regmap_async *regmap_spi_async_alloc(void)
H A Dtrace.h208 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 Dinternal.h44 struct regmap_async { struct
284 void regmap_async_complete_cb(struct regmap_async *async, int ret);
H A Dregmap.c1445 struct regmap_async *async;
1455 struct regmap_async,
1694 struct regmap_async *async;
1700 struct regmap_async,
3274 void regmap_async_complete_cb(struct regmap_async *async, int ret)
/linux-master/include/linux/
H A Dregmap.h502 struct regmap_async;
512 struct regmap_async *async);
526 typedef struct regmap_async *(*regmap_hw_async_alloc)(void);
555 * @async_alloc: Allocate a regmap_async() structure.

Completed in 274 milliseconds