Searched refs:xmax (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | snd_core.h | 153 #define SND_CTL_KCONTROL(xname, xreg, xshift, xmax) \ argument 159 .max = xmax, \ 166 #define SND_CTL_KCONTROL_EXT(xname, xmax, xmin, xget, xset) \ argument 172 .max = xmax, \ 179 #define SND_CTL_KCONTROL_EXT_REG(xname, xreg, xshift, xmax, xget, xset) \ argument 185 .max = xmax, \ 192 #define SND_CTL_KCONTROL_VALUE_EXT(xname, xreg, xshift, xmax, xmin, xget, xset) \ argument 198 .max = xmax, \ 205 #define SND_CTL_KCONTROL_USER(xname, xmax, xmin, xcur) \ argument 209 .max = xmax, \
|
| /bsp/qemu-vexpress-a9/drivers/ |
| A D | drv_mouse.c | 63 int xmax, ymax; member 234 if(pdat->xpos > pdat->xmax - 1) in mouse_pl050_interrupt() 235 pdat->xpos = pdat->xmax - 1; in mouse_pl050_interrupt() 294 pdat->xmax = MOUSE_XMAX; in rt_hw_mouse_init() 296 pdat->xpos = pdat->xmax / 2; in rt_hw_mouse_init()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/ |
| A D | vg_lite_path.c | 113 static void compute_pathbounds(float *xmin, float *ymin, float *xmax, float *ymax, float x, float y) in compute_pathbounds() argument 120 if (xmax != NULL) in compute_pathbounds() 122 *xmax = *xmax > x ? *xmax : x; in compute_pathbounds()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_rtmx.c | 1918 int xmax, ymax; in de_rtmx_extend_rect() local 1925 xmax = max2(rc1.x + rc1.w, rc2.x + rc2.w); in de_rtmx_extend_rect() 1928 rc.w = xmax - rc.x; in de_rtmx_extend_rect()
|
Completed in 21 milliseconds