Searched refs:xinvert (Results 1 – 6 of 6) sorted by relevance
/linux/include/sound/ |
A D | soc.h | 54 .invert = xinvert}) 122 xmax, xinvert) } 124 xmax, xinvert) \ argument 129 xshift, xmin, xmax, xinvert) } 147 xmax, xinvert) } 149 xmax, xinvert, tlv_array) \ argument 157 xshift, xmin, xmax, xinvert) } 241 xmax, xinvert) } 272 xmax, xinvert, 0) } 282 xmax, xinvert) } [all …]
|
/linux/sound/soc/codecs/ |
A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 254 .max = xmax, .thresh = xthresh, .invert = xinvert}) 257 xinvert) \ argument 260 .max = xmax, .thresh = xthresh, .invert = xinvert}) 263 xinvert, xtlv_array) \ argument 273 xmax, xthresh, xinvert), \ 277 xthresh, xinvert, xtlv_array) \ argument 288 xinvert), \
|
A D | rt715-sdca.c | 416 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument 419 .shift = xshift, .invert = xinvert}) 421 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument 427 xshift, xinvert)} 429 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument 435 xmax, xinvert) }
|
A D | rt715.c | 439 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument 445 xmax, xinvert) }
|
/linux/sound/pci/ice1712/ |
A D | ews.c | 789 #define EWS88D_CONTROL(xiface, xname, xshift, xinvert, xaccess) \ argument 796 .private_value = xshift | (xinvert << 8),\ 930 #define DMX6FIRE_CONTROL(xname, xshift, xinvert) \ argument 936 .private_value = xshift | (xinvert << 8),\
|
/linux/sound/ppc/ |
A D | awacs.c | 239 #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \ argument 244 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
|
Completed in 24 milliseconds