Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_HUB (Results 1 – 25 of 27) sorted by relevance

12

/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h241 } UX_HOST_CLASS_HUB; typedef
248 UINT _ux_host_class_hub_change_process(UX_HOST_CLASS_HUB *hub);
249 UINT _ux_host_class_hub_configure(UX_HOST_CLASS_HUB *hub);
251 UINT _ux_host_class_hub_descriptor_get(UX_HOST_CLASS_HUB *hub);
253 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function);
254 UINT _ux_host_class_hub_hub_change_process(UX_HOST_CLASS_HUB *hub);
255 UINT _ux_host_class_hub_interrupt_endpoint_start(UX_HOST_CLASS_HUB *hub);
256 VOID _ux_host_class_hub_port_change_connection_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT p…
257 VOID _ux_host_class_hub_port_change_enable_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT port_…
258 VOID _ux_host_class_hub_port_change_over_current_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT…
[all …]
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_transfer_request_completed.c94 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_transfer_request_completed()
98 hub = (UX_HOST_CLASS_HUB *) transfer_request -> ux_transfer_request_class_instance; in _ux_host_class_hub_transfer_request_completed()
Dux_host_class_hub_activate.c95 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_activate()
111 …hub = (UX_HOST_CLASS_HUB *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX… in _ux_host_class_hub_activate()
Dux_host_class_hub_deactivate.c94 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_deactivate()
101 hub = (UX_HOST_CLASS_HUB *) command -> ux_host_class_command_instance; in _ux_host_class_hub_deactivate()
Dux_host_class_hub_descriptor_get.c35 UINT _ux_host_class_hub_descriptor_parse(UX_HOST_CLASS_HUB *hub, UCHAR *descriptor);
40 _ux_host_class_hub_descriptor_parse(UX_HOST_CLASS_HUB *hub, UCHAR *descriptor) in _ux_host_class_hub_descriptor_parse()
181 UINT _ux_host_class_hub_descriptor_get(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_descriptor_get()
Dux_host_class_hub_tasks_run.c35 static inline VOID _ux_host_class_hub_inst_tasks_run(UX_HOST_CLASS_HUB *hub);
100 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_tasks_run()
108 hub = (UX_HOST_CLASS_HUB *)hub_class -> ux_host_class_first_instance; in _ux_host_class_hub_tasks_run()
120 static inline UCHAR _ux_host_class_hub_change_check(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_change_check()
131 static inline VOID _ux_host_class_hub_status_process(UX_HOST_CLASS_HUB *hub, UINT port) in _ux_host_class_hub_status_process()
216 static inline VOID _ux_host_class_hub_inst_tasks_run(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_inst_tasks_run()
Dux_host_class_hub_hub_change_process.c72 UINT _ux_host_class_hub_hub_change_process(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_hub_change_process()
Dux_host_class_hub_entry.c33 extern UINT _ux_host_class_hub_descriptor_parse(UX_HOST_CLASS_HUB *hub, UCHAR *descriptor);
157 static inline UINT _ux_host_class_hub_enum_get_status(UX_HOST_CLASS_HUB *hub, UX_TRANSFER *trans) in _ux_host_class_hub_enum_get_status()
171 static inline VOID _ux_host_class_hub_enum_set_config(UX_HOST_CLASS_HUB *hub, UX_TRANSFER *trans, U… in _ux_host_class_hub_enum_set_config()
185 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_activate_wait()
191 hub = (UX_HOST_CLASS_HUB *) device -> ux_device_class_instance; in _ux_host_class_hub_activate_wait()
Dux_host_class_hub_port_change_enable_process.c73 VOID _ux_host_class_hub_port_change_enable_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT port_st… in _ux_host_class_hub_port_change_enable_process()
Dux_host_class_hub_port_change_reset_process.c73 VOID _ux_host_class_hub_port_change_reset_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT port_sta… in _ux_host_class_hub_port_change_reset_process()
Dux_host_class_hub_port_change_suspend_process.c73 VOID _ux_host_class_hub_port_change_suspend_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT port_s… in _ux_host_class_hub_port_change_suspend_process()
Dux_host_class_hub_port_change_over_current_process.c73 VOID _ux_host_class_hub_port_change_over_current_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT p… in _ux_host_class_hub_port_change_over_current_process()
Dux_host_class_hub_change_detect.c88 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_change_detect()
Dux_host_class_hub_ports_power.c87 UINT _ux_host_class_hub_ports_power(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_ports_power()
Dux_host_class_hub_change_process.c74 UINT _ux_host_class_hub_change_process(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_change_process()
Dux_host_class_hub_port_reset.c76 UINT _ux_host_class_hub_port_reset(UX_HOST_CLASS_HUB *hub, UINT port) in _ux_host_class_hub_port_reset()
Dux_host_class_hub_port_change_process.c82 UINT _ux_host_class_hub_port_change_process(UX_HOST_CLASS_HUB *hub, UINT port) in _ux_host_class_hub_port_change_process()
Dux_host_class_hub_feature.c82 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function) in _ux_host_class_hub_feature()
Dux_host_class_hub_interrupt_endpoint_start.c84 UINT _ux_host_class_hub_interrupt_endpoint_start(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_interrupt_endpoint_start()
Dux_host_class_hub_status_get.c86 UINT _ux_host_class_hub_status_get(UX_HOST_CLASS_HUB *hub, UINT port, USHORT *port_status, USHORT … in _ux_host_class_hub_status_get()
Dux_host_class_hub_configure.c86 UINT _ux_host_class_hub_configure(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_configure()
Dux_host_class_hub_port_change_connection_process.c92 VOID _ux_host_class_hub_port_change_connection_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT por… in _ux_host_class_hub_port_change_connection_process()
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81573_standalone_host_hub_allocated_enum_free_test.c52 static UX_HOST_CLASS_HUB *host_hub = UX_NULL;
192 UX_HOST_CLASS_HUB *hub; in ux_test_on_hub_get_descriptor()
194 hub = (UX_HOST_CLASS_HUB *)dev->ux_device_class_instance; in ux_test_on_hub_get_descriptor()
241 UX_HOST_CLASS_HUB *hub_inst = (UX_HOST_CLASS_HUB *) inst; in test_host_change_function()
Dusbx_ux_host_class_hub_transfer_request_completed_test.c25 UX_HOST_CLASS_HUB hub; in post_init_host()
Dusbx_ux_host_class_hub_descriptor_get_coverage_test.c12 static UX_HOST_CLASS_HUB hub;

12