Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hid/
HDhidbus.c74 struct hidbus_softc { struct
75 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 */