Searched refs:report_descriptor_length (Results 1 – 1 of 1) sorted by relevance
197 void set_report_descriptor(UCHAR *report_descriptor, ULONG report_descriptor_length) in set_report_descriptor() argument205 global_slave_hid_persistent->ux_device_class_hid_report_length = report_descriptor_length; in set_report_descriptor()207 …_framework_full_speed[FULL_SPEED_REPORT_DESCRIPTOR_LENGTH_LSB_POS] = LSB(report_descriptor_length); in set_report_descriptor()208 …_framework_full_speed[FULL_SPEED_REPORT_DESCRIPTOR_LENGTH_MSB_POS] = MSB(report_descriptor_length); in set_report_descriptor()210 …_framework_high_speed[HIGH_SPEED_REPORT_DESCRIPTOR_LENGTH_LSB_POS] = LSB(report_descriptor_length); in set_report_descriptor()211 …_framework_high_speed[HIGH_SPEED_REPORT_DESCRIPTOR_LENGTH_MSB_POS] = MSB(report_descriptor_length); in set_report_descriptor()