Searched refs:pmac_therm (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/powerpc/powermac/
H A Dpowermac_thermal.h44 struct pmac_therm { struct
50 int (*read)(struct pmac_therm *);
54 void pmac_thermal_sensor_register(struct pmac_therm *);
H A Dpowermac_thermal.c69 struct pmac_therm *sensor;
88 pause("pmac_therm", hz);
188 pmac_thermal_sensor_register(struct pmac_therm *sensor)
H A Dsmusat.c49 struct pmac_therm therm;
190 (int (*)(struct pmac_therm *))smusat_sensor_read;
H A Dsmu.c95 struct pmac_therm therm;
1252 (int (*)(struct pmac_therm *))smu_sensor_read;
/freebsd-10.1-release/sys/dev/iicbus/
H A Dds1775.c62 struct pmac_therm sc_sensor;
221 (int (*)(struct pmac_therm *sc))(ds1775_sensor_read);
H A Dds1631.c74 struct pmac_therm sc_sensor;
354 (int (*)(struct pmac_therm *sc))(ds1631_sensor_read);
H A Dmax6690.c64 struct pmac_therm therm;
219 (int (*)(struct pmac_therm *))(max6690_sensor_read);
H A Dad7417.c65 struct pmac_therm therm;
369 (int (*)(struct pmac_therm *))(ad7417_diode_read);
372 (int (*)(struct pmac_therm *))(ad7417_sensor_read);
H A Dadt746x.c83 struct pmac_therm therm;
433 (int (*)(struct pmac_therm *))adt746x_sensor_read;

Completed in 185 milliseconds