Searched refs:relx (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | maplemouse.c | 29 int buttons, relx, rely, relz; in dc_mouse_callback() local 36 relx = *(unsigned short *)(res + 12) - 512; in dc_mouse_callback() 43 input_report_rel(dev, REL_X, relx); in dc_mouse_callback()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 2079 int relx, rely; in DoGetImage() local 2096 relx = x; in DoGetImage() 2115 relx += pDraw->x; in DoGetImage() 2123 relx -= pPix->screen_x; in DoGetImage() 2149 if (relx < 0 || relx + width > (int) pBoundingDraw->width || in DoGetImage()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-sony.c | 1128 int n, offset, relx, rely; in nsg_mrxu_parse_report() local 1153 relx = (s8) rd[offset+5]; in nsg_mrxu_parse_report() 1186 input_report_rel(sc->touchpad, REL_X, relx); in nsg_mrxu_parse_report()
|