HomeSort by: relevance | last modified time | path
    Searched defs:uthum_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uthum.c 76 struct uthum_softc { struct
107 static int uthum_read_data(struct uthum_softc *, uint8_t, uint8_t *, size_t, int);
108 static int uthum_check_sensortype(struct uthum_softc *);
116 CFATTACH_DECL_NEW(uthum, sizeof(struct uthum_softc), uthum_match, uthum_attach,
131 struct uthum_softc *sc = device_private(self);
222 struct uthum_softc *sc = device_private(self);
238 struct uthum_softc *sc = device_private(self);
249 uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf,
300 uthum_check_sensortype(struct uthum_softc *sc)
341 struct uthum_softc *sc = sme->sme_cookie
    [all...]

Completed in 10 milliseconds