Searched refs:regmap_parse_val (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/ |
| H A D | soc-ops.c | 599 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 D | regmap.h | 1377 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
|