Searched defs:uthum_softc (Results 1 – 1 of 1) sorted by relevance
76 struct uthum_softc { struct77 device_t sc_dev;78 struct uhidev * sc_hdev;79 struct usbd_device * sc_udev;80 u_char sc_dying;81 uint16_t sc_flag;82 int sc_sensortype;107 static int uthum_read_data(struct uthum_softc *, uint8_t, uint8_t *, size_t, int); argument