Lines Matching +full:2 +full:p5
86 dmabuf[2] = 0x03; in elan_get_device_param()
223 (((data[0] & 0x07) << 8) | data[2]); in elan_report_mt_slot()
244 * byte 2: 0 0 0 0 0 0 0 0 // looks like unused in elan_usb_report_input()
250 * byte 8: p8 p7 p6 p5 p4 p3 p2 p1 in elan_usb_report_input()
255 * byte 2: x12 x11 x10 x9 0 y11 y10 y9 in elan_usb_report_input()
259 * byte 6: p8 p7 p6 p5 p4 p3 p2 p1 in elan_usb_report_input()
274 if (data[2] & BIT(i + 3)) in elan_usb_report_input()
279 input_report_key(input, BTN_LEFT, data[2] & 0x01); in elan_usb_report_input()
301 if (prev_report[2] & BIT(i + 3)) { in elan_usb_report_input()
312 input_report_key(input, BTN_LEFT, prev_report[2] & 0x01); in elan_usb_report_input()
332 * byte 2: f5 f4 f3 f2 f1 0 0 L in elan_i2c_report_input()
337 * byte 7: p8 p7 p6 p5 p4 p3 p2 p1 in elan_i2c_report_input()
344 finger_data = data + 2; in elan_i2c_report_input()
429 dmabuf[2] = led_state; in elan_mute_led_set_brigtness()