Home
last modified time | relevance | path

Searched refs:ux_host_class_hub_device (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_port_change_connection_process.c110 hcd = UX_DEVICE_HCD_GET(hub -> ux_host_class_hub_device); in _ux_host_class_hub_port_change_connection_process()
124 _ux_host_stack_device_remove(hcd, hub -> ux_host_class_hub_device, port); in _ux_host_class_hub_port_change_connection_process()
175 if (hub -> ux_host_class_hub_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_hub_port_change_connection_process()
188 … status = _ux_host_stack_new_device_create(UX_DEVICE_HCD_GET(hub -> ux_host_class_hub_device), in _ux_host_class_hub_port_change_connection_process()
189 hub -> ux_host_class_hub_device, in _ux_host_class_hub_port_change_connection_process()
223 _ux_host_stack_device_remove(hcd, hub -> ux_host_class_hub_device, port); in _ux_host_class_hub_port_change_connection_process()
258 _ux_host_stack_device_remove(hcd, hub -> ux_host_class_hub_device, port); in _ux_host_class_hub_port_change_connection_process()
Dux_host_class_hub_descriptor_get.c51 …tt_protocols = ((ULONG)hub -> ux_host_class_hub_device -> ux_device_descriptor.bDeviceProtocol << … in _ux_host_class_hub_descriptor_parse()
85 … hub -> ux_host_class_hub_device -> ux_device_hub_tt[0].ux_hub_tt_port_mapping = UX_TT_MASK; in _ux_host_class_hub_descriptor_parse()
86 … hub -> ux_host_class_hub_device -> ux_device_hub_tt[0].ux_hub_tt_max_bandwidth = UX_TT_BANDWIDTH; in _ux_host_class_hub_descriptor_parse()
109 …hub -> ux_host_class_hub_device -> ux_device_hub_tt[port_index].ux_hub_tt_port_mapping = (ULONG)… in _ux_host_class_hub_descriptor_parse()
110 …hub -> ux_host_class_hub_device -> ux_device_hub_tt[port_index].ux_hub_tt_max_bandwidth = UX_TT_B… in _ux_host_class_hub_descriptor_parse()
191 control_endpoint = &hub -> ux_host_class_hub_device -> ux_device_control_endpoint; in _ux_host_class_hub_descriptor_get()
Dux_host_class_hub_deactivate.c104 hcd = UX_DEVICE_HCD_GET(hub -> ux_host_class_hub_device); in _ux_host_class_hub_deactivate()
130 _ux_host_stack_device_remove(hcd, hub -> ux_host_class_hub_device, port_index); in _ux_host_class_hub_deactivate()
173 hub -> ux_host_class_hub_device -> ux_device_class_instance = (VOID *) hub; in _ux_host_class_hub_deactivate()
Dux_host_class_hub_configure.c102 _ux_host_stack_device_configuration_get(hub -> ux_host_class_hub_device, 0, &configuration); in _ux_host_class_hub_configure()
160 if (hub -> ux_host_class_hub_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_hub_configure()
Dux_host_class_hub_feature.c92 control_endpoint = &hub -> ux_host_class_hub_device -> ux_device_control_endpoint; in _ux_host_class_hub_feature()
Dux_host_class_hub_status_get.c97 control_endpoint = &hub -> ux_host_class_hub_device -> ux_device_control_endpoint; in _ux_host_class_hub_status_get()
Dux_host_class_hub_activate.c120 hub -> ux_host_class_hub_device = device; in _ux_host_class_hub_activate()
Dux_host_class_hub_tasks_run.c220 UX_DEVICE *hub_device = hub -> ux_host_class_hub_device; in _ux_host_class_hub_inst_tasks_run()
389 if (UX_DEVICE_PARENT_MATCH(device, hub -> ux_host_class_hub_device) && in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/test/regression/
Dusbx_bus_powered_hub_conn_to_self_and_bus_powered_hub_test.c89 g_hub_host->ux_host_class_hub_device->ux_device_parent = &parent; in post_init_host()
93 g_hub_host->ux_host_class_hub_device->ux_device_parent = UX_NULL; in post_init_host()
99 g_hub_host->ux_host_class_hub_device->ux_device_parent = &parent; in post_init_host()
104 g_hub_host->ux_host_class_hub_device->ux_device_parent = UX_NULL; in post_init_host()
Dusbx_ux_host_class_hub_descriptor_get_coverage_test.c64 hub.ux_host_class_hub_device = &hub_device; in test_application_define()
67 …hub.ux_host_class_hub_device->ux_device_descriptor.bDeviceProtocol = UX_HOST_CLASS_HUB_PROTOCOL_MU… in test_application_define()
Dusbx_host_class_hub_port_change_connection_process_coverage_test.c82 hub.ux_host_class_hub_device = &hub_device; in test_application_define()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h214 UX_DEVICE *ux_host_class_hub_device; member