Searched refs:ux_host_class_hid_report_id (Results 1 – 19 of 19) sorted by relevance
64 if (hid_report -> ux_host_class_hid_report_id == 0) in ux_host_class_hid_report_set_buffer_allocate()79 if (hid_report -> ux_host_class_hid_report_id != 0) in ux_host_class_hid_report_set_buffer_allocate()80 *current_report_buffer++ = (UCHAR)(hid_report -> ux_host_class_hid_report_id); in ux_host_class_hid_report_set_buffer_allocate()267 …sfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_set()
142 if (*(UCHAR*)report_buffer == hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()154 if (*(UCHAR*)report_buffer != hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()169 … callback.ux_host_class_hid_report_callback_id = hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_transfer_request_completed()
88 if (hid_report -> ux_host_class_hid_report_id != 0) in _ux_host_class_hid_report_decompress()
116 …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()
170 …if ((hid_report != UX_NULL) && (hid_report -> ux_host_class_hid_report_id == hid_parser -> ux_host… in _ux_host_class_hid_report_add()185 …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()
158 … 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()
207 …sfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_get()
224 …nsfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_set_run()
388 if (input_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()396 …host_class_hid_report_callback_id = input_report_descriptor -> ux_host_class_hid_report_id; in tx_demo_thread_host_simulation_entry()435 if (input_report_descriptor->ux_host_class_hid_report_id != 2) in tx_demo_thread_host_simulation_entry()443 …host_class_hid_report_callback_id = input_report_descriptor -> ux_host_class_hid_report_id; in tx_demo_thread_host_simulation_entry()484 if (input_report_descriptor->ux_host_class_hid_report_id != 4) in tx_demo_thread_host_simulation_entry()492 …host_class_hid_report_callback_id = input_report_descriptor -> ux_host_class_hid_report_id; in tx_demo_thread_host_simulation_entry()
305 if (input_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()361 if (input_report_descriptor->ux_host_class_hid_report_id != 2) in tx_demo_thread_host_simulation_entry()416 if (input_report_descriptor->ux_host_class_hid_report_id != 4) in tx_demo_thread_host_simulation_entry()
310 if (feature_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()365 if (feature_report_descriptor->ux_host_class_hid_report_id != 2) in tx_demo_thread_host_simulation_entry()420 if (feature_report_descriptor->ux_host_class_hid_report_id != 4) in tx_demo_thread_host_simulation_entry()
302 if (output_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()357 if (output_report_descriptor->ux_host_class_hid_report_id != 2) in tx_demo_thread_host_simulation_entry()412 if (output_report_descriptor->ux_host_class_hid_report_id != 4) in tx_demo_thread_host_simulation_entry()
337 if (input_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()464 client_report.ux_host_class_hid_client_report->ux_host_class_hid_report_id = 0x1; in tx_demo_thread_host_simulation_entry()
283 if (input_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()
294 if (input_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()
338 if (input_report_descriptor -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()
340 if (hid_report -> ux_host_class_hid_report_id != 0) in tx_demo_thread_host_simulation_entry()
363 …printf("Input report %p, ID: %ld\n", (void*)hid_report, hid_report -> ux_host_class_hid_report_id); in tx_demo_thread_host_simulation_entry()
905 ULONG ux_host_class_hid_report_id; member