Searched refs:ux_host_class_hub_interrupt_endpoint (Results 1 – 6 of 6) sorted by relevance
92 …_endpoint_get(hub -> ux_host_class_hub_interface, 0, &hub -> ux_host_class_hub_interrupt_endpoint); in _ux_host_class_hub_interrupt_endpoint_start()99 …if (((hub -> ux_host_class_hub_interrupt_endpoint -> ux_endpoint_descriptor.bEndpointAddress & UX_… in _ux_host_class_hub_interrupt_endpoint_start()100 …((hub -> ux_host_class_hub_interrupt_endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_END… in _ux_host_class_hub_interrupt_endpoint_start()104 … transfer_request = &hub -> ux_host_class_hub_interrupt_endpoint -> ux_endpoint_transfer_request; in _ux_host_class_hub_interrupt_endpoint_start()115 …hub -> ux_host_class_hub_interrupt_endpoint -> ux_endpoint_transfer_request.ux_transfer_request_ty… in _ux_host_class_hub_interrupt_endpoint_start()129 hub -> ux_host_class_hub_interrupt_endpoint = UX_NULL; in _ux_host_class_hub_interrupt_endpoint_start()146 …INSERT(UX_TRACE_ERROR, UX_ENDPOINT_HANDLE_UNKNOWN, hub -> ux_host_class_hub_interrupt_endpoint, 0,… in _ux_host_class_hub_interrupt_endpoint_start()
111 if (hub -> ux_host_class_hub_interrupt_endpoint) in _ux_host_class_hub_deactivate()114 _ux_host_stack_endpoint_transfer_abort(hub -> ux_host_class_hub_interrupt_endpoint); in _ux_host_class_hub_deactivate()118 … transfer_request = &hub -> ux_host_class_hub_interrupt_endpoint -> ux_endpoint_transfer_request; in _ux_host_class_hub_deactivate()
84 … transfer_request = &hub -> ux_host_class_hub_interrupt_endpoint -> ux_endpoint_transfer_request; in _ux_host_class_hub_change_process()
122 UX_ENDPOINT *endpoint = hub -> ux_host_class_hub_interrupt_endpoint; in _ux_host_class_hub_change_check()
45 …actual_interrupt_transfer = &g_hub_host->ux_host_class_hub_interrupt_endpoint->ux_endpoint_transfe… in post_init_host()
215 UX_ENDPOINT *ux_host_class_hub_interrupt_endpoint; member