Searched refs:regmap_get_val_bytes (Results 1 – 3 of 3) sorted by relevance
435 int regmap_get_val_bytes(struct regmap *map);673 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function
2606 int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function2613 EXPORT_SYMBOL_GPL(regmap_get_val_bytes);
2696 int val_bytes = regmap_get_val_bytes(component->regmap); in snd_soc_component_setup_regmap()