Home
last modified time | relevance | path

Searched refs:lpad_and_joy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-steam.c924 * 10.7 | -- | lpad_and_joy
933 bool lpad_touched, lpad_and_joy; in steam_do_input_event() local
944 * lpad_and_joy tells that the joystick and the lpad are used at the in steam_do_input_event()
948 * (lpad_touched || lpad_and_joy) tells if the lpad is really touched. in steam_do_input_event()
951 lpad_and_joy = b10 & BIT(7); in steam_do_input_event()
958 if (lpad_touched && !lpad_and_joy) { in steam_do_input_event()
963 if (!(lpad_touched || lpad_and_joy)) { in steam_do_input_event()
986 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy); in steam_do_input_event()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-steam.c1074 * 10.7 | -- | lpad_and_joy
1083 bool lpad_touched, lpad_and_joy; in steam_do_input_event() local
1094 * lpad_and_joy tells that the joystick and the lpad are used at the in steam_do_input_event()
1098 * (lpad_touched || lpad_and_joy) tells if the lpad is really touched. in steam_do_input_event()
1101 lpad_and_joy = b10 & BIT(7); in steam_do_input_event()
1108 if (lpad_touched && !lpad_and_joy) { in steam_do_input_event()
1113 if (!(lpad_touched || lpad_and_joy)) { in steam_do_input_event()
1136 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy); in steam_do_input_event()

Completed in 4 milliseconds