Searched refs:finger (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dqt602240_ts.c359 struct qt602240_finger finger[QT602240_MAX_FINGER]; member in struct:qt602240_data
600 struct qt602240_finger *finger = data->finger; local
602 int status = finger[single_id].status;
607 if (!finger[id].status)
611 finger[id].status != QT602240_RELEASE ?
612 finger[id].area : 0);
614 finger[id].x);
616 finger[id].y);
619 if (finger[i
638 struct qt602240_finger *finger = data->finger; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_osf.c43 struct xt_osf_user_finger finger; member in struct:xt_osf_finger
92 memcpy(&kf->finger, f, sizeof(struct xt_osf_user_finger));
95 if (memcmp(&sf->finger, f, sizeof(struct xt_osf_user_finger)))
129 if (memcmp(&sf->finger, f, sizeof(struct xt_osf_user_finger)))
235 f = &kf->finger;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_sys.c148 int i = 0, usage = WCM_UNDEFINED, finger = 0, pen = 0; local
192 if (finger) {
227 if (finger) {
258 finger = 1;
268 if (usage == WCM_DESKTOP && finger) /* capacity */
278 finger = usage = 0;
H A Dwacom_wac.c681 int finger = idx + 1; local
682 int x = le16_to_cpup((__le16 *)&data[finger * 2]) & 0x7fff;
683 int y = le16_to_cpup((__le16 *)&data[4 + finger * 2]) & 0x7fff;
685 if (wacom->last_finger != finger) {
696 input_report_key(input, wacom->tool[finger], 1);
699 input_event(input, EV_MSC, MSC_SERIAL, finger);
702 wacom->last_finger = finger;
708 int finger = idx + 1; local
713 input_report_key(input, wacom->tool[finger], 0);
716 input_event(input, EV_MSC, MSC_SERIAL, finger);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dsynaptics_i2c_rmi.c93 * This sensor sends two 6-byte absolute finger reports, an optional
95 * reads the two finger reports and transforms the coordinates
103 * finger gets close the edge of the screen we snap it to the
106 * screen when the finger is touching the edge.
112 int finger = buf[0] & 7; local
152 input_report_key(ts->input_dev, BTN_TOUCH, finger);

Completed in 49 milliseconds