Home
last modified time | relevance | path

Searched refs:report_crc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-sony.c1221 u32 report_crc; in sony_raw_event() local
1225 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() local
1610 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()