Home
last modified time | relevance | path

Searched refs:bmSublinkSpeedAttr (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/usb/host/
Dxhci-hub.c140 ssp_cap->bmSublinkSpeedAttr[i] = in xhci_create_usb3x_bos_desc()
226 ssp_cap->bmSublinkSpeedAttr[offset++] = cpu_to_le32(attr); in xhci_create_usb3x_bos_desc()
231 ssp_cap->bmSublinkSpeedAttr[offset++] = cpu_to_le32(attr); in xhci_create_usb3x_bos_desc()
236 ssp_cap->bmSublinkSpeedAttr[offset++] = cpu_to_le32(attr); in xhci_create_usb3x_bos_desc()
241 ssp_cap->bmSublinkSpeedAttr[offset++] = cpu_to_le32(attr); in xhci_create_usb3x_bos_desc()
/Linux-v6.1/include/uapi/linux/usb/
Dch9.h968 __le32 bmSublinkSpeedAttr[1]; /* list of sublink speed attrib entries */ member
/Linux-v6.1/drivers/usb/gadget/
Dcomposite.c813 ssp_cap->bmSublinkSpeedAttr[i] = in bos_desc()
/Linux-v6.1/drivers/usb/core/
Dhub.c2720 attr = le32_to_cpu(ssp_cap->bmSublinkSpeedAttr[i]); in get_port_ssp_rate()