Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_set.c65 if (hid_report -> ux_host_class_hid_report_id == 0) in ux_host_class_hid_report_set_buffer_allocate()
80 if (hid_report -> ux_host_class_hid_report_id != 0) in ux_host_class_hid_report_set_buffer_allocate()
81 *current_report_buffer++ = (UCHAR)(hid_report -> ux_host_class_hid_report_id); in ux_host_class_hid_report_set_buffer_allocate()
268 …sfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_set()
Dux_host_class_hid_transfer_request_completed.c143 if (*(UCHAR*)report_buffer == hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()
155 if (*(UCHAR*)report_buffer != hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()
170 … callback.ux_host_class_hid_report_callback_id = hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_report_decompress.c89 if (hid_report -> ux_host_class_hid_report_id != 0) in _ux_host_class_hid_report_decompress()
Dux_host_class_hid_report_callback_register.c117 …if (hid_report -> ux_host_class_hid_report_id == call_back -> ux_host_class_hid_report_callback_id) in _ux_host_class_hid_report_callback_register()
Dux_host_class_hid_report_id_get.c159 … report_id -> ux_host_class_hid_report_get_id = next_hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_report_id_get()
Dux_host_class_hid_report_add.c167 …if ((hid_report != UX_NULL) && (hid_report -> ux_host_class_hid_report_id == hid_parser -> ux_host… in _ux_host_class_hid_report_add()
182 …new_hid_report -> ux_host_class_hid_report_id = hid_parser -> ux_host_class_hid_parser_global.ux_… in _ux_host_class_hid_report_add()
Dux_host_class_hid_report_get.c208 …sfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_get()
Dux_host_class_hid_report_set_run.c225 …nsfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_set_run()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h894 ULONG ux_host_class_hid_report_id; member