Searched refs:ux_host_class_hub_run_port (Results 1 – 3 of 3) sorted by relevance
125 UCHAR byte_i = (UCHAR)(hub -> ux_host_class_hub_run_port >> 3); in _ux_host_class_hub_change_check()126 UCHAR bit_i = (UCHAR)(hub -> ux_host_class_hub_run_port & 0x7u); in _ux_host_class_hub_change_check()243 if (hub -> ux_host_class_hub_run_port == 0) in _ux_host_class_hub_inst_tasks_run()269 (device -> ux_device_port_location == hub -> ux_host_class_hub_run_port)) in _ux_host_class_hub_inst_tasks_run()290 if (hub -> ux_host_class_hub_run_port < in _ux_host_class_hub_inst_tasks_run()295 hub -> ux_host_class_hub_run_port ++; in _ux_host_class_hub_inst_tasks_run()301 hub -> ux_host_class_hub_run_port = 0; in _ux_host_class_hub_inst_tasks_run()306 status = _ux_host_class_hub_feature(hub, hub -> ux_host_class_hub_run_port, in _ux_host_class_hub_inst_tasks_run()315 … status = _ux_host_class_hub_status_get(hub, hub -> ux_host_class_hub_run_port, UX_NULL, UX_NULL); in _ux_host_class_hub_inst_tasks_run()321 hub -> ux_host_class_hub_run_port = 0; in _ux_host_class_hub_inst_tasks_run()[all …]
335 hub -> ux_host_class_hub_run_port = 1; in _ux_host_class_hub_activate_wait()342 hub -> ux_host_class_hub_run_port, in _ux_host_class_hub_activate_wait()358 (UINT)~(1u << hub -> ux_host_class_hub_run_port); in _ux_host_class_hub_activate_wait()372 hub -> ux_host_class_hub_port_power |= (UINT)(1u << hub -> ux_host_class_hub_run_port); in _ux_host_class_hub_activate_wait()378 if (hub -> ux_host_class_hub_run_port < in _ux_host_class_hub_activate_wait()383 hub -> ux_host_class_hub_run_port ++; in _ux_host_class_hub_activate_wait()448 hub -> ux_host_class_hub_run_port = 0; in _ux_host_class_hub_activate_wait()
239 UCHAR ux_host_class_hub_run_port; member