Searched refs:report_crc (Results 1 – 1 of 1) sorted by relevance
1223 u32 report_crc; in sony_raw_event() local1227 report_crc = get_unaligned_le32(&rd[DS4_INPUT_REPORT_0x11_SIZE-4]); in sony_raw_event()1228 if (crc != report_crc) { in sony_raw_event()1230 report_crc, crc); in sony_raw_event()1596 u32 report_crc; in dualshock4_get_calibration_data() local1614 report_crc = get_unaligned_le32(&buf[DS4_FEATURE_REPORT_0x05_SIZE-4]); in dualshock4_get_calibration_data()1615 if (crc != report_crc) { in dualshock4_get_calibration_data()1617 report_crc, crc); in dualshock4_get_calibration_data()