Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
Dconfig.c972 [USB_SSP_CAP_TYPE] = USB_DT_USB_SSP_CAP_SIZE(1),
1066 if (length >= USB_DT_USB_SSP_CAP_SIZE(ssac)) in usb_get_bos_descriptor()
/linux-6.6.21/include/uapi/linux/usb/
Dch9.h1124 #define USB_DT_USB_SSP_CAP_SIZE(ssac) (12 + (ssac + 1) * 4) macro
/linux-6.6.21/drivers/usb/host/
Dxhci-hub.c94 USB_DT_USB_SSP_CAP_SIZE(ssac)); in xhci_create_usb3x_bos_desc()
129 ssp_cap->bLength = USB_DT_USB_SSP_CAP_SIZE(ssac); in xhci_create_usb3x_bos_desc()
/linux-6.6.21/drivers/usb/gadget/
Dcomposite.c818 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(ssac)); in bos_desc()
819 ssp_cap->bLength = USB_DT_USB_SSP_CAP_SIZE(ssac); in bos_desc()