Searched defs:soc_enum (Results 1 – 1 of 1) sorted by relevance
1170 struct soc_enum { struct1171 int reg;1172 unsigned char shift_l;1173 unsigned char shift_r;1174 unsigned int items;1198 static inline unsigned int snd_soc_enum_val_to_item(struct soc_enum *e, in snd_soc_enum_val_to_item() argument