Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-steam.c1004 static inline s16 steam_le16(u8 *data) in steam_le16() function
1102 x = steam_le16(data + 16); in steam_do_input_event()
1103 y = -steam_le16(data + 18); in steam_do_input_event()
1118 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event()
1119 input_report_abs(input, ABS_RY, -steam_le16(data + 22)); in steam_do_input_event()
1261 input_report_abs(input, ABS_HAT0X, steam_le16(data + 16)); in steam_do_deck_input_event()
1262 input_report_abs(input, ABS_HAT0Y, steam_le16(data + 18)); in steam_do_deck_input_event()
1269 input_report_abs(input, ABS_HAT1X, steam_le16(data + 20)); in steam_do_deck_input_event()
1270 input_report_abs(input, ABS_HAT1Y, steam_le16(data + 22)); in steam_do_deck_input_event()
1276 input_report_abs(input, ABS_X, steam_le16(data + 48)); in steam_do_deck_input_event()
[all …]