Searched defs:xhci_softc (Results 1 – 1 of 1) sorted by relevance
85 struct xhci_softc { struct86 device_t sc_dev;87 device_t sc_child;89 bus_size_t sc_ios;100 kmutex_t sc_lock;106 uint32_t sc_ctxsz;107 int sc_maxslots;108 int sc_maxintrs;109 int sc_maxspbuf;146 void (*sc_vendor_init)(struct xhci_softc *); argument[all …]