Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-nintendo.c343 static const u32 JC_BTN_UP = BIT(17); variable
1345 input_report_key(dev, BTN_DPAD_UP, btns & JC_BTN_UP); in joycon_parse_report()
1362 if (btns & JC_BTN_UP) in joycon_parse_report()