Home
last modified time | relevance | path

Searched refs:regmap_parse_val (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/
H A Dsoc-ops.c550 ret = regmap_parse_val(component->regmap, &mask, &mask); in snd_soc_bytes_put()
556 ret = regmap_parse_val(component->regmap, &val, &val); in snd_soc_bytes_put()
564 ret = regmap_parse_val(component->regmap, &mask, &mask); in snd_soc_bytes_put()
570 ret = regmap_parse_val(component->regmap, &val, &val); in snd_soc_bytes_put()
/linux/include/linux/
H A Dregmap.h1371 int regmap_parse_val(struct regmap *map, const void *buf,
2104 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val() function
/linux/drivers/base/regmap/
H A Dregmap.c3504 int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val() function
3514 EXPORT_SYMBOL_GPL(regmap_parse_val);