Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dregmap.h1001 int regmap_get_val_bytes(struct regmap *map);
1285 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function
/Linux-v4.19/drivers/base/regmap/
Dregmap.c2984 int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function
2991 EXPORT_SYMBOL_GPL(regmap_get_val_bytes);
/Linux-v4.19/sound/soc/codecs/
Darizona.c2737 len = params->num_regs * regmap_get_val_bytes(arizona->regmap); in arizona_eq_coeff_put()
/Linux-v4.19/sound/soc/
Dsoc-core.c3045 int val_bytes = regmap_get_val_bytes(component->regmap); in snd_soc_component_setup_regmap()