Home
last modified time | relevance | path

Searched refs:speed_id (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-hub.c915 int speed_id; in xhci_get_ext_port_status() local
918 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()
919 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
920 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-hub.c1020 int speed_id; in xhci_get_ext_port_status() local
1023 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()
1024 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
1025 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c2718 u8 speed_id; in get_port_ssp_rate() local
2726 speed_id = ext_portstatus & USB_EXT_PORT_STAT_RX_SPEED_ID; in get_port_ssp_rate()
2737 if (speed_id == ssid) { in get_port_ssp_rate()
2786 static int port_speed_is_ssp(struct usb_device *hdev, int speed_id) in port_speed_is_ssp() argument
2805 if (speed_id == (ss_attr & USB_SSP_SUBLINK_SPEED_SSID)) in port_speed_is_ssp()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c2726 u8 speed_id; in get_port_ssp_rate() local
2738 speed_id = ext_portstatus & USB_EXT_PORT_STAT_RX_SPEED_ID; in get_port_ssp_rate()
2749 if (speed_id == ssid) { in get_port_ssp_rate()

Completed in 18 milliseconds