Searched defs:u2f_softc (Results 1 – 1 of 1) sorted by relevance
76 struct u2f_softc { struct77 device_t sc_dev; /* base device */78 struct cdev *dev;80 struct mtx sc_mtx; /* hidbus private mutex */81 void *sc_rdesc;82 hid_size_t sc_rdesc_size;83 hid_size_t sc_isize;84 hid_size_t sc_osize;85 struct selinfo sc_rsel;86 struct { /* driver state */[all …]