Searched refs:UX_INTERRUPT_ENDPOINT (Results 1 – 25 of 25) sorted by relevance
100 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_hid_interrupt_endpoint_search()146 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_hid_interrupt_endpoint_search()
100 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_hub_interrupt_endpoint_start()
180 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_cdc_acm_endpoints_get()
183 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_pima_endpoints_get()
185 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_prolific_endpoints_get()
199 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_storage_endpoints_get()
196 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_asix_endpoints_get()
238 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_cdc_ecm_endpoints_get()
248 UX_INTERRUPT_ENDPOINT) && in _ux_host_class_audio_activate()
211 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_entry()237 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_entry()
207 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ehci_entry()229 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ehci_entry()
110 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ehci_request_transfer()
109 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_request_transfer()
147 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_done_queue_process()
221 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_sim_host_entry()248 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_sim_host_entry()
113 case UX_INTERRUPT_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()
151 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_sim_host_transfer_run()
112 if (endpoint_type == UX_INTERRUPT_ENDPOINT) in _ux_device_class_ccid_activate()
128 UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in _ux_device_class_hid_activate()
144 …int -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in _ux_device_class_rndis_activate()
136 …int -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in _ux_device_class_cdc_ecm_activate()
538 …point->ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in tx_test_thread_host_simulation_entry()
4173 …t_endpoint->ux_endpoint_next_endpoint->ux_endpoint_descriptor.bmAttributes = UX_INTERRUPT_ENDPOINT; in direct_calls_test()
1186 #define UX_INTERRUPT_ENDPOINT 3u macro