Searched refs:xthresh (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/sound/soc/codecs/ |
D | tda7419.c | 256 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 259 .max = xmax, .thresh = xthresh, .invert = xinvert}) 261 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument 265 .max = xmax, .thresh = xthresh, .invert = xinvert}) 267 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument 278 xmax, xthresh, xinvert), \ 282 xthresh, xinvert, xtlv_array) \ argument 292 xmin, xmax, xthresh, \
|