Home
last modified time | relevance | path

Searched refs:ux_device_port_location (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_bandwidth_claim.c201 port_index = device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_claim()
239 port_index = parent_device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c200 port_index = device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_release()
234 port_index = parent_device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_release()
Dux_host_stack_bandwidth_check.c212 port_index = device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_check()
265 port_index = parent_device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_check()
Dux_host_stack_hcd_unregister.c182 ~(1 << device -> ux_device_port_location); in _ux_host_stack_hcd_unregister()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_asynchronous_endpoint_create.c155 … ed -> ux_ehci_ed_cap1 |= device -> ux_device_port_location << UX_EHCI_QH_PORT_NUMBER_LOC; in _ux_hcd_ehci_asynchronous_endpoint_create()
Dux_hcd_ehci_interrupt_endpoint_create.c200 … ed -> ux_ehci_ed_cap1 |= device -> ux_device_port_location << UX_EHCI_QH_PORT_NUMBER_LOC; in _ux_hcd_ehci_interrupt_endpoint_create()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_bandwidth_test.c460 hub[0].ux_device_port_location = 0; in ux_test_thread_simulation_0_entry()
467 hub[1].ux_device_port_location = 2; in ux_test_thread_simulation_0_entry()
470 hub[2].ux_device_port_location = 3; in ux_test_thread_simulation_0_entry()
Dusbx_ux_host_stack_device_remove_test.c437 _ux_system_host -> ux_system_host_device_array[1].ux_device_port_location = 3; in tx_demo_thread_host_simulation_entry()
442 _ux_system_host -> ux_system_host_device_array[2].ux_device_port_location = 0; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c269 (device -> ux_device_port_location == hub -> ux_host_class_hub_run_port)) in _ux_host_class_hub_inst_tasks_run()
390 (device -> ux_device_port_location == hub -> ux_host_class_hub_run_port)) in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1998 ULONG ux_device_port_location; member
2078 #define UX_DEVICE_PORT_LOCATION_GET(d) ((d)->ux_device_port_location)
2079 #define UX_DEVICE_PORT_LOCATION_SET(d,l) do { (d)->ux_device_port_location = (l); } while(0)
2080 #define UX_DEVICE_PORT_LOCATION_MATCH(d,l) ((d)->ux_device_port_location == (l))