Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Du2f.c76 struct u2f_softc { struct
77 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 …]