Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidbus.c73 struct hidbus_softc { struct
74 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 */