sys/dev/usb/uthum.c
132
int uthum_issue_cmd(struct uthum_softc *, uint8_t, int);
sys/dev/usb/uthum.c
133
int uthum_read_data(struct uthum_softc *, uint8_t, uint8_t *, size_t, int);
sys/dev/usb/uthum.c
134
int uthum_check_device_info(struct uthum_softc *);
sys/dev/usb/uthum.c
135
void uthum_reset_device(struct uthum_softc *);
sys/dev/usb/uthum.c
136
void uthum_setup_sensors(struct uthum_softc *);
sys/dev/usb/uthum.c
140
void uthum_refresh_temper(struct uthum_softc *, int);
sys/dev/usb/uthum.c
141
void uthum_refresh_temperhum(struct uthum_softc *);
sys/dev/usb/uthum.c
142
void uthum_refresh_temperntc(struct uthum_softc *, int);
sys/dev/usb/uthum.c
144
int uthum_ntc_getdata(struct uthum_softc *, int *);
sys/dev/usb/uthum.c
145
int uthum_ntc_tuning(struct uthum_softc *, int, int *);
sys/dev/usb/uthum.c
150
void uthum_print_sensorinfo(struct uthum_softc *, int);
sys/dev/usb/uthum.c
157
sizeof(struct uthum_softc),
sys/dev/usb/uthum.c
191
struct uthum_softc *sc = (struct uthum_softc *)self;
sys/dev/usb/uthum.c
255
struct uthum_softc *sc = (struct uthum_softc *)self;
sys/dev/usb/uthum.c
282
uthum_issue_cmd(struct uthum_softc *sc, uint8_t target_cmd, int delay)
sys/dev/usb/uthum.c
320
uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf,
sys/dev/usb/uthum.c
356
uthum_check_device_info(struct uthum_softc *sc)
sys/dev/usb/uthum.c
426
uthum_reset_device(struct uthum_softc *sc)
sys/dev/usb/uthum.c
441
uthum_setup_sensors(struct uthum_softc *sc)
sys/dev/usb/uthum.c
508
uthum_ntc_getdata(struct uthum_softc *sc, int *val)
sys/dev/usb/uthum.c
533
uthum_ntc_tuning(struct uthum_softc *sc, int sensor, int *val)
sys/dev/usb/uthum.c
614
struct uthum_softc *sc = arg;
sys/dev/usb/uthum.c
638
uthum_refresh_temperhum(struct uthum_softc *sc)
sys/dev/usb/uthum.c
667
uthum_refresh_temper(struct uthum_softc *sc, int sensor)
sys/dev/usb/uthum.c
704
uthum_refresh_temperntc(struct uthum_softc *sc, int sensor)
sys/dev/usb/uthum.c
826
uthum_print_sensorinfo(struct uthum_softc *sc, int num)