Home
last modified time | relevance | path

Searched refs:ux_host_class_video_streaming_interface (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_stop.c99 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_stop()
111 …configuration = video -> ux_host_class_video_streaming_interface -> ux_interface_configurat… in _ux_host_class_video_stop()
132 video -> ux_host_class_video_streaming_interface = interface_ptr; in _ux_host_class_video_stop()
Dux_host_class_video_configure.c165 video -> ux_host_class_video_streaming_interface = interface; in _ux_host_class_video_configure()
166 … video -> ux_host_class_video_streaming_interface -> ux_interface_class_instance = (VOID *)video; in _ux_host_class_video_configure()
176 if (video -> ux_host_class_video_streaming_interface == UX_NULL) in _ux_host_class_video_configure()
Dux_host_class_video_endpoints_get.c81 …for (endpoint_index = 0; endpoint_index < video -> ux_host_class_video_streaming_interface -> ux_i… in _ux_host_class_video_endpoints_get()
86 …status = _ux_host_stack_interface_endpoint_get(video -> ux_host_class_video_streaming_interface, … in _ux_host_class_video_endpoints_get()
Dux_host_class_video_channel_start.c120 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_channel_start()
213 …configuration = video -> ux_host_class_video_streaming_interface -> ux_interface_configurat… in _ux_host_class_video_channel_start()
234 … video -> ux_host_class_video_streaming_interface = interface_ptr; in _ux_host_class_video_channel_start()
241 … status = _ux_host_stack_interface_endpoint_get(video -> ux_host_class_video_streaming_interface, in _ux_host_class_video_channel_start()
Dux_host_class_video_alternate_setting_locate.c93 …configuration = video -> ux_host_class_video_streaming_interface -> ux_interface_configurat… in _ux_host_class_video_alternate_setting_locate()
95 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_alternate_setting_locate()
Dux_host_class_video_activate.c84 streaming_interface = video -> ux_host_class_video_streaming_interface; in _ux_host_class_video_descriptors_parser()
263 video -> ux_host_class_video_streaming_interface = interface_ptr; in _ux_host_class_video_activate()
Dux_host_class_video_entities_parse.c151 interface_ptr = video -> ux_host_class_video_streaming_interface; in _ux_host_class_video_entities_parse()
Dux_host_class_video_control_request.c161 interface_ptr = video -> ux_host_class_video_streaming_interface; in _ux_host_class_video_control_request()
Dux_host_class_video_frame_parameters_set.c230 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_frame_parameters_set()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_video_format_frame_based_test.c444 UX_INTERFACE *interface_inst = video_inst -> ux_host_class_video_streaming_interface; in test_host_change_function()
Dusbx_ux_host_class_video_format_h264_test.c467 UX_INTERFACE *interface_inst = video_inst -> ux_host_class_video_streaming_interface; in test_host_change_function()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h524 UX_INTERFACE *ux_host_class_video_streaming_interface; member