Searched refs:np_stcc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 1695 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()
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 1657 struct device_node *np_stc, *np_stcc; in soctherm_init_hw_throt_cdev() local 1674 for_each_child_of_node(np_stc, np_stcc) { in soctherm_init_hw_throt_cdev() 1679 name = np_stcc->name; in soctherm_init_hw_throt_cdev() 1689 of_node_put(np_stcc); in soctherm_init_hw_throt_cdev() 1693 err = soctherm_throt_cfg_parse(dev, np_stcc, stc); in soctherm_init_hw_throt_cdev() 1698 soctherm_oc_cfg_parse(dev, np_stcc, stc); in soctherm_init_hw_throt_cdev() 1702 tcd = thermal_of_cooling_device_register(np_stcc, in soctherm_init_hw_throt_cdev()
|
Completed in 7 milliseconds