Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A 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()
1276 input_report_abs(input, ABS_X, steam_le16(data + 48)); in steam_do_deck_input_event()
1277 input_report_abs(input, ABS_Y, -steam_le16(data + 50)); in steam_do_deck_input_event()
1278 input_report_abs(input, ABS_RX, steam_le16(data + 52)); in steam_do_deck_input_event()
1279 input_report_abs(input, ABS_RY, -steam_le16(data + 54)); in steam_do_deck_input_event()
1281 input_report_abs(input, ABS_HAT2Y, steam_le16(data + 44)); in steam_do_deck_input_event()
[all …]