Searched refs:coords (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
H A Djornada720_ts.c56 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 Dzylonite-wm97xx.c38 u32 speed; /* number of coords per second */
H A Dmainstone-wm97xx.c43 u32 speed; /* number of coords per second */
H A Datmel-wm97xx.c70 u32 speed; /* number of coords per second */
/linux-4.1.27/drivers/input/misc/
H A Dmpu3050.c153 * @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 Dgbe.h23 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 Dsmp.h53 /* Convenience functions for converting cpu <-> coords. */ cpu_x()
/linux-4.1.27/include/linux/
H A Dwm97xx.h154 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 Divtvfb.c252 /* 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 Divtv-yuv.c257 /* 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 Dvmwgfx_kms.c553 /* 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 Dsvga3d_reg.h1915 uint32 destScreenId; /* Screen ID or SVGA_ID_INVALID for virt. coords */
H A Dsvga_reg.h886 SVGA_VIDEO_DST_SCREEN_ID, /* Optional, defaults to virtual coords (SVGA_ID_INVALID) */
/linux-4.1.27/drivers/input/tablet/
H A Dgtco.c685 /* All reports have X and Y coords in the same place */ gtco_urb_callback()
H A Daiptek.c294 int coordinateMode; /* absolute/relative coords */
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c470 DBG("invalid coords: %u < 0 || %u > %u || %u < 0 || %u > %u", tiler_get_address()

Completed in 564 milliseconds