Lines Matching defs:tsensor
153 struct tsensor {
185 struct tsensor *tsensors;
201 static struct tsensor t124_tsensors[] = {
290 static struct tsensor t210_tsensors[] = {
459 tsensor_calibration(struct soctherm_softc *sc, struct tsensor *sensor)
513 soctherm_init_tsensor(struct soctherm_softc *sc, struct tsensor *sensor)
571 soctherm_read_temp(struct soctherm_softc *sc, struct tsensor *sensor, int *temp)
736 rv = clk_get_by_ofw_name(dev, 0, "tsensor", &sc->tsensor_clk);
738 device_printf(dev, "Cannot get 'tsensor' clock: %d\n", rv);
754 device_printf(dev, "Cannot enable 'tsensor' clock: %d\n", rv);