Home
last modified time | relevance | path

Searched refs:grip_btn_dc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dgrip.c50 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_BASE5, -1 }; variable
60 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc };
257 input_report_key(dev, grip_btn_dc[j], (data[3] >> (j + 3)) & 1); in grip_poll()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dgrip.c47 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_BASE5, -1 }; variable
57 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc };
254 input_report_key(dev, grip_btn_dc[j], (data[3] >> (j + 3)) & 1); in grip_poll()

Completed in 2 milliseconds