Searched defs:pos_x (Results 1 - 7 of 7) sorted by relevance

/drivers/input/
H A Dmousedev.c103 int pos_x, pos_y; member in struct:mousedev_client
293 p->dx += packet->x - client->pos_x;
295 client->pos_x = packet->x;
299 client->pos_x += packet->dx;
300 client->pos_x = client->pos_x < 0 ?
301 0 : (client->pos_x >= xres ? xres : client->pos_x);
573 client->pos_x = xres / 2;
/drivers/input/touchscreen/
H A Dbu21013_ts.c190 unsigned int pos_x[2], pos_y[2]; local
213 pos_x[finger_down_count] = x;
220 (abs(pos_x[0] - pos_x[1]) < DELTA_MIN ||
227 pos_x[i] = data->chip->touch_x_max - pos_x[i];
232 ABS_MT_POSITION_X, pos_x[i]);
/drivers/video/omap/
H A Dlcdc.c294 int pos_x, int pos_y, int width, int height,
308 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 ||
312 "invalid plane params plane %d pos_x %d pos_y %d "
313 "w %d h %d\n", plane, pos_x, pos_y, width, height);
292 omap_lcdc_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) argument
H A Dhwa742.c530 int pos_x, int pos_y, int width, int height,
528 hwa742_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) argument
H A Dblizzard.c146 int pos_x, pos_y; member in struct:plane_info
486 p->scr_width, p->pos_x, p->pos_y,
542 gx1 = x + blizzard.plane[plane].pos_x;
554 gx1_out = x_out + blizzard.plane[plane].pos_x;
587 px1 = gx1 - p->pos_x;
589 px2 = gx2 - p->pos_x;
882 int pos_x, int pos_y, int width, int height,
890 "pos_x %d pos_y %d width %d height %d color_mode %d\n",
892 pos_x, pos_y, width, height, color_mode);
917 p->pos_x
880 blizzard_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) argument
[all...]
H A Ddispc.c333 int pos_x, int pos_y, int width, int height,
363 " pos_x %d pos_y %d width %d height %d color_mode %d\n",
364 plane, channel_out, paddr, screen_width, pos_x, pos_y,
436 FLD_MASK(16, 11) | FLD_MASK(0, 11), (pos_y << 16) | pos_x);
459 int pos_x, int pos_y, int width, int height,
471 pos_x, pos_y, width, height, color_mode);
331 _setup_plane(int plane, int channel_out, u32 paddr, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) argument
456 omap_dispc_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) argument
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h185 uint32_t pos_x; member in struct:vmw_vga_topology_state

Completed in 160 milliseconds