Searched refs:ux_host_class_video_semaphore (Results 1 – 12 of 12) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_video_control_get.c | 109 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_control_get() 123 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_get() 164 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_get() 190 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_get() 214 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_get()
|
| D | ux_host_class_video_control_value_set.c | 108 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_control_value_set() 122 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_value_set() 160 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_value_set() 170 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_value_set()
|
| D | ux_host_class_video_control_value_get.c | 109 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_control_value_get() 123 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_value_get() 164 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_value_get() 174 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_control_value_get()
|
| D | ux_host_class_video_transfer_buffer_add.c | 117 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_transfer_buffer_add() 130 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_transfer_buffer_add() 147 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_transfer_buffer_add() 180 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_transfer_buffer_add()
|
| D | ux_host_class_video_read.c | 112 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_read() 125 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_read() 141 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_read()
|
| D | ux_host_class_video_stop.c | 96 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_stop() 138 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_stop() 150 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_stop()
|
| D | ux_host_class_video_transfer_buffers_add.c | 126 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_transfer_buffers_add() 139 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_transfer_buffers_add() 169 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_transfer_buffers_add() 227 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_transfer_buffers_add()
|
| D | ux_host_class_video_deactivate.c | 102 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_deactivate() 124 _ux_host_semaphore_delete(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_deactivate()
|
| D | ux_host_class_video_channel_start.c | 113 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_channel_start() 128 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_channel_start() 264 … _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_channel_start() 286 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_channel_start()
|
| D | ux_host_class_video_activate.c | 300 …status = _ux_host_semaphore_create(&video -> ux_host_class_video_semaphore, "ux_video_semaphore",… in _ux_host_class_video_activate() 345 if (_ux_host_semaphore_created(&video -> ux_host_class_video_semaphore)) in _ux_host_class_video_activate() 346 _ux_host_semaphore_delete(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_activate()
|
| D | ux_host_class_video_frame_parameters_set.c | 221 status = _ux_host_semaphore_get(&video -> ux_host_class_video_semaphore, UX_WAIT_FOREVER); in _ux_host_class_video_frame_parameters_set() 238 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_frame_parameters_set() 301 _ux_host_semaphore_put(&video -> ux_host_class_video_semaphore); in _ux_host_class_video_frame_parameters_set()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_video.h | 547 UX_SEMAPHORE ux_host_class_video_semaphore; member
|