Searched refs:ABS_Y (Results 26 - 50 of 110) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A D88pm860x-ts.c76 input_report_abs(touch->idev, ABS_Y, y);
173 __set_bit(ABS_Y, touch->idev->absbit);
180 input_set_abs_params(touch->idev, ABS_Y, 0, 1 << ACCURATE_BIT, 0, 0);
H A Dda9034-ts.c133 input_report_abs(touch->input_dev, ABS_Y, y);
335 __set_bit(ABS_Y, input_dev->absbit);
337 input_set_abs_params(input_dev, ABS_Y, 0, 1023, 0, 0);
H A Dcy8ctmg110_ts.c135 input_report_abs(input, ABS_Y, y);
210 input_set_abs_params(input_dev, ABS_Y,
H A Deeti_ts.c109 input_report_abs(priv->input, ABS_Y, y);
191 input_set_abs_params(input, ABS_Y, 0, EETI_MAXVAL, 0, 0);
H A Dhtcpen.c87 input_report_abs(htcpen_dev, ABS_Y, y);
147 input_set_abs_params(htcpen_dev, ABS_Y, 0, Y_AXIS_MAX, 0, 0);
H A Dmc13783_ts.c104 input_report_abs(idev, ABS_Y, y1);
197 input_set_abs_params(idev, ABS_Y, 0, 0xfff, 0, 0);
H A Dmcs5000_ts.c139 input_report_abs(data->input_dev, ABS_Y, y);
220 input_set_abs_params(input_dev, ABS_Y, 0, MCS5000_MAX_YC, 0, 0);
H A Dmigor_ts.c77 input_report_abs(priv->input, ABS_Y, xpos);
175 input_set_abs_params(input, ABS_Y, 85, 935, 0, 0);
H A Dpcap_ts.c69 input_report_abs(pcap_ts->input, ABS_Y, pcap_ts->y);
179 input_set_abs_params(input_dev, ABS_Y, Y_AXIS_MIN, Y_AXIS_MAX, 0, 0);
H A Dwacom_w8001.c116 input_report_abs(dev, ABS_Y, coord.y);
165 input_set_abs_params(dev, ABS_Y, 0, coord.y, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-cando.c56 input_set_abs_params(hi->input, ABS_Y,
112 input_event(input, EV_ABS, ABS_Y, td->firsty);
158 input_event(input, EV_ABS, ABS_Y, y);
H A Dhid-3m-pct.c62 input_set_abs_params(hi->input, ABS_Y,
189 input_event(input, EV_ABS, ABS_Y, oldest->y);
H A Dhid-egalax.c57 input_set_abs_params(hi->input, ABS_Y,
138 input_event(input, EV_ABS, ABS_Y, td->lasty >> 3);
H A Dhid-mosart.c58 input_set_abs_params(hi->input, ABS_Y,
145 input_event(input, EV_ABS, ABS_Y, td->y);
H A Dhid-quanta.c55 input_set_abs_params(hi->input, ABS_Y,
141 input_event(input, EV_ABS, ABS_Y, td->y);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dxen-kbdfront.c93 input_report_abs(dev, ABS_Y, event->pos.abs_y);
167 input_set_abs_params(ptr, ABS_Y, 0, XENFB_HEIGHT, 0, 0);
310 input_set_abs_params(info->ptr, ABS_Y, 0, val, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Ddb9.c118 static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y };
380 input_report_abs(dev2, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
388 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
397 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
406 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
417 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
434 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
454 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
497 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1));
H A Dsidewinder.c87 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
88 { ABS_X, ABS_Y },
89 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
90 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
91 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
317 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7));
342 input_report_abs(sw->dev[i], ABS_Y, GB(i*15+0,1) - GB(i*15+1,1));
360 input_report_abs(dev, ABS_Y, GB(19,10));
381 input_report_abs(dev, ABS_Y, GB(16,10));
H A Dcobra.c131 input_report_abs(dev, ABS_Y, ((data[i] >> 2) & 1) - ((data[i] >> 1) & 1));
221 input_set_abs_params(input_dev, ABS_Y, -1, 1, 0, 0);
H A Dinteract.c65 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
67 { ABS_X, ABS_Y, -1 };
H A Dmaplecontrol.c57 input_report_abs(dev, ABS_Y, res[13]);
93 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1,
H A Dtwidjoy.c24 * corresponding ABS_X and ABS_Y events. This turns the Twiddler into a game
127 input_report_abs(dev, ABS_Y, +abs_y);
208 input_set_abs_params(input_dev, ABS_Y, -50, 50, 4, 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-main.c55 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
58 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y, -1 };
61 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y,
399 case ABS_Y:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c31 input_report_abs(input, ABS_Y, get_unaligned_le16(&data[3]));
47 input_report_abs(input, ABS_Y, get_unaligned_le16(&data[3]));
113 input_report_abs(input, ABS_Y, data[6] | (data[5] << 7) | ((data[4] & 0x03) << 14));
154 input_report_abs(input, ABS_Y, le16_to_cpup((__le16 *)&data[4]));
181 input_report_abs(input, ABS_Y, le16_to_cpup((__le16 *)&data[4]));
234 input_report_abs(input, ABS_Y, le16_to_cpup((__le16 *)&data[4]));
405 input_report_abs(input, ABS_Y, 0);
591 input_report_abs(input, ABS_Y, (data[4] << 9) | (data[5] << 1) | (data[9] & 1));
595 input_report_abs(input, ABS_Y, be16_to_cpup((__be16 *)&data[4]));
689 if (y == input_abs_get_val(input, ABS_Y))
[all...]
H A Dkbtab.c67 input_report_abs(dev, ABS_Y, get_unaligned_le16(&data[3]));
155 input_set_abs_params(input_dev, ABS_Y, 0, 0x1750, 4, 0);

Completed in 194 milliseconds

12345