Searched refs:UX_ISOCHRONOUS_ENDPOINT (Results 1 – 17 of 17) sorted by relevance
217 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_entry()238 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_entry()
211 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ehci_entry()233 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ehci_entry()
116 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ehci_request_transfer()
116 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_request_transfer()
125 …ndpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_hcd_ehci_transfer_abort()
258 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_done_queue_process()
227 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_entry()249 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_entry()
118 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_request_transfer()
138 if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_stack_endpoint_instance_create()
156 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_transfer_run()
174 if ((endpoint_type == UX_ISOCHRONOUS_ENDPOINT) || in _ux_host_stack_new_endpoint_create()
94 …dpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_class_video_endpoints_get()
106 …ndpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_host_class_audio_endpoints_get()
249 …ndpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_host_class_video_channel_start()
135 …t -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_device_class_video_change()
166 UX_DEVICE_CLASS_AUDIO_EP_TRANSFER_TYPE_MASK) == UX_ISOCHRONOUS_ENDPOINT) in _ux_device_class_audio_change()
1184 #define UX_ISOCHRONOUS_ENDPOINT 1u macro