Searched refs:xitems (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/include/sound/ |
A D | soc.h | 212 #define SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xitems, xtexts) \ argument 214 .items = xitems, .texts = xtexts, \ 215 .mask = xitems ? roundup_pow_of_two(xitems) - 1 : 0} 216 #define SOC_ENUM_SINGLE(xreg, xshift, xitems, xtexts) \ argument 217 SOC_ENUM_DOUBLE(xreg, xshift, xshift, xitems, xtexts) 218 #define SOC_ENUM_SINGLE_EXT(xitems, xtexts) \ argument 219 { .items = xitems, .texts = xtexts } 222 .mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues} 227 .mask = xmask, .items = xitems, .texts = xtexts, \ 229 #define SOC_ENUM_SINGLE_VIRT(xitems, xtexts) \ argument [all …]
|
Completed in 7 milliseconds