Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsoc.h39 #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, \
53 #define SOC_DOUBLE_R_S_VALUE(xlreg, xrreg, xshift, xmin, xmax, xsign_bit, xinvert) \ argument
56 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \
58 #define SOC_DOUBLE_R_RANGE_VALUE(xlreg, xrreg, xshift, xmin, xmax, xinvert) \ argument
61 .min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert})
67 #define SOC_SINGLE_RANGE(xname, xreg, xshift, xmin, xmax, xinvert) \ argument
73 .rshift = xshift, .min = xmin, .max = xmax, \
83 #define SOC_SINGLE_SX_TLV(xname, xreg, xshift, xmin, xmax, tlv_array) \ argument
94 .max = xmax, .min = xmin} }
[all …]
/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
195 xmin = sti_vtg_get_pixel_number(hdmi->mode, 0); in hdmi_active_area()
200 hdmi_write(hdmi, xmin, HDMI_ACTIVE_VID_XMIN); 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()
270 em28xx_write_regs(dev, EM28XX_R28_XMIN, &xmin, 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.c454 char xmin; member