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