Home
last modified time | relevance | path

Searched refs:ux_host_class_video_feature_unit_id (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_video_basic_tests.c860 if (host_video->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
862 …OR #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
923 if (host_video->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
925 …OR #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
1004 host_video -> ux_host_class_video_feature_unit_id, in tx_test_thread_host_simulation_entry()
1039 host_video -> ux_host_class_video_feature_unit_id, in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_class_video_format_frame_based_test.c764 if (host_video_1->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
766 … #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video_1->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
793 if (host_video_2->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
795 … #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video_2->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_class_video_format_h264_test.c787 if (host_video_1->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
789 … #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video_1->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
816 if (host_video_2->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
818 … #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video_2->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
Dusbx_msrc_73492_host_vc_header_parse.c861 if (host_video->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
863 …OR #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
924 if (host_video->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
926 …OR #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_class_video_dwMaxPayloadTransferSize_test.c670 if (host_video->ux_host_class_video_feature_unit_id != 5) in tx_test_thread_host_simulation_entry()
672 …OR #%d: wrong feature bUnitID 0x%lx\n", __LINE__, host_video->ux_host_class_video_feature_unit_id); in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_activate.c123 video -> ux_host_class_video_feature_unit_id == 0) in _ux_host_class_video_descriptors_parser()
128 video -> ux_host_class_video_feature_unit_id = packed_entity_descriptor[3]; in _ux_host_class_video_descriptors_parser()
Dux_host_class_video_control_list_get.c155 … video -> ux_host_class_video_feature_unit_id = processing_unit_descriptor.bUnitID; in _ux_host_class_video_control_list_get()
Dux_host_class_video_control_value_set.c147 …> ux_host_class_video_control_interface_number | (video -> ux_host_class_video_feature_unit_id << … in _ux_host_class_video_control_value_set()
Dux_host_class_video_control_value_get.c145 …> ux_host_class_video_control_interface_number | (video -> ux_host_class_video_feature_unit_id << … in _ux_host_class_video_control_value_get()
Dux_host_class_video_control_get.c145 …> ux_host_class_video_control_interface_number | (video -> ux_host_class_video_feature_unit_id << … in _ux_host_class_video_control_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h528 ULONG ux_host_class_video_feature_unit_id; member