| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hub_configure.c | 134 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_configure() 136 device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; 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() 168 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_hub_configure()
|
| D | ux_host_class_asix_configure.c | 114 if (asix -> ux_host_class_asix_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_asix_configure() 122 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_asix_configure()
|
| D | ux_host_class_prolific_configure.c | 114 … if (prolific -> ux_host_class_prolific_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_prolific_configure() 122 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_prolific_configure()
|
| D | ux_host_class_hid_configure.c | 119 if (hid -> ux_host_class_hid_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_hid_configure() 124 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_hid_configure()
|
| D | ux_host_class_swar_configure.c | 113 if (swar -> ux_host_class_swar_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_swar_configure() 121 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_swar_configure()
|
| D | ux_host_class_printer_configure.c | 110 if (printer -> ux_host_class_printer_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_printer_configure() 118 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_printer_configure()
|
| D | ux_host_class_pima_configure.c | 111 if (pima -> ux_host_class_pima_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_pima_configure() 119 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_pima_configure()
|
| D | ux_host_class_storage_configure.c | 112 if (storage -> ux_host_class_storage_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_storage_configure() 120 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_storage_configure()
|
| D | ux_host_class_cdc_acm_configure.c | 111 if (cdc_acm -> ux_host_class_cdc_acm_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_cdc_acm_configure() 119 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_cdc_acm_configure()
|
| D | ux_host_class_gser_configure.c | 118 if (gser -> ux_host_class_gser_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_gser_configure() 126 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_gser_configure()
|
| D | ux_host_class_video_configure.c | 120 if (video -> ux_host_class_video_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_video_configure() 128 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_video_configure()
|
| D | ux_host_class_audio_configure.c | 116 if (audio -> ux_host_class_audio_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_audio_configure() 124 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_audio_configure()
|
| D | ux_host_class_hub_entry.c | 236 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_activate_wait() 238 device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in _ux_host_class_hub_activate_wait() 247 if (device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_hub_activate_wait() 253 … if (device -> ux_device_parent -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_hub_activate_wait()
|
| D | ux_host_class_hub_port_change_connection_process.c | 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()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_bus_powered_hub_conn_to_self_and_bus_powered_hub_test.c | 87 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; in post_init_host() 97 parent.ux_device_power_source = UX_DEVICE_BUS_POWERED; in post_init_host()
|
| D | usbx_ux_host_class_storage_configure_coverage_test.c | 31 device.ux_device_power_source = UX_DEVICE_SELF_POWERED; in test_application_define()
|
| D | usbx_ux_host_class_hid_configure_test.c | 336 hid -> ux_host_class_hid_device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in tx_demo_thread_host_simulation_entry() 339 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; 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_cdc_acm_configure_test.c | 700 device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in tx_test_thread_host_simulation_entry() 760 parent_device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in tx_test_thread_host_simulation_entry() 763 device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in tx_test_thread_host_simulation_entry() 790 parent_device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_test_thread_host_simulation_entry() 801 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_test_thread_host_simulation_entry()
|
| D | usbx_host_class_hub_port_change_connection_process_coverage_test.c | 99 hub_device.ux_device_power_source = UX_DEVICE_BUS_POWERED; in test_application_define()
|
| D | usbx_ux_host_class_storage_configure_test.c | 563 parent_device.ux_device_power_source = UX_DEVICE_BUS_POWERED; in tx_demo_thread_host_simulation_entry() 564 device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in tx_demo_thread_host_simulation_entry() 573 parent_device.ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_demo_thread_host_simulation_entry()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_class_dpump_configure.c | 110 if (dpump -> ux_host_class_dpump_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_dpump_configure() 118 …if ((parent_device != UX_NULL) && (parent_device -> ux_device_power_source == UX_DEVICE_BUS_POWERE… in _ux_host_class_dpump_configure()
|
| D | ux_host_stack_device_configuration_reset.c | 126 device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in _ux_host_stack_device_configuration_reset()
|
| D | ux_host_stack_configuration_set.c | 183 device -> ux_device_power_source = (configuration -> in _ux_host_stack_configuration_set()
|
| D | ux_host_stack_new_device_create.c | 175 device -> ux_device_power_source = UX_DEVICE_BUS_POWERED; in _ux_host_stack_new_device_create()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_api.h | 1981 ULONG ux_device_power_source; member
|