Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dregmap.h1034 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
/Linux-v5.4/drivers/base/regmap/
Dregmap.c3064 int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function
3071 EXPORT_SYMBOL_GPL(regmap_get_val_bytes);
/Linux-v5.4/sound/soc/codecs/
Darizona.c2734 len = params->num_regs * regmap_get_val_bytes(arizona->regmap); in arizona_eq_coeff_put()
Dmadera.c4633 len = params->num_regs * regmap_get_val_bytes(madera->regmap); in madera_eq_coeff_put()
/Linux-v5.4/sound/soc/
Dsoc-core.c2681 int val_bytes = regmap_get_val_bytes(component->regmap); in snd_soc_component_setup_regmap()