Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
H A Dregcache.c452 regmap_async_complete(map); in regcache_sync()
511 regmap_async_complete(map); in regcache_sync_region()
H A Dregcache-rbtree.c505 return regmap_async_complete(map); in regcache_rbtree_sync()
H A Dregmap.c3363 int regmap_async_complete(struct regmap *map) in regmap_async_complete() function
3385 EXPORT_SYMBOL_GPL(regmap_async_complete);
3440 regmap_async_complete(map); in regmap_register_patch()
/linux/include/linux/
H A Dregmap.h1350 int regmap_async_complete(struct regmap *map);
2091 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete() function
/linux/sound/soc/
H A Dsoc-component.c939 regmap_async_complete(component->regmap); in snd_soc_component_async_complete()