Searched refs:xthresh (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | tda7419.c | 264 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 267 .max = xmax, .thresh = xthresh, .invert = xinvert}) 269 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument 273 .max = xmax, .thresh = xthresh, .invert = xinvert}) 275 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument 286 xmax, xthresh, xinvert), \ 290 xthresh, xinvert, xtlv_array) \ argument 300 xmin, xmax, xthresh, \
|