Searched defs:u2f_softc (Results 1 – 1 of 1) sorted by relevance
77 struct u2f_softc { struct78 device_t sc_dev; /* base device */79 struct cdev *dev;81 struct mtx sc_mtx; /* hidbus private mutex */82 struct task sc_kqtask; /* kqueue task */83 void *sc_rdesc;84 hid_size_t sc_rdesc_size;85 hid_size_t sc_isize;86 hid_size_t sc_osize;87 struct selinfo sc_rsel;[all …]