Home
last modified time | relevance | path

Searched refs:get_temp (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/thermal/
H A Dthermal-uclass.c21 if (!ops->get_temp) in thermal_get_temp()
24 return ops->get_temp(dev, temp); in thermal_get_temp()
H A Dfp9931_thermal.c29 .get_temp = fp9931_get_temp,
H A Dsy7636a_thermal.c29 .get_temp = sy7636a_get_temp,
H A Dimx_thermal.c232 .get_temp = imx_thermal_get_temp,
H A Drockchip_thermal.c1220 .get_temp = rockchip_thermal_get_temp,
/rk3399_rockchip-uboot/include/
H A Dthermal.h31 int (*get_temp)(struct udevice *dev, int *temp); member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h1302 struct cmd_thermal_get_temp_request get_temp; member
1324 struct cmd_thermal_get_temp_response get_temp; member