Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsoc.h34 #define SOC_DOUBLE_VALUE(xreg, shift_left, shift_right, xmax, xinvert, xautodisable) \ argument
37 .rshift = shift_right, .max = xmax, .platform_max = xmax, \
39 #define SOC_DOUBLE_S_VALUE(xreg, shift_left, shift_right, xmin, xmax, xsign_bit, xinvert, xautodisa… argument
42 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \
44 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \ argument
45 SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable)
46 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \ argument
48 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
49 #define SOC_DOUBLE_R_VALUE(xlreg, xrreg, xshift, xmax, xinvert) \ argument
52 .max = xmax, .platform_max = xmax, .invert = xinvert})
[all …]
/linux-4.1.27/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.1.27/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.1.27/arch/m68k/include/asm/
Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/linux-4.1.27/sound/soc/intel/atom/
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-4.1.27/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 - 1); in hdmi_active_area()
201 hdmi_write(hdmi, xmax, HDMI_ACTIVE_VID_XMAX); in hdmi_active_area()
/linux-4.1.27/sound/soc/omap/
Domap-mcbsp.c45 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument
51 {.min = xmin, .max = xmax} }
/linux-4.1.27/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.1.27/sound/soc/codecs/
Dab8500-codec.c68 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
73 {.count = xcount, .min = xmin, .max = xmax} }
/linux-4.1.27/drivers/s390/char/
Draw3270.c456 char xmax; member