Searched refs:rel_y (Results 1 - 4 of 4) sorted by relevance

/drivers/media/rc/
H A Dimon.c1228 char rel_x = 0x00, rel_y = 0x00; local
1239 rel_y = buf[3];
1249 rel_y = (buf[2] & 0x08) | (buf[2] & 0x10) >> 2 |
1252 rel_y |= ~0x0f;
1253 rel_y = rel_y + rel_y / 2;
1273 } else if (rel_x || rel_y) {
1275 input_report_rel(ictx->idev, REL_Y, rel_y);
1304 char rel_x = 0x00, rel_y local
[all...]
/drivers/input/mouse/
H A Dbcm5974.c152 u8 rel_y; /* relative y coordinate */ member in struct:bt_data
177 __le16 rel_y; /* relative y coodinate */ member in struct:tp_finger
452 dev->bt_data->rel_x, dev->bt_data->rel_y);
H A Dsentelic.c690 int rel_x, rel_y; local
814 rel_y = packet[2] ? (int)((packet[0] << 3) & 0x100) - (int)packet[2] : 0;
817 input_report_rel(dev, REL_Y, rel_y);
/drivers/input/misc/
H A Dxen-kbdfront.c71 input_report_rel(dev, REL_Y, event->motion.rel_y);

Completed in 188 milliseconds