Searched refs:steam_le16 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-steam.c | 1357 static inline s16 steam_le16(u8 *data) in steam_le16() function 1455 x = steam_le16(data + 16); in steam_do_input_event() 1456 y = -steam_le16(data + 18); in steam_do_input_event() 1471 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event() 1472 input_report_abs(input, ABS_RY, -steam_le16(data + 22)); in steam_do_input_event() 1625 input_report_abs(input, ABS_HAT0X, steam_le16(data + 16)); in steam_do_deck_input_event() 1626 input_report_abs(input, ABS_HAT0Y, steam_le16(data + 18)); in steam_do_deck_input_event() 1633 input_report_abs(input, ABS_HAT1X, steam_le16(data + 20)); in steam_do_deck_input_event() 1634 input_report_abs(input, ABS_HAT1Y, steam_le16(data + 22)); in steam_do_deck_input_event() 1640 input_report_abs(input, ABS_X, steam_le16(data + 48)); in steam_do_deck_input_event() [all …]
|