Home
last modified time | relevance | path

Searched defs:xhci_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/usb/
H A Dxhcivar.h85 struct xhci_softc { struct
86 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 …]