Searched refs:interact_btn_hhfx (Results 1 – 1 of 1) sorted by relevance
/drivers/input/joystick/ |
D | interact.c | 52 static short interact_btn_hhfx[] = variable 67 { 0x6202, interact_abs_hhfx, interact_btn_hhfx, "InterAct HammerHead/FX", 32, 4 }, 140 input_report_key(dev, interact_btn_hhfx[i], (data[0] >> (i + 16)) & 1); in interact_poll() 143 input_report_key(dev, interact_btn_hhfx[i + 8], (data[1] >> (i + 20)) & 1); in interact_poll()
|