Lines Matching defs:uoak_softc
114 struct uoak_softc { struct
115 struct uhidev *sc_hdev;
116 void *sc_parent;
117 struct ksensordev *sc_sensordev;
118 struct usbd_device *sc_udev;
119 uint16_t sc_flag;
120 struct usb_device_info sc_udi;
123 size_t sc_flen; /* feature report length */
124 size_t sc_ilen; /* input report length */
125 size_t sc_olen; /* output report length */
149 int uoak_check_device_ready(struct uoak_softc *); argument