Home
last modified time | relevance | path

Searched refs:sc_sensor_temp (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/i2c/
Daxp22x.c56 envsys_data_t sc_sensor_temp; member
100 sc->sc_sensor_temp.units = ENVSYS_STEMP; in axp22x_attach()
101 sc->sc_sensor_temp.state = ENVSYS_SINVALID; in axp22x_attach()
102 sc->sc_sensor_temp.flags = ENVSYS_FHAS_ENTROPY; in axp22x_attach()
103 snprintf(sc->sc_sensor_temp.desc, sizeof(sc->sc_sensor_temp.desc), in axp22x_attach()
105 sysmon_envsys_sensor_attach(sc->sc_sme, &sc->sc_sensor_temp); in axp22x_attach()
Ddstemp.c68 envsys_data_t sc_sensor_temp; member
125 sc->sc_sensor_temp.units = ENVSYS_STEMP; in dstemp_attach()
126 sc->sc_sensor_temp.state = ENVSYS_SINVALID; in dstemp_attach()
127 sc->sc_sensor_temp.flags = ENVSYS_FHAS_ENTROPY; in dstemp_attach()
135 strncpy(sc->sc_sensor_temp.desc, name, sizeof(sc->sc_sensor_temp.desc)); in dstemp_attach()
137 sysmon_envsys_sensor_attach(sc->sc_sme, &sc->sc_sensor_temp); in dstemp_attach()
/netbsd/src/sys/dev/pci/
Dif_aq.c1337 envsys_data_t sc_sensor_temp; member
1961 sc->sc_sensor_temp.units = ENVSYS_STEMP; in aq_attach()
1962 sc->sc_sensor_temp.state = ENVSYS_SINVALID; in aq_attach()
1963 snprintf(sc->sc_sensor_temp.desc, ENVSYS_DESCLEN, "PHY"); in aq_attach()
1965 sysmon_envsys_sensor_attach(sc->sc_sme, &sc->sc_sensor_temp); in aq_attach()
1978 aq_temp_refresh(sc->sc_sme, &sc->sc_sensor_temp); in aq_attach()