Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_host_stack_bandwidth_claim.c202 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()
Dux_host_stack_bandwidth_release.c201 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()
Dux_host_stack_bandwidth_check.c213 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()
Dux_host_stack_hcd_unregister.c183 ~(1 << device -> ux_device_port_location); in _ux_host_stack_hcd_unregister()
/USBX-v6.3.0/common/usbx_host_controllers/src/
Dux_hcd_ehci_asynchronous_endpoint_create.c156 … 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.c201 … 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.3.0/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c270 (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()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1994 ULONG ux_device_port_location; member
2074 #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))