Searched refs:sc_total_sensor (Results 1 – 1 of 1) sorted by relevance
84 struct usps_port_sensor sc_total_sensor; member235 sc->sc_total_sensor.ave.type = SENSOR_WATTS; in usps_attach()236 sc->sc_total_sensor.min.type = SENSOR_WATTS; in usps_attach()237 sc->sc_total_sensor.max.type = SENSOR_WATTS; in usps_attach()241 (void)snprintf(sc->sc_total_sensor.ave.desc, in usps_attach()243 (void)snprintf(sc->sc_total_sensor.min.desc, in usps_attach()244 sizeof(sc->sc_total_sensor.ave.desc), "total (min)"); in usps_attach()245 (void)snprintf(sc->sc_total_sensor.max.desc, in usps_attach()246 sizeof(sc->sc_total_sensor.ave.desc), "total (max)"); in usps_attach()421 ps = &sc->sc_total_sensor; in usps_intr()[all …]