Searched refs:xthresh (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/sound/soc/codecs/ |
D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 254 .max = xmax, .thresh = xthresh, .invert = xinvert}) 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument 260 .max = xmax, .thresh = xthresh, .invert = xinvert}) 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument 273 xmax, xthresh, xinvert), \ 277 xthresh, xinvert, xtlv_array) \ argument 287 xmin, xmax, xthresh, \
|