Searched defs:uhid_softc (Results 1 – 1 of 1) sorted by relevance
87 struct uhid_softc { struct88 device_t sc_dev;89 struct uhidev *sc_hdev;90 struct usbd_device *sc_udev;91 uint8_t sc_report_id;93 kmutex_t sc_lock;94 kcondvar_t sc_cv;96 int sc_isize;97 int sc_osize;98 int sc_fsize;[all …]