Searched refs:ev_code_tap (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/input/ |
D | adxl34x.h | 289 u32 ev_code_tap[3]; /* EV_KEY {X-Axis, Y-Axis, Z-Axis} */ member
|
/linux-4.4.14/drivers/input/misc/ |
D | adxl34x.c | 232 .ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY {x,y,z} */ 286 pdata->ev_code_tap[i], press); in adxl34x_send_key_events() 783 __set_bit(pdata->ev_code_tap[ADXL_X_AXIS], input_dev->keybit); in adxl34x_probe() 784 __set_bit(pdata->ev_code_tap[ADXL_Y_AXIS], input_dev->keybit); in adxl34x_probe() 785 __set_bit(pdata->ev_code_tap[ADXL_Z_AXIS], input_dev->keybit); in adxl34x_probe()
|
/linux-4.4.14/arch/blackfin/mach-bf527/boards/ |
D | tll6527m.c | 242 .ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY x,y,z */
|
/linux-4.4.14/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 192 .ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY x,y,z */
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 223 .ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY x,y,z */
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 820 .ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY x,y,z */
|