/linux-6.3-rc2/include/sound/ |
A D | soc.h | 91 .max = xmax, .min = xmin} } 122 xmax, xinvert) } 124 xmax, xinvert) \ argument 150 .max = xmax, .min = xmin} } 159 xmax, xinvert) } 181 .max = xmax, .min = xmin} } 202 .min = xmin, .max = xmax, \ 255 xmax, xinvert) } 286 xmax, xinvert, 0) } 296 xmax, xinvert) } [all …]
|
/linux-6.3-rc2/tools/mm/ |
A D | slabinfo-gnuplot.sh | 26 xmax=0 62 if [ $xmax -ne 0 ]; then 63 range="$range::$xmax" 64 lines=$((xmax-xmin)) 109 if [ $xmax -ne 0 ]; then 110 range="$range::$xmax" 197 xmax=${array[1]}
|
/linux-6.3-rc2/sound/soc/tegra/ |
A D | tegra210_ahub.h | 43 #define SOC_VALUE_ENUM_WIDE(xreg, shift, xmax, xtexts, xvalues) \ argument 48 .items = xmax, \ 51 .mask = xmax ? roundup_pow_of_two(xmax) - 1 : 0 \
|
A D | tegra186_asrc.c | 657 #define SOC_SINGLE_EXT_FRAC(xname, xregbase, xmax, xget, xput) \ argument 672 .max = xmax \
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 254 .max = xmax, .thresh = xthresh, .invert = xinvert}) 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument 260 .max = xmax, .thresh = xthresh, .invert = xinvert}) 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument 273 xmax, xthresh, xinvert), \ 276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument 287 xmin, xmax, xthresh, \
|
A D | rt715-sdca.c | 417 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument 419 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 422 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument 427 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, \ 430 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument 436 xmax, xinvert) } 439 xhandler_put, tlv_array, xcount, xmax) \ argument 446 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) } 449 xhandler_put, tlv_array, xcount, xmax) \ argument 456 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
|
A D | rt715.c | 440 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument 446 xmax, xinvert) }
|
A D | ab8500-codec.c | 63 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 68 {.count = xcount, .min = xmin, .max = xmax} }
|
/linux-6.3-rc2/arch/m68k/atari/ |
A 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-6.3-rc2/drivers/iio/chemical/ |
A D | sgp40.c | 104 u32 factorial, divider, xmax; in sgp40_exp() local 115 xmax = 0x7FFFFFFF / exp; in sgp40_exp() 128 if (xp >= xmax) { in sgp40_exp()
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
A D | ia_css_dvs.host.c | 73 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local 134 xmax = max(x01, x11); in convert_coords_to_ispparams() 156 bottom_x = CEIL_DIV(xmax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
/linux-6.3-rc2/sound/soc/intel/atom/ |
A D | sst-atom-controls.h | 714 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-6.3-rc2/sound/soc/ti/ |
A D | omap-mcbsp-st.c | 452 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument 458 {.min = xmin, .max = xmax} }
|
/linux-6.3-rc2/drivers/gpu/drm/sti/ |
A D | sti_hdmi.c | 248 u32 xmin, xmax; in hdmi_active_area() local 252 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay); in hdmi_active_area() 257 hdmi_write(hdmi, xmax, HDMI_ACTIVE_VID_XMAX); in hdmi_active_area()
|
/linux-6.3-rc2/drivers/media/usb/em28xx/ |
A D | em28xx-video.c | 247 static int em28xx_accumulator_set(struct em28xx *dev, u8 xmin, u8 xmax, in em28xx_accumulator_set() argument 251 xmin, ymin, xmax, ymax); in em28xx_accumulator_set() 254 em28xx_write_regs(dev, EM28XX_R29_XMAX, &xmax, 1); in em28xx_accumulator_set()
|
/linux-6.3-rc2/drivers/s390/char/ |
A D | raw3270.c | 426 char xmax; member
|