Searched refs:steam_le16 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-steam.c | 1363 static inline s16 steam_le16(u8 *data) in steam_le16() function 1461 x = steam_le16(data + 16); in steam_do_input_event() 1462 y = -steam_le16(data + 18); in steam_do_input_event() 1477 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event() 1478 input_report_abs(input, ABS_RY, -steam_le16(data + 22)); in steam_do_input_event() 1631 input_report_abs(input, ABS_HAT0X, steam_le16(data + 16)); in steam_do_deck_input_event() 1632 input_report_abs(input, ABS_HAT0Y, steam_le16(data + 18)); in steam_do_deck_input_event() 1639 input_report_abs(input, ABS_HAT1X, steam_le16(data + 20)); in steam_do_deck_input_event() 1640 input_report_abs(input, ABS_HAT1Y, steam_le16(data + 22)); in steam_do_deck_input_event() 1646 input_report_abs(input, ABS_X, steam_le16(data + 48)); in steam_do_deck_input_event() [all …]
|