Searched defs:xitems (Results 1 – 1 of 1) sorted by relevance
| /linux/include/sound/ |
| H A D | soc.h | 210 #define SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xitems, xtexts) \ argument 214 #define SOC_ENUM_SINGLE(xreg, xshift, xitems, xtexts) \ argument 216 #define SOC_ENUM_SINGLE_EXT(xitems, xtexts) \ argument 218 #define SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xitems, xtexts, xvalues) \ argument 221 SOC_VALUE_ENUM_SINGLE(xreg,xshift,xmask,xitems,xtexts,xvalues) global() argument 223 SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg,xshift,xmask,xitems,xtexts,xvalues) global() argument 227 SOC_ENUM_SINGLE_VIRT(xitems,xtexts) global() argument [all...] |