Searched refs:BTN_THUMBR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dxpad.c171 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
333 input_report_key(dev, BTN_THUMBR, data[2] & 0x80);
383 input_report_key(dev, BTN_THUMBR, data[2] & 0x80);
H A Dgamecon.c557 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
656 input_report_key(dev, BTN_THUMBR, ~data[0] & 0x02);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c742 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h435 #define BTN_THUMBR 0x13e macro

Completed in 127 milliseconds