Home
last modified time | relevance | path

Searched refs:ux_host_class_hub_interrupt_endpoint (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_interrupt_endpoint_start.c92 …_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()
Dux_host_class_hub_deactivate.c111 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()
Dux_host_class_hub_change_process.c84 … transfer_request = &hub -> ux_host_class_hub_interrupt_endpoint -> ux_endpoint_transfer_request; in _ux_host_class_hub_change_process()
Dux_host_class_hub_tasks_run.c122 UX_ENDPOINT *endpoint = hub -> ux_host_class_hub_interrupt_endpoint; in _ux_host_class_hub_change_check()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hub_transfer_request_completed_test.c45 …actual_interrupt_transfer = &g_hub_host->ux_host_class_hub_interrupt_endpoint->ux_endpoint_transfe… in post_init_host()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h215 UX_ENDPOINT *ux_host_class_hub_interrupt_endpoint; member