Searched refs:ux_host_class_hub_device (Results 1 – 12 of 12) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hub_port_change_connection_process.c | 110 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()
|
| D | ux_host_class_hub_descriptor_get.c | 51 …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()
|
| D | ux_host_class_hub_deactivate.c | 104 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()
|
| D | ux_host_class_hub_configure.c | 102 _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()
|
| D | ux_host_class_hub_feature.c | 92 control_endpoint = &hub -> ux_host_class_hub_device -> ux_device_control_endpoint; in _ux_host_class_hub_feature()
|
| D | ux_host_class_hub_status_get.c | 97 control_endpoint = &hub -> ux_host_class_hub_device -> ux_device_control_endpoint; in _ux_host_class_hub_status_get()
|
| D | ux_host_class_hub_activate.c | 120 hub -> ux_host_class_hub_device = device; in _ux_host_class_hub_activate()
|
| D | ux_host_class_hub_tasks_run.c | 220 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/ |
| D | usbx_bus_powered_hub_conn_to_self_and_bus_powered_hub_test.c | 89 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()
|
| D | usbx_ux_host_class_hub_descriptor_get_coverage_test.c | 64 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()
|
| D | usbx_host_class_hub_port_change_connection_process_coverage_test.c | 82 hub.ux_host_class_hub_device = &hub_device; in test_application_define()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hub.h | 214 UX_DEVICE *ux_host_class_hub_device; member
|