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

/freebsd-12-stable/sys/powerpc/powermac/
H A Dpowermac_thermal.h46 struct pmac_therm { struct
52 int (*read)(struct pmac_therm *);
56 void pmac_thermal_sensor_register(struct pmac_therm *);
H A Dpowermac_thermal.c75 struct pmac_therm *sensor;
94 pause("pmac_therm", hz);
208 pmac_thermal_sensor_register(struct pmac_therm *sensor)
H A Dsmusat.c51 struct pmac_therm therm;
192 (int (*)(struct pmac_therm *))smusat_sensor_read;
H A Dsmu.c97 struct pmac_therm therm;
1254 (int (*)(struct pmac_therm *))smu_sensor_read;
/freebsd-12-stable/sys/dev/iicbus/
H A Dds1775.c64 struct pmac_therm sc_sensor;
223 (int (*)(struct pmac_therm *sc))(ds1775_sensor_read);
H A Dds1631.c76 struct pmac_therm sc_sensor;
356 (int (*)(struct pmac_therm *sc))(ds1631_sensor_read);
H A Dmax6690.c66 struct pmac_therm therm;
221 (int (*)(struct pmac_therm *))(max6690_sensor_read);
H A Dad7417.c67 struct pmac_therm therm;
371 (int (*)(struct pmac_therm *))(ad7417_diode_read);
374 (int (*)(struct pmac_therm *))(ad7417_sensor_read);
H A Dadt746x.c85 struct pmac_therm therm;
435 (int (*)(struct pmac_therm *))adt746x_sensor_read;

Completed in 179 milliseconds