Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c343 #define JC_BTN_UP BIT(17) macro
1358 input_report_key(dev, BTN_DPAD_UP, btns & JC_BTN_UP); in joycon_parse_report()
1375 if (btns & JC_BTN_UP) in joycon_parse_report()