Searched refs:regmap_get_val_bytes (Results 1 – 5 of 5) sorted by relevance
1034 int regmap_get_val_bytes(struct regmap *map);1385 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function
3064 int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function3071 EXPORT_SYMBOL_GPL(regmap_get_val_bytes);
2734 len = params->num_regs * regmap_get_val_bytes(arizona->regmap); in arizona_eq_coeff_put()
4633 len = params->num_regs * regmap_get_val_bytes(madera->regmap); in madera_eq_coeff_put()
2681 int val_bytes = regmap_get_val_bytes(component->regmap); in snd_soc_component_setup_regmap()