Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-ops.c599 ret = regmap_parse_val(component->regmap, &mask, &mask); in snd_soc_bytes_put()
605 ret = regmap_parse_val(component->regmap, &val, &val); in snd_soc_bytes_put()
613 ret = regmap_parse_val(component->regmap, &mask, &mask); in snd_soc_bytes_put()
619 ret = regmap_parse_val(component->regmap, &val, &val); in snd_soc_bytes_put()
/linux/include/linux/
H A Dregmap.h1377 int regmap_parse_val(struct regmap *map, const void *buf,
2110 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val() function