Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dgrip.c46 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_… variable
57 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc };
234 input_report_key(dev, grip_btn_xt[j], (data[3] >> (j + 3)) & 1); in grip_poll()