/linux-4.4.14/include/sound/ |
D | soc.h | 35 #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/ |
D | slabinfo-gnuplot.sh | 33 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/ |
D | ili210x.c | 192 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/ |
D | atakeyb.c | 365 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/ |
D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 716 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/ |
D | sti_hdmi.c | 192 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/ |
D | omap-mcbsp.c | 45 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument 51 {.min = xmin, .max = xmax} }
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 264 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/ |
D | ab8500-codec.c | 68 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 73 {.count = xcount, .min = xmin, .max = xmax} }
|
/linux-4.4.14/drivers/s390/char/ |
D | raw3270.c | 456 char xmax; member
|