Home
last modified time | relevance | path

Searched refs:speed_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c808 int speed_id; in xhci_get_ext_port_status() local
811 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()
812 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
813 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
/Linux-v4.19/drivers/usb/core/
Dhub.c2607 static int port_speed_is_ssp(struct usb_device *hdev, int speed_id) in port_speed_is_ssp() argument
2622 if (speed_id == (ss_attr & USB_SSP_SUBLINK_SPEED_SSID)) in port_speed_is_ssp()