Home
last modified time | relevance | path

Searched refs:thermal_mmio_get_temperature (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_mmio.c23 static int thermal_mmio_get_temperature(struct thermal_zone_device *tz, int *temp) in thermal_mmio_get_temperature() function
37 .get_temp = thermal_mmio_get_temperature,
79 thermal_mmio_get_temperature(thermal_zone, &temperature); in thermal_mmio_probe()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_mmio.c23 static int thermal_mmio_get_temperature(void *private, int *temp) in thermal_mmio_get_temperature() function
38 .get_temp = thermal_mmio_get_temperature,
85 thermal_mmio_get_temperature(sensor, &temperature); in thermal_mmio_probe()

Completed in 1 milliseconds