Home
last modified time | relevance | path

Searched refs:_ux_host_class_hub_feature (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_port_change_connection_process.c139_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()
267 … status = _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_PORT_ENABLE); in _ux_host_class_hub_port_change_connection_process()
270 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_ENABLE); in _ux_host_class_hub_port_change_connection_process()
273_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()
Dux_host_class_hub_port_change_enable_process.c83 _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.c83 _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.c83 _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.c83 _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_ports_power.c108 …status = _ux_host_class_hub_feature(hub, port_index, UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_POWER… in _ux_host_class_hub_ports_power()
Dux_host_class_hub_port_reset.c87 status = _ux_host_class_hub_feature(hub, port, UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_RESET); in _ux_host_class_hub_port_reset()
Dux_host_class_hub_feature.c83 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function) in _ux_host_class_hub_feature() function
Dux_host_class_hub_tasks_run.c204_ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_CONNECTION); in _ux_host_class_hub_status_process()
211 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_PORT_ENABLE); in _ux_host_class_hub_status_process()
307 status = _ux_host_class_hub_feature(hub, hub -> ux_host_class_hub_run_port, in _ux_host_class_hub_inst_tasks_run()
369_ux_host_class_hub_feature(hub, hub -> ux_host_class_hub_run_port, UX_CLEAR_FEATURE, UX_HOST_CLASS… in _ux_host_class_hub_inst_tasks_run()
377_ux_host_class_hub_feature(hub, hub -> ux_host_class_hub_run_port, UX_CLEAR_FEATURE, UX_HOST_CLASS… in _ux_host_class_hub_inst_tasks_run()
Dux_host_class_hub_entry.c338 status = _ux_host_class_hub_feature(hub, in _ux_host_class_hub_activate_wait()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h249 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function);