Home
last modified time | relevance | path

Searched refs:trips_np (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/thermal/
A Dimx_scu_thermal.c136 int trips_np; in imx_sc_thermal_of_to_plat() local
163 trips_np = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(dev), in imx_sc_thermal_of_to_plat()
165 fdt_for_each_subnode(trips_np, gd->fdt_blob, trips_np) { in imx_sc_thermal_of_to_plat()
166 type = fdt_getprop(gd->fdt_blob, trips_np, "type", NULL); in imx_sc_thermal_of_to_plat()
170 trips_np, in imx_sc_thermal_of_to_plat()
175 trips_np, in imx_sc_thermal_of_to_plat()
A Dimx_tmu.c381 ofnode trips_np; in imx_tmu_parse_fdt() local
416 trips_np = ofnode_path("/thermal-zones/cpu-thermal/trips"); in imx_tmu_parse_fdt()
417 ofnode_for_each_subnode(trips_np, trips_np) { in imx_tmu_parse_fdt()
420 type = ofnode_get_property(trips_np, "type", NULL); in imx_tmu_parse_fdt()
424 pdata->critical = ofnode_read_u32_default(trips_np, "temperature", 85); in imx_tmu_parse_fdt()
426 pdata->alert = ofnode_read_u32_default(trips_np, "temperature", 80); in imx_tmu_parse_fdt()

Completed in 22 milliseconds