Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dxhcivar.h71 struct xhci_softc { struct
72 device_t sc_dev;
73 device_t sc_child;
74 bus_size_t sc_ios;
83 kmutex_t sc_lock;
95 uint32_t sc_ctxsz;
96 int sc_maxslots;
97 int sc_maxintrs;
98 int sc_maxports;
99 int sc_maxspbuf;
[all …]