Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/regmap/
H A Dregcache.c463 regmap_async_complete(map); in regcache_sync()
522 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.c3361 int regmap_async_complete(struct regmap *map) in regmap_async_complete() function
3383 EXPORT_SYMBOL_GPL(regmap_async_complete);
3438 regmap_async_complete(map); in regmap_register_patch()
/linux-6.15/include/linux/
H A Dregmap.h1350 int regmap_async_complete(struct regmap *map);
2088 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete() function
/linux-6.15/sound/soc/
H A Dsoc-component.c939 regmap_async_complete(component->regmap); in snd_soc_component_async_complete()