Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_stop.c100 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_stop()
112 …configuration = video -> ux_host_class_video_streaming_interface -> ux_interface_configurat… in _ux_host_class_video_stop()
133 video -> ux_host_class_video_streaming_interface = interface_ptr; in _ux_host_class_video_stop()
Dux_host_class_video_endpoints_get.c82 …for (endpoint_index = 0; endpoint_index < video -> ux_host_class_video_streaming_interface -> ux_i… in _ux_host_class_video_endpoints_get()
87 …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_configure.c166 video -> ux_host_class_video_streaming_interface = interface; in _ux_host_class_video_configure()
167 … video -> ux_host_class_video_streaming_interface -> ux_interface_class_instance = (VOID *)video; in _ux_host_class_video_configure()
177 if (video -> ux_host_class_video_streaming_interface == UX_NULL) in _ux_host_class_video_configure()
Dux_host_class_video_alternate_setting_locate.c94 …configuration = video -> ux_host_class_video_streaming_interface -> ux_interface_configurat… in _ux_host_class_video_alternate_setting_locate()
96 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_alternate_setting_locate()
Dux_host_class_video_channel_start.c121 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_channel_start()
214 …configuration = video -> ux_host_class_video_streaming_interface -> ux_interface_configurat… in _ux_host_class_video_channel_start()
235 … video -> ux_host_class_video_streaming_interface = interface_ptr; in _ux_host_class_video_channel_start()
242 … 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_entities_parse.c152 interface_ptr = video -> ux_host_class_video_streaming_interface; in _ux_host_class_video_entities_parse()
Dux_host_class_video_activate.c85 streaming_interface = video -> ux_host_class_video_streaming_interface; in _ux_host_class_video_descriptors_parser()
264 video -> ux_host_class_video_streaming_interface = interface_ptr; in _ux_host_class_video_activate()
Dux_host_class_video_control_request.c162 interface_ptr = video -> ux_host_class_video_streaming_interface; in _ux_host_class_video_control_request()
Dux_host_class_video_frame_parameters_set.c234 …streaming_interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor… in _ux_host_class_video_frame_parameters_set()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h507 UX_INTERFACE *ux_host_class_video_streaming_interface; member