Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hid_instance_clean.c104 if (hid_field -> ux_host_class_hid_field_usages != UX_NULL) in _ux_host_class_hid_instance_clean()
105 _ux_utility_memory_free(hid_field -> ux_host_class_hid_field_usages); in _ux_host_class_hid_instance_clean()
144 if (hid_field -> ux_host_class_hid_field_usages != UX_NULL) in _ux_host_class_hid_instance_clean()
145 _ux_utility_memory_free(hid_field -> ux_host_class_hid_field_usages); in _ux_host_class_hid_instance_clean()
184 if (hid_field -> ux_host_class_hid_field_usages != UX_NULL) in _ux_host_class_hid_instance_clean()
185 _ux_utility_memory_free(hid_field -> ux_host_class_hid_field_usages); in _ux_host_class_hid_instance_clean()
Dux_host_class_hid_field_decompress.c137 if (hid_field -> ux_host_class_hid_field_usages) in _ux_host_class_hid_field_decompress()
138 field_usage = *(hid_field -> ux_host_class_hid_field_usages + field_report_count); in _ux_host_class_hid_field_decompress()
Dux_host_class_hid_report_add.c259 …new_hid_field -> ux_host_class_hid_field_usages = _ux_utility_memory_allocate_mulc_safe(UX_NO_ALI… in _ux_host_class_hid_report_add()
260 if (new_hid_field -> ux_host_class_hid_field_usages == UX_NULL) in _ux_host_class_hid_report_add()
269 …_ux_utility_memory_copy(new_hid_field -> ux_host_class_hid_field_usages, hid_parser -> ux_host_cla… in _ux_host_class_hid_report_add()
Dux_host_class_hid_report_compress.c125 if (*client_buffer == hid_field -> ux_host_class_hid_field_usages[field_usage]) in _ux_host_class_hid_report_compress()
/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_hid.h890 ULONG *ux_host_class_hid_field_usages; member