Searched refs:_ux_host_class_hub_feature (Results 1 – 11 of 11) sorted by relevance
/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_hub_port_change_connection_process.c | 139 … _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()
|
D | ux_host_class_hub_port_change_enable_process.c | 83 _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()
|
D | ux_host_class_hub_port_change_reset_process.c | 83 _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()
|
D | ux_host_class_hub_port_change_suspend_process.c | 83 _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()
|
D | ux_host_class_hub_port_change_over_current_process.c | 83 _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()
|
D | ux_host_class_hub_ports_power.c | 108 …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()
|
D | ux_host_class_hub_port_reset.c | 87 status = _ux_host_class_hub_feature(hub, port, UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_RESET); in _ux_host_class_hub_port_reset()
|
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() function
|
D | ux_host_class_hub_tasks_run.c | 204 … _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()
|
D | ux_host_class_hub_entry.c | 338 status = _ux_host_class_hub_feature(hub, in _ux_host_class_hub_activate_wait()
|
/USBX-v6.2.1/common/usbx_host_classes/inc/ |
D | ux_host_class_hub.h | 249 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function);
|