Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-ops.c546 ret = regmap_parse_val(component->regmap, &mask, &mask); in snd_soc_bytes_put()
552 ret = regmap_parse_val(component->regmap, &val, &val); in snd_soc_bytes_put()
560 ret = regmap_parse_val(component->regmap, &mask, &mask); in snd_soc_bytes_put()
566 ret = regmap_parse_val(component->regmap, &val, &val); in snd_soc_bytes_put()
/linux-6.15/include/linux/
H A Dregmap.h1371 int regmap_parse_val(struct regmap *map, const void *buf,
2101 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val() function
/linux-6.15/drivers/base/regmap/
H A Dregmap.c3502 int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val() function
3512 EXPORT_SYMBOL_GPL(regmap_parse_val);