speed_id         2675 drivers/usb/core/hub.c static int port_speed_is_ssp(struct usb_device *hdev, int speed_id)
speed_id         2690 drivers/usb/core/hub.c 		if (speed_id == (ss_attr & USB_SSP_SUBLINK_SPEED_SSID))
speed_id          914 drivers/usb/host/xhci-hub.c 	int speed_id;
speed_id          917 drivers/usb/host/xhci-hub.c 	speed_id = DEV_PORT_SPEED(raw_port_status);
speed_id          918 drivers/usb/host/xhci-hub.c 	ext_stat |= speed_id;		/* bits 3:0, RX speed id */
speed_id          919 drivers/usb/host/xhci-hub.c 	ext_stat |= speed_id << 4;	/* bits 7:4, TX speed id */