Searched defs:uhidpp_softc (Results 1 – 1 of 1) sorted by relevance
223 struct uhidpp_softc { struct224 struct uhidev sc_hdev;225 struct usbd_device *sc_udev;227 struct mutex sc_mtx;229 struct uhidpp_device sc_devices[UHIDPP_NDEVICES];232 struct uhidpp_notification sc_notifications[UHIDPP_NNOTIFICATIONS];257 int uhidpp_sleep(struct uhidpp_softc *, uint64_t); argument