Home
last modified time | relevance | path

Searched defs:sensors (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.bin/systat/
H A Dsensors.c54 static struct sensinfo *sensors = NULL; variable
/openbsd/sys/dev/ic/
H A Dcissvar.h34 struct ksensor *sensors; member
H A Dlm78var.h142 struct ksensor sensors[WB_MAX_SENSORS]; member
H A Dlm78.c665 lm_setup_sensors(struct lm_softc *sc, const struct lm_sensor *sensors) in lm_setup_sensors()
/openbsd/sys/dev/pci/
H A Ditherm.c82 struct ksensor sensors[ITHERM_NUM_SENSORS]; member
/openbsd/sys/dev/i2c/
H A Dw83l784r.c239 wbenv_setup_sensors(struct wbenv_softc *sc, const struct wbenv_sensor *sensors) in wbenv_setup_sensors()
/openbsd/sys/dev/isa/
H A Daps.c140 struct ksensor sensors[APS_NUM_SENSORS]; member
H A Dfins.c387 fins_setup_sensors(struct fins_softc *sc, const struct fins_sensor *sensors) in fins_setup_sensors()
H A Duguru.c697 const struct uguru_sensor *sensors; in uguru_attach() local
H A Dnsclpcsio_isa.c179 struct ksensor sensors[SIO_NUM_SENSORS]; member
/openbsd/sys/dev/usb/
H A Dupd.c95 struct upd_sensor_head sensors; /* List in dependency order */ member
H A Dutpms.c626 detect_pos(int *sensors, int n_sensors, int threshold, int fact, in detect_pos()