Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/include/sound/
Dsoc.h35 #define SOC_DOUBLE_VALUE(xreg, shift_left, shift_right, xmax, xinvert, xautodisable) \ argument
38 .rshift = shift_right, .max = xmax, .platform_max = xmax, \
40 #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, \
45 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \ argument
46 SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable)
47 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \ argument
49 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
50 #define SOC_DOUBLE_R_VALUE(xlreg, xrreg, xshift, xmax, xinvert) \ argument
53 .max = xmax, .platform_max = xmax, .invert = xinvert})
[all …]
/linux-4.4.14/tools/vm/
Dslabinfo-gnuplot.sh33 xmax=0
69 if [ $xmax -ne 0 ]; then
70 range="$range::$xmax"
71 lines=$((xmax-xmin))
116 if [ $xmax -ne 0 ]; then
117 range="$range::$xmax"
204 xmax=${array[1]}
/linux-4.4.14/drivers/input/touchscreen/
Dili210x.c192 int xmax, ymax; in ili210x_i2c_probe() local
224 xmax = panel.finger_max.x_low | (panel.finger_max.x_high << 8); in ili210x_i2c_probe()
251 input_set_abs_params(input, ABS_X, 0, xmax, 0, 0); in ili210x_i2c_probe()
256 input_set_abs_params(input, ABS_MT_POSITION_X, 0, xmax, 0, 0); in ili210x_i2c_probe()
/linux-4.4.14/arch/m68k/atari/
Datakeyb.c365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
/linux-4.4.14/arch/m68k/include/asm/
Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/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
196 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay); in hdmi_active_area()
201 hdmi_write(hdmi, xmax, HDMI_ACTIVE_VID_XMAX); 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()
271 em28xx_write_regs(dev, EM28XX_R29_XMAX, &xmax, 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.c456 char xmax; member