Lines Matching defs:steam_le16
1004 static inline s16 steam_le16(u8 *data)
1102 x = steam_le16(data + 16);
1103 y = -steam_le16(data + 18);
1118 input_report_abs(input, ABS_RX, steam_le16(data + 20));
1119 input_report_abs(input, ABS_RY, -steam_le16(data + 22));
1261 input_report_abs(input, ABS_HAT0X, steam_le16(data + 16));
1262 input_report_abs(input, ABS_HAT0Y, steam_le16(data + 18));
1269 input_report_abs(input, ABS_HAT1X, steam_le16(data + 20));
1270 input_report_abs(input, ABS_HAT1Y, steam_le16(data + 22));
1276 input_report_abs(input, ABS_X, steam_le16(data + 48));
1277 input_report_abs(input, ABS_Y, -steam_le16(data + 50));
1278 input_report_abs(input, ABS_RX, steam_le16(data + 52));
1279 input_report_abs(input, ABS_RY, -steam_le16(data + 54));
1281 input_report_abs(input, ABS_HAT2Y, steam_le16(data + 44));
1282 input_report_abs(input, ABS_HAT2X, steam_le16(data + 46));
1327 s16 volts = steam_le16(data + 12);