Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c918 struct device_node *np_stc, *np_stcc; in soctherm_init_hw_throt_cdev() local
936 for_each_child_of_node(np_stc, np_stcc) { in soctherm_init_hw_throt_cdev()
940 name = np_stcc->name; in soctherm_init_hw_throt_cdev()
948 r = of_property_read_u32(np_stcc, "nvidia,priority", &val); in soctherm_init_hw_throt_cdev()
957 r = of_property_read_u32(np_stcc, in soctherm_init_hw_throt_cdev()
968 r = of_property_read_u32(np_stcc, in soctherm_init_hw_throt_cdev()
980 tcd = thermal_of_cooling_device_register(np_stcc, in soctherm_init_hw_throt_cdev()
983 of_node_put(np_stcc); in soctherm_init_hw_throt_cdev()