Searched refs:parent (Results 1 – 6 of 6) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_bus_powered_hub_conn_to_self_and_bus_powered_hub_test.c | 83 UX_DEVICE parent; in post_init_host() local 87 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; in post_init_host() 89 g_hub_host->ux_host_class_hub_device->ux_device_parent = &parent; in post_init_host() 97 parent.ux_device_power_source = UX_DEVICE_BUS_POWERED; in post_init_host() 99 g_hub_host->ux_host_class_hub_device->ux_device_parent = &parent; in post_init_host()
|
| D | usbx_ux_host_class_hid_configure_test.c | 292 UX_DEVICE parent; in tx_demo_thread_host_simulation_entry() local 339 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_demo_thread_host_simulation_entry() 363 hid -> ux_host_class_hid_device -> ux_device_parent = &parent; in tx_demo_thread_host_simulation_entry() 386 parent.ux_device_power_source = UX_DEVICE_BUS_POWERED; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_stack_bandwidth_test.c | 429 UX_DEVICE *parent; in ux_test_thread_simulation_0_entry() member 527 if (tests[test].parent) in ux_test_thread_simulation_0_entry() 529 device->ux_device_parent = tests[test].parent; in ux_test_thread_simulation_0_entry() 573 if (tests[test].parent) in ux_test_thread_simulation_0_entry()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_device_remove.c | 88 UINT _ux_host_stack_device_remove(UX_HCD *hcd, UX_DEVICE *parent, UINT port_index) in _ux_host_stack_device_remove() argument 116 if( UX_DEVICE_PARENT_MATCH(device, parent) && in _ux_host_stack_device_remove() 129 UX_PARAMETER_NOT_USED(parent); in _ux_host_stack_device_remove() 149 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_STACK_DEVICE_REMOVE, hcd, parent, port_index, device, UX_TRA… in _ux_host_stack_device_remove()
|
| /USBX-v6.2.1/cmake/ |
| D | utilities.cmake | 13 # Copy the temp back up to the parent list
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 164 UINT _ux_host_stack_device_remove(UX_HCD *hcd, UX_DEVICE *parent, UINT port_index);
|