Searched defs:hidbus_softc (Results 1 – 1 of 1) sorted by relevance
73 struct hidbus_softc { struct74 device_t dev;75 struct sx sx;76 struct mtx mtx;78 bool nowrite;80 struct hid_rdesc_info rdesc;81 bool overloaded;82 int nest; /* Child attach nesting lvl */83 int nauto; /* Number of autochildren */