Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_VIDEO_CONTROL (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_control_value_set.c85 …host_class_video_control_value_set(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_… in _ux_host_class_video_control_value_set()
217 …host_class_video_control_value_set(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_… in _uxe_host_class_video_control_value_set()
Dux_host_class_video_control_value_get.c86 …host_class_video_control_value_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_… in _ux_host_class_video_control_value_get()
221 …host_class_video_control_value_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_… in _uxe_host_class_video_control_value_get()
Dux_host_class_video_control_get.c86 UINT _ux_host_class_video_control_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *vid… in _ux_host_class_video_control_get()
259 UINT _uxe_host_class_video_control_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *vi… in _uxe_host_class_video_control_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h583 } UX_HOST_CLASS_VIDEO_CONTROL; typedef
654 UINT _ux_host_class_video_control_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *v…
655 …host_class_video_control_value_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_…
656 …host_class_video_control_value_set(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_…
691 UINT _uxe_host_class_video_control_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *…
692 …host_class_video_control_value_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_…
693 …host_class_video_control_value_set(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *video_…
/USBX-v6.2.1/test/regression/
Dusbx_uxe_host_video_test.c97 UX_HOST_CLASS_VIDEO_CONTROL dummy_video_control; in ux_test_thread_simulation_0_entry()