Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-sony.c483 #define DS4_OUTPUT_REPORT_0x11_SIZE 78 macro
2152 memset(buf, 0, DS4_OUTPUT_REPORT_0x11_SIZE); in dualshock4_send_output_report()
2187 crc = ~crc32_le(crc, buf, DS4_OUTPUT_REPORT_0x11_SIZE-4); in dualshock4_send_output_report()
2189 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x11_SIZE); in dualshock4_send_output_report()
2236 DS4_OUTPUT_REPORT_0x11_SIZE, in sony_allocate_output_report()