/USBX-v6.3.0/common/usbx_host_classes/inc/ |
D | ux_host_class_hub.h | 242 } UX_HOST_CLASS_HUB; typedef 249 UINT _ux_host_class_hub_change_process(UX_HOST_CLASS_HUB *hub); 250 UINT _ux_host_class_hub_configure(UX_HOST_CLASS_HUB *hub); 252 UINT _ux_host_class_hub_descriptor_get(UX_HOST_CLASS_HUB *hub); 254 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function); 255 UINT _ux_host_class_hub_hub_change_process(UX_HOST_CLASS_HUB *hub); 256 UINT _ux_host_class_hub_interrupt_endpoint_start(UX_HOST_CLASS_HUB *hub); 257 VOID _ux_host_class_hub_port_change_connection_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT p… 258 VOID _ux_host_class_hub_port_change_enable_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT port_… 259 VOID _ux_host_class_hub_port_change_over_current_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT… [all …]
|
/USBX-v6.3.0/common/usbx_host_classes/src/ |
D | ux_host_class_hub_transfer_request_completed.c | 95 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_transfer_request_completed() 99 hub = (UX_HOST_CLASS_HUB *) transfer_request -> ux_transfer_request_class_instance; in _ux_host_class_hub_transfer_request_completed()
|
D | ux_host_class_hub_activate.c | 96 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_activate() 112 …hub = (UX_HOST_CLASS_HUB *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX… in _ux_host_class_hub_activate()
|
D | ux_host_class_hub_hub_change_process.c | 73 UINT _ux_host_class_hub_hub_change_process(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_hub_change_process()
|
D | ux_host_class_hub_deactivate.c | 95 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_deactivate() 102 hub = (UX_HOST_CLASS_HUB *) command -> ux_host_class_command_instance; in _ux_host_class_hub_deactivate()
|
D | ux_host_class_hub_port_change_enable_process.c | 74 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()
|
D | ux_host_class_hub_port_change_reset_process.c | 74 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()
|
D | ux_host_class_hub_port_change_suspend_process.c | 74 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()
|
D | ux_host_class_hub_port_change_over_current_process.c | 74 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()
|
D | ux_host_class_hub_descriptor_get.c | 36 UINT _ux_host_class_hub_descriptor_parse(UX_HOST_CLASS_HUB *hub, UCHAR *descriptor); 41 _ux_host_class_hub_descriptor_parse(UX_HOST_CLASS_HUB *hub, UCHAR *descriptor) in _ux_host_class_hub_descriptor_parse() 182 UINT _ux_host_class_hub_descriptor_get(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_descriptor_get()
|
D | ux_host_class_hub_change_detect.c | 89 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_change_detect()
|
D | ux_host_class_hub_tasks_run.c | 36 static inline VOID _ux_host_class_hub_inst_tasks_run(UX_HOST_CLASS_HUB *hub); 101 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_tasks_run() 109 hub = (UX_HOST_CLASS_HUB *)hub_class -> ux_host_class_first_instance; in _ux_host_class_hub_tasks_run() 121 static inline UCHAR _ux_host_class_hub_change_check(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_change_check() 132 static inline VOID _ux_host_class_hub_status_process(UX_HOST_CLASS_HUB *hub, UINT port) in _ux_host_class_hub_status_process() 217 static inline VOID _ux_host_class_hub_inst_tasks_run(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_inst_tasks_run()
|
D | ux_host_class_hub_ports_power.c | 88 UINT _ux_host_class_hub_ports_power(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_ports_power()
|
D | ux_host_class_hub_change_process.c | 75 UINT _ux_host_class_hub_change_process(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_change_process()
|
D | ux_host_class_hub_port_reset.c | 77 UINT _ux_host_class_hub_port_reset(UX_HOST_CLASS_HUB *hub, UINT port) in _ux_host_class_hub_port_reset()
|
D | ux_host_class_hub_port_change_process.c | 83 UINT _ux_host_class_hub_port_change_process(UX_HOST_CLASS_HUB *hub, UINT port) in _ux_host_class_hub_port_change_process()
|
D | ux_host_class_hub_entry.c | 34 extern UINT _ux_host_class_hub_descriptor_parse(UX_HOST_CLASS_HUB *hub, UCHAR *descriptor); 158 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() 172 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() 186 UX_HOST_CLASS_HUB *hub; in _ux_host_class_hub_activate_wait() 192 hub = (UX_HOST_CLASS_HUB *) device -> ux_device_class_instance; in _ux_host_class_hub_activate_wait()
|
D | ux_host_class_hub_feature.c | 83 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function) in _ux_host_class_hub_feature()
|
D | ux_host_class_hub_interrupt_endpoint_start.c | 85 UINT _ux_host_class_hub_interrupt_endpoint_start(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_interrupt_endpoint_start()
|
D | ux_host_class_hub_status_get.c | 87 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()
|
D | ux_host_class_hub_configure.c | 87 UINT _ux_host_class_hub_configure(UX_HOST_CLASS_HUB *hub) in _ux_host_class_hub_configure()
|
D | ux_host_class_hub_port_change_connection_process.c | 93 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()
|