Searched refs:ux_device_port_location (Results 1 – 8 of 8) sorted by relevance
202 port_index = device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_claim()240 port_index = parent_device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_claim()
201 port_index = device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_release()235 port_index = parent_device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_release()
213 port_index = device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_check()266 port_index = parent_device -> ux_device_port_location - 1; in _ux_host_stack_bandwidth_check()
183 ~(1 << device -> ux_device_port_location); in _ux_host_stack_hcd_unregister()
156 … ed -> ux_ehci_ed_cap1 |= device -> ux_device_port_location << UX_EHCI_QH_PORT_NUMBER_LOC; in _ux_hcd_ehci_asynchronous_endpoint_create()
201 … ed -> ux_ehci_ed_cap1 |= device -> ux_device_port_location << UX_EHCI_QH_PORT_NUMBER_LOC; in _ux_hcd_ehci_interrupt_endpoint_create()
270 (device -> ux_device_port_location == hub -> ux_host_class_hub_run_port)) in _ux_host_class_hub_inst_tasks_run()391 (device -> ux_device_port_location == hub -> ux_host_class_hub_run_port)) in _ux_host_class_hub_inst_tasks_run()
1994 ULONG ux_device_port_location; member2074 #define UX_DEVICE_PORT_LOCATION_GET(d) ((d)->ux_device_port_location)2075 #define UX_DEVICE_PORT_LOCATION_SET(d,l) do { (d)->ux_device_port_location = (l); } while(0)2076 #define UX_DEVICE_PORT_LOCATION_MATCH(d,l) ((d)->ux_device_port_location == (l))