Home
last modified time | relevance | path

Searched refs:end_x (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c1053 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local
1084 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data()
1090 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) { in nexio_read_data()
1091 end_x = x - 1; in nexio_read_data()
1100 w = end_x - begin_x; in nexio_read_data()
1124 begin_x = end_x = -1; in nexio_read_data()
/openbmc/qemu/hw/display/
H A Dtrace-events155 artist_draw_line(unsigned int start_x, unsigned int start_y, unsigned int end_x, unsigned int end_y…