Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-sony.c1223 u32 report_crc; in sony_raw_event() local
1227 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() local
1614 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()