Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
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(dat in steam_do_deck_input_event()
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-steam.c854 static inline s16 steam_le16(u8 *data) in steam_le16() function
952 x = steam_le16(data + 16); in steam_do_input_event()
953 y = -steam_le16(data + 18); in steam_do_input_event()
968 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event()
969 input_report_abs(input, ABS_RY, -steam_le16(data + 22)); in steam_do_input_event()
1011 s16 volts = steam_le16(data + 12); in steam_do_battery_event()

Completed in 4 milliseconds