Searched refs:ux_device_port_location (Results 1 – 10 of 10) sorted by relevance
201 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()
200 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()
212 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()
182 ~(1 << device -> ux_device_port_location); in _ux_host_stack_hcd_unregister()
155 … ed -> ux_ehci_ed_cap1 |= device -> ux_device_port_location << UX_EHCI_QH_PORT_NUMBER_LOC; in _ux_hcd_ehci_asynchronous_endpoint_create()
200 … ed -> ux_ehci_ed_cap1 |= device -> ux_device_port_location << UX_EHCI_QH_PORT_NUMBER_LOC; in _ux_hcd_ehci_interrupt_endpoint_create()
460 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()
437 _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()
269 (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()
1998 ULONG ux_device_port_location; member2078 #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))