Home
last modified time | relevance | path

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

/linux-4.4.14/tools/vm/
Dslabinfo-gnuplot.sh32 xmin=0
60 local range="every ::$xmin"
71 lines=$((xmax-xmin))
113 local range="every ::$xmin"
203 xmin=${array[0]}
/linux-4.4.14/include/sound/
Dsoc.h40 #define SOC_DOUBLE_S_VALUE(xreg, shift_left, shift_right, xmin, xmax, xsign_bit, xinvert, xautodisa… argument
43 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \
54 #define SOC_DOUBLE_R_S_VALUE(xlreg, xrreg, xshift, xmin, xmax, xsign_bit, xinvert) \ argument
57 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \
59 #define SOC_DOUBLE_R_RANGE_VALUE(xlreg, xrreg, xshift, xmin, xmax, xinvert) \ argument
62 .min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert})
68 #define SOC_SINGLE_RANGE(xname, xreg, xshift, xmin, xmax, xinvert) \ argument
74 .rshift = xshift, .min = xmin, .max = xmax, \
84 #define SOC_SINGLE_SX_TLV(xname, xreg, xshift, xmin, xmax, tlv_array) \ argument
95 .max = xmax, .min = xmin} }
[all …]
/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.h716 xmin, xmax, xpname) \ argument
724 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \
730 xmin, xmax, xpname) \ argument
735 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hdmi.c192 u32 xmin, xmax; in hdmi_active_area() local
195 xmin = sti_vtg_get_pixel_number(hdmi->mode, 1); in hdmi_active_area()
200 hdmi_write(hdmi, xmin, HDMI_ACTIVE_VID_XMIN); in hdmi_active_area()
/linux-4.4.14/sound/soc/omap/
Domap-mcbsp.c45 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument
51 {.min = xmin, .max = xmax} }
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c264 static int em28xx_accumulator_set(struct em28xx *dev, u8 xmin, u8 xmax, in em28xx_accumulator_set() argument
268 xmin, ymin, xmax, ymax); in em28xx_accumulator_set()
270 em28xx_write_regs(dev, EM28XX_R28_XMIN, &xmin, 1); in em28xx_accumulator_set()
/linux-4.4.14/sound/soc/codecs/
Dab8500-codec.c68 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
73 {.count = xcount, .min = xmin, .max = xmax} }
/linux-4.4.14/drivers/s390/char/
Draw3270.c454 char xmin; member