Home
last modified time | relevance | path

Searched refs:port (Results 1 – 19 of 19) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
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() argument
107 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_HUB_PORT_CHANGE_CONNECTION_PROCESS, hub, port, port_st… in _ux_host_class_hub_port_change_connection_process()
120 if (hub -> ux_host_class_hub_port_state & (UINT)(1 << port)) 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()
130 hub -> ux_host_class_hub_port_state |= (UINT)(1 << port); in _ux_host_class_hub_port_change_connection_process()
138 … _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_CONNECTION); in _ux_host_class_hub_port_change_connection_process()
148 status = _ux_host_class_hub_port_reset(hub, port); in _ux_host_class_hub_port_change_connection_process()
153 … status = _ux_host_class_hub_status_get(hub, port, &local_port_status, &local_port_change); in _ux_host_class_hub_port_change_connection_process()
190 port, device_speed, port_power, 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()
[all …]
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() argument
91 status = _ux_host_class_hub_status_get(hub, port, &port_status, &port_change); in _ux_host_class_hub_port_change_process()
98 _ux_host_class_hub_port_change_connection_process(hub, port, port_status); in _ux_host_class_hub_port_change_process()
101 _ux_host_class_hub_port_change_enable_process(hub, port, port_status); in _ux_host_class_hub_port_change_process()
104 _ux_host_class_hub_port_change_suspend_process(hub, port, port_status); in _ux_host_class_hub_port_change_process()
107 _ux_host_class_hub_port_change_over_current_process(hub, port, port_status); in _ux_host_class_hub_port_change_process()
110 _ux_host_class_hub_port_change_reset_process(hub, port, port_status); in _ux_host_class_hub_port_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() argument
86 status = _ux_host_class_hub_feature(hub, port, UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_RESET); in _ux_host_class_hub_port_reset()
99 status = _ux_host_class_hub_status_get(hub, port, &port_status, &port_change); in _ux_host_class_hub_port_reset()
111 _ux_host_class_hub_port_change_reset_process(hub, port, port_status); in _ux_host_class_hub_port_reset()
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() argument
79 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_HUB_PORT_CHANGE_ENABLE_PROCESS, hub, port, port_status… in _ux_host_class_hub_port_change_enable_process()
82 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_ENABLE); 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() argument
79 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_HUB_PORT_CHANGE_RESET_PROCESS, hub, port, port_status,… in _ux_host_class_hub_port_change_reset_process()
82 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_RESET); 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() argument
79 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_HUB_PORT_CHANGE_SUSPEND_PROCESS, hub, port, port_statu… in _ux_host_class_hub_port_change_suspend_process()
82 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_SUSPEND); 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() argument
79 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_HUB_PORT_CHANGE_OVER_CURRENT_PROCESS, hub, port, port_… in _ux_host_class_hub_port_change_over_current_process()
82 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_OVER_CURRENT); in _ux_host_class_hub_port_change_over_current_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() argument
96 if (port == 0) in _ux_host_class_hub_feature()
106 transfer_request -> ux_transfer_request_index = port; in _ux_host_class_hub_feature()
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() argument
101 if (port == 0) in _ux_host_class_hub_status_get()
117 transfer_request -> ux_transfer_request_index = port; in _ux_host_class_hub_status_get()
Dux_host_class_hub_tasks_run.c131 static inline VOID _ux_host_class_hub_status_process(UX_HOST_CLASS_HUB *hub, UINT port) in _ux_host_class_hub_status_process() argument
148 _ux_host_class_hub_port_change_over_current_process(hub, port, port_status); in _ux_host_class_hub_status_process()
160 _ux_host_class_hub_port_change_enable_process(hub, port, port_status); in _ux_host_class_hub_status_process()
172 _ux_host_class_hub_port_change_suspend_process(hub, port, port_status); in _ux_host_class_hub_status_process()
184 _ux_host_class_hub_port_change_reset_process(hub, port, port_status); in _ux_host_class_hub_status_process()
197 _ux_host_class_hub_port_change_connection_process(hub, port, port_status); in _ux_host_class_hub_status_process()
199 if (hub -> ux_host_class_hub_port_state & (1u << port)) in _ux_host_class_hub_status_process()
203 … _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_CONNECTION); in _ux_host_class_hub_status_process()
210 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_PORT_ENABLE); in _ux_host_class_hub_status_process()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h253 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function);
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…
259 UINT _ux_host_class_hub_port_change_process(UX_HOST_CLASS_HUB *hub, UINT port);
260 VOID _ux_host_class_hub_port_change_reset_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT port_s…
261 VOID _ux_host_class_hub_port_change_suspend_process(UX_HOST_CLASS_HUB *hub, UINT port, UINT port…
262 UINT _ux_host_class_hub_port_reset(UX_HOST_CLASS_HUB *hub, UINT port);
264 UINT _ux_host_class_hub_status_get(UX_HOST_CLASS_HUB *hub, UINT port, USHORT *port_status, USHOR…
/USBX-v6.2.1/test/regression/
Dusbx_ux_test_cdc_ecm.h473 …_SOCKET *udp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, … in write_udp() argument
508 UX_TEST_CHECK_SUCCESS(nx_udp_socket_send(udp_socket, out_packet, ip_address, port)); in write_udp()
511 …_SOCKET *udp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, … in write_packet_udp() argument
513 write_udp(udp_socket, packet_pool, ip_address, port, num_writes, name, 4 + WRITE_APPEND_SIZE); in write_packet_udp()
Dusbx_host_class_hub_port_change_connection_process_coverage_test.c63 UINT port = 0; in test_application_define() local
Dusbx_rndis_basic_test.c307 …_SOCKET *udp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, … in write_packet_udp() argument
323 UX_TEST_CHECK_SUCCESS(nx_udp_socket_send(udp_socket, out_packet, ip_address, port)); in write_packet_udp()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c308 …_SOCKET *udp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, … in write_packet_udp() argument
324 UX_TEST_CHECK_SUCCESS(nx_udp_socket_send(udp_socket, out_packet, ip_address, port)); in write_packet_udp()
Dusbx_cdc_ecm_basic_ipv6_test.c440 …_SOCKET *udp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, … in write_packet_udp() argument
456 UX_TEST_CHECK_SUCCESS(nx_udp_socket_send(udp_socket, out_packet, ip_address, port)); in write_packet_udp()
/USBX-v6.2.1/
DCMakeLists.txt29 # Pick up the port specific stuff first
/USBX-v6.2.1/docs/
Drevision_history.txt1879 …i_power_root_hubs.c Changes power sequence to preserve EHCI port register in case a …
2581 …ci_interrupt_handler.c Changed the mechanism to report root hub port changes. There is
2582 … now a bit per root hub port to indicate device insertion/extraction.
2587 …p1161_interrupt_handler.c Changed the mechanism to report root hub port changes. There is
2588 … now a bit per root hub port to indicate device insertion/extraction.
2591 …ci_interrupt_handler.c Changed the mechanism to report root hub port changes. There is
2592 … now a bit per root hub port to indicate device insertion/extraction.
2605 …tack_rh_change_process.c Changed the mechanism to report root hub port changes. There is
2606 … now a bit per root hub port to indicate device insertion/extraction.
2607 …tack_rh_device_insertion.c Changed the mechanism to report root hub port changes. There is
[all …]
/USBX-v6.2.1/test/cmake/usbx/
DCMakeLists.txt427 # Use generic port file for generic build.