Searched refs:coords (Results 1 - 16 of 16) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | jornada720_ts.c | 56 static int jornada720_ts_average(int coords[4]) jornada720_ts_average() argument 58 int coord, high_bits = coords[3]; jornada720_ts_average() 60 coord = coords[0] | ((high_bits & 0x03) << 8); jornada720_ts_average() 61 coord += coords[1] | ((high_bits & 0x0c) << 6); jornada720_ts_average() 62 coord += coords[2] | ((high_bits & 0x30) << 4); jornada720_ts_average()
|
H A D | zylonite-wm97xx.c | 38 u32 speed; /* number of coords per second */
|
H A D | mainstone-wm97xx.c | 43 u32 speed; /* number of coords per second */
|
H A D | atmel-wm97xx.c | 70 u32 speed; /* number of coords per second */
|
/linux-4.1.27/drivers/input/misc/ |
H A D | mpu3050.c | 153 * @coords: co-ordinates to update 158 struct axis_data *coords) mpu3050_read_xyz() 163 coords->x = be16_to_cpu(buffer[0]); mpu3050_read_xyz() 164 coords->y = be16_to_cpu(buffer[1]); mpu3050_read_xyz() 165 coords->z = be16_to_cpu(buffer[2]); mpu3050_read_xyz() 167 coords->x, coords->y, coords->z); mpu3050_read_xyz() 157 mpu3050_read_xyz(struct i2c_client *client, struct axis_data *coords) mpu3050_read_xyz() argument
|
/linux-4.1.27/include/video/ |
H A D | gbe.h | 23 volatile uint32_t vt_xy; /* current dot coords */ 24 volatile uint32_t vt_xymax; /* maximum dot coords */ 31 volatile uint32_t vt_intr01; /* intr 0,1 y coords */ 32 volatile uint32_t vt_intr23; /* intr 2,3 y coords */
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | smp.h | 53 /* Convenience functions for converting cpu <-> coords. */ cpu_x()
|
/linux-4.1.27/include/linux/ |
H A D | wm97xx.h | 154 to tell the handler that the pen is down but we don't know yet his coords, 249 /* accelerated touch readback - coords are transmited on AC97 link */
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 252 /* Only fail if resolution too high, otherwise fudge the start coords. */ ivtvfb_set_display_window() 1008 /* Hardware coords start at 0, user coords start at 1. */ ivtvfb_init_vidmode() 1033 /* Hardware coords start at 0, user coords start at 1. */ ivtvfb_init_vidmode()
|
H A D | ivtv-yuv.c | 257 /* 2870 is normally fudged to align video coords with osd coords. ivtv_yuv_handle_horizontal() 677 /* Sorry, but no negative coords for src */ ivtv_yuv_window_setup()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 553 /* create a clip rect of the crtc in dest coords */ do_surface_dirty_sou() 1323 /* create a clip rect of the crtc in dest coords */ vmw_kms_present() 1413 /* transform clip coords to crtc origin based coords */ vmw_kms_readback()
|
H A D | svga3d_reg.h | 1915 uint32 destScreenId; /* Screen ID or SVGA_ID_INVALID for virt. coords */
|
H A D | svga_reg.h | 886 SVGA_VIDEO_DST_SCREEN_ID, /* Optional, defaults to virtual coords (SVGA_ID_INVALID) */
|
/linux-4.1.27/drivers/input/tablet/ |
H A D | gtco.c | 685 /* All reports have X and Y coords in the same place */ gtco_urb_callback()
|
H A D | aiptek.c | 294 int coordinateMode; /* absolute/relative coords */
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.c | 470 DBG("invalid coords: %u < 0 || %u > %u || %u < 0 || %u > %u", tiler_get_address()
|
Completed in 564 milliseconds