Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.c1695 struct device_node *np_stc, *np_stcc; in soctherm_init_hw_throt_cdev() local
1712 for_each_child_of_node(np_stc, np_stcc) { in soctherm_init_hw_throt_cdev()
1717 name = np_stcc->name; in soctherm_init_hw_throt_cdev()
1727 of_node_put(np_stcc); in soctherm_init_hw_throt_cdev()
1731 err = soctherm_throt_cfg_parse(dev, np_stcc, stc); in soctherm_init_hw_throt_cdev()
1736 soctherm_oc_cfg_parse(dev, np_stcc, stc); in soctherm_init_hw_throt_cdev()
1740 tcd = thermal_of_cooling_device_register(np_stcc, in soctherm_init_hw_throt_cdev()