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