Searched refs:device_speed (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hub_port_change_connection_process.c | 98 UINT device_speed; in _ux_host_class_hub_port_change_connection_process() local 163 device_speed = UX_LOW_SPEED_DEVICE; in _ux_host_class_hub_port_change_connection_process() 168 device_speed = UX_HIGH_SPEED_DEVICE; in _ux_host_class_hub_port_change_connection_process() 170 device_speed = UX_FULL_SPEED_DEVICE; in _ux_host_class_hub_port_change_connection_process() 190 port, device_speed, port_power, in _ux_host_class_hub_port_change_connection_process()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_rh_device_insertion.c | 123 UINT device_speed; in _ux_host_stack_rh_device_insertion() 178 device_speed = port_status >> UX_PS_DS; in _ux_host_stack_rh_device_insertion() 182 …status = _ux_host_stack_new_device_create(hcd, UX_NULL, port_index, device_speed, UX_MAX_SELF_POW… in _ux_host_stack_rh_device_insertion()
|
| D | ux_host_stack_new_device_create.c | 115 UINT port_index, UINT device_speed, in _ux_host_stack_new_device_create() argument 170 device -> ux_device_speed = device_speed; in _ux_host_stack_new_device_create() 213 if (device_speed == UX_HIGH_SPEED_DEVICE) in _ux_host_stack_new_device_create()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 187 UINT port_index, UINT device_speed,
|