Home
last modified time | relevance | path

Searched refs:lm_sensor (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dlm78.c54 void lm_setup_sensors(struct lm_softc *, const struct lm_sensor *);
83 const struct lm_sensor lm78_sensors[] = {
104 const struct lm_sensor w83627hf_sensors[] = {
136 const struct lm_sensor w83627ehf_sensors[] = {
166 const struct lm_sensor w83627dhg_sensors[] = {
191 const struct lm_sensor nct6776f_sensors[] = {
219 const struct lm_sensor nct6779d_sensors[] = {
255 const struct lm_sensor w83637hf_sensors[] = {
278 const struct lm_sensor w83697hf_sensors[] = {
305 const struct lm_sensor w83781d_sensors[] = {
[all …]
H A Dlm78var.h130 struct lm_sensor { struct
145 const struct lm_sensor *lm_sensors; argument