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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c3231 struct xhci_config_desc xhci_confd = { variable in typeref:struct:xhci_config_desc
3233 .bLength = sizeof(xhci_confd.confd),
3235 .wTotalLength[0] = sizeof(xhci_confd),
3243 .bLength = sizeof(xhci_confd.ifcd),
3251 .bLength = sizeof(xhci_confd.endpd),
3259 .bLength = sizeof(xhci_confd.endpcd),
3342 len = sizeof(xhci_confd);
3343 ptr = (const void *)&xhci_confd;

Completed in 104 milliseconds