Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hid/
Dhid-sony.c1240 u32 report_crc; in sony_raw_event() local
1244 report_crc = get_unaligned_le32(&rd[DS4_INPUT_REPORT_0x11_SIZE-4]); in sony_raw_event()
1245 if (crc != report_crc) { in sony_raw_event()
1247 report_crc, crc); in sony_raw_event()
1613 u32 report_crc; in dualshock4_get_calibration_data() local
1631 report_crc = get_unaligned_le32(&buf[DS4_FEATURE_REPORT_0x05_SIZE-4]); in dualshock4_get_calibration_data()
1632 if (crc != report_crc) { in dualshock4_get_calibration_data()
1634 report_crc, crc); in dualshock4_get_calibration_data()