Home
last modified time | relevance | path

Searched refs:xmin (Results 1 – 8 of 8) sorted by relevance

/linux/tools/mm/
H A Dslabinfo-gnuplot.sh25 xmin=0
53 local range="every ::$xmin"
64 lines=$((xmax-xmin))
106 local range="every ::$xmin"
196 xmin=${array[0]}
/linux/sound/soc/codecs/
H A Dtda7419.c251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument
253 {.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \
256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument
259 {.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \
262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument
272 .private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \
276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument
287 xmin, xmax, xthresh, \
H A Dab8500-codec.c63 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
68 {.count = xcount, .min = xmin, .max = xmax} }
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.h24 #define ACARD_SINGLE_RANGE_EXT_TLV(xname, xreg, xshift, xmin, xmax, xinvert, \ argument
35 .min = xmin, .max = xmax, .invert = xinvert, \
/linux/sound/soc/
H A Dsoc-ops-test.c21 #define TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert) \ argument
23 .min = xmin, .max = xmax, .platform_max = xpmax, \
38 xmin, xmax, xpmax, xsign, xinvert) \ argument
44 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \
49 xmask, xreg, xmin, xmax, xpmax, xsign, xinvert) \ argument
55 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \
/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.h714 xmin, xmax, xpname) \ argument
722 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \
728 xmin, xmax, xpname) \ argument
733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
/linux/sound/soc/ti/
H A Domap-mcbsp-st.c451 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument
457 {.min = xmin, .max = xmax} }
/linux/drivers/s390/char/
H A Draw3270.c430 char xmin; member