Searched refs:_ux_host_class_hid_item_data_get (Results 1 – 6 of 6) sorted by relevance
/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_hid_global_item_parse.c | 94 _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 102 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 110 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 118 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 126 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 134 _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 142 _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 150 _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 171 _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 179 _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse()
|
D | ux_host_class_hid_local_item_parse.c | 106 usage = _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_local_item_parse() 124 … (ULONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_local_item_parse() 133 … (ULONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_local_item_parse() 187 delimiter_set = _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_local_item_parse()
|
D | ux_host_class_hid_item_data_get.c | 74 ULONG _ux_host_class_hid_item_data_get(UCHAR *descriptor, UX_HOST_CLASS_HID_ITEM *item) in _ux_host_class_hid_item_data_get() function
|
D | ux_host_class_hid_main_item_parse.c | 97 collection_type = _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_main_item_parse()
|
D | ux_host_class_hid_report_add.c | 100 hid_field_value = _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_report_add()
|
/USBX-v6.2.1/common/usbx_host_classes/inc/ |
D | ux_host_class_hid.h | 1069 ULONG _ux_host_class_hid_item_data_get(UCHAR *descriptor, UX_HOST_CLASS_HID_ITEM *item);
|