Searched refs:UX_HOST_CLASS_HID_ITEM (Results 1 – 9 of 9) sorted by relevance
/USBX-v6.3.0/common/usbx_host_classes/src/ |
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()
|
D | ux_host_class_hid_report_item_analyse.c | 73 UINT _ux_host_class_hid_report_item_analyse(UCHAR *descriptor, UX_HOST_CLASS_HID_ITEM *item) in _ux_host_class_hid_report_item_analyse()
|
D | ux_host_class_hid_main_item_parse.c | 78 UINT _ux_host_class_hid_main_item_parse(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_ITEM *item, UCHA… in _ux_host_class_hid_main_item_parse()
|
D | ux_host_class_hid_report_descriptor_get.c | 86 UX_HOST_CLASS_HID_ITEM item; in _ux_host_class_hid_report_descriptor_get()
|
D | ux_host_class_hid_global_item_parse.c | 77 UINT _ux_host_class_hid_global_item_parse(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_ITEM *item, UC… in _ux_host_class_hid_global_item_parse()
|
D | ux_host_class_hid_local_item_parse.c | 74 UINT _ux_host_class_hid_local_item_parse(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_ITEM *item, UCH… in _ux_host_class_hid_local_item_parse()
|
D | ux_host_class_hid_report_add.c | 87 …_host_class_hid_report_add(UX_HOST_CLASS_HID *hid, UCHAR *descriptor, UX_HOST_CLASS_HID_ITEM *item) in _ux_host_class_hid_report_add()
|
D | ux_host_class_hid_entry.c | 362 UX_HOST_CLASS_HID_ITEM item; in _ux_host_class_hid_report_descriptor_parse()
|
/USBX-v6.3.0/common/usbx_host_classes/inc/ |
D | ux_host_class_hid.h | 957 } UX_HOST_CLASS_HID_ITEM; typedef 1076 UINT _ux_host_class_hid_global_item_parse(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_ITEM *item, … 1081 ULONG _ux_host_class_hid_item_data_get(UCHAR *descriptor, UX_HOST_CLASS_HID_ITEM *item); 1082 UINT _ux_host_class_hid_local_item_parse(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_ITEM *item, U… 1083 UINT _ux_host_class_hid_main_item_parse(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_ITEM *item, UC… 1086 …host_class_hid_report_add(UX_HOST_CLASS_HID *hid, UCHAR *descriptor, UX_HOST_CLASS_HID_ITEM *item); 1095 UINT _ux_host_class_hid_report_item_analyse(UCHAR *descriptor, UX_HOST_CLASS_HID_ITEM *item);
|