Home
last modified time | relevance | path

Searched refs:regmap_async_complete (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregcache.c426 regmap_async_complete(map); in regcache_sync()
485 regmap_async_complete(map); in regcache_sync_region()
H A Dregcache-rbtree.c507 return regmap_async_complete(map); in regcache_rbtree_sync()
H A Dregmap.c3326 int regmap_async_complete(struct regmap *map) in regmap_async_complete() function
3348 EXPORT_SYMBOL_GPL(regmap_async_complete);
3403 regmap_async_complete(map); in regmap_register_patch()
/openbmc/linux/include/linux/
H A Dregmap.h1278 int regmap_async_complete(struct regmap *map);
1989 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete() function
/openbmc/linux/sound/soc/
H A Dsoc-component.c937 regmap_async_complete(component->regmap); in snd_soc_component_async_complete()