Home
last modified time | relevance | path

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

/openbmc/linux/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_BA… 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()