Lines Matching refs:lm_sensor
89 static void lm_setup_sensors(struct lm_softc *, const struct lm_sensor *);
118 static const struct lm_sensor lm78_sensors[] = {
217 static const struct lm_sensor w83627hf_sensors[] = {
356 static const struct lm_sensor w83627ehf_sensors[] = {
495 static const struct lm_sensor w83627dhg_sensors[] = {
626 static const struct lm_sensor w83637hf_sensors[] = {
741 static const struct lm_sensor w83697hf_sensors[] = {
854 static const struct lm_sensor w83781d_sensors[] = {
969 static const struct lm_sensor w83782d_sensors[] = {
1100 static const struct lm_sensor w83783s_sensors[] = {
1199 static const struct lm_sensor w83791d_sensors[] = {
1354 static const struct lm_sensor w83792d_sensors[] = {
1517 static const struct lm_sensor as99127f_sensors[] = {
1632 static const struct lm_sensor nct6776f_sensors[] = {
1780 static const struct lm_sensor nct6102d_sensors[] = {
1911 static const struct lm_sensor nct6779d_sensors[] = {
2553 const struct lm_sensor *sensors; in wb_attach()
2645 lm_setup_sensors(struct lm_softc *sc, const struct lm_sensor *sensors) in lm_setup_sensors()