interact_btn_hhfx   52 drivers/input/joystick/interact.c static short interact_btn_hhfx[] =
interact_btn_hhfx   67 drivers/input/joystick/interact.c 	{ 0x6202, interact_abs_hhfx, interact_btn_hhfx, "InterAct HammerHead/FX",    32, 4 },
interact_btn_hhfx  140 drivers/input/joystick/interact.c 					input_report_key(dev, interact_btn_hhfx[i], (data[0] >> (i + 16)) & 1);
interact_btn_hhfx  143 drivers/input/joystick/interact.c 					input_report_key(dev, interact_btn_hhfx[i + 8], (data[1] >> (i + 20)) & 1);