Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ste_rmi4/
Dsynaptics_i2c_rmi4.c519 unsigned char egr_0, egr_1; in synpatics_rmi4_touchpad_detect() local
593 egr_0 = queries[7]; in synpatics_rmi4_touchpad_detect()
600 has_pinch = egr_0 & HAS_PINCH; in synpatics_rmi4_touchpad_detect()
601 has_flick = egr_0 & HAS_FLICK; in synpatics_rmi4_touchpad_detect()
602 has_tap = egr_0 & HAS_TAP; in synpatics_rmi4_touchpad_detect()
603 has_earlytap = egr_0 & HAS_EARLYTAP; in synpatics_rmi4_touchpad_detect()
604 has_press = egr_0 & HAS_PRESS; in synpatics_rmi4_touchpad_detect()
607 has_tapandhold = egr_0 & HAS_TAPANDHOLD; in synpatics_rmi4_touchpad_detect()
608 has_doubletap = egr_0 & HAS_DOUBLETAP; in synpatics_rmi4_touchpad_detect()
628 !!(egr_0) + in synpatics_rmi4_touchpad_detect()
[all …]