Searched refs:report_crc (Results 1 – 1 of 1) sorted by relevance
1221 u32 report_crc; in sony_raw_event() local1225 report_crc = get_unaligned_le32(&rd[DS4_INPUT_REPORT_0x11_SIZE-4]); in sony_raw_event()1226 if (crc != report_crc) { in sony_raw_event()1228 report_crc, crc); in sony_raw_event()1592 u32 report_crc; in dualshock4_get_calibration_data() local1610 report_crc = get_unaligned_le32(&buf[DS4_FEATURE_REPORT_0x05_SIZE-4]); in dualshock4_get_calibration_data()1611 if (crc != report_crc) { in dualshock4_get_calibration_data()1613 report_crc, crc); in dualshock4_get_calibration_data()