Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/tegra/
H A Dsoctherm.c560 for (i = 0; ts->throt_cfgs[i].name; i++) in find_throttle_cfg_by_name()
561 if (!strcmp(ts->throt_cfgs[i].name, name)) in find_throttle_cfg_by_name()
562 return &ts->throt_cfgs[i]; in find_throttle_cfg_by_name()
614 if (!ts->throt_cfgs[i].init) in tegra_thermctl_set_trip_temp()
617 cdev = ts->throt_cfgs[i].cdev; in tegra_thermctl_set_trip_temp()
764 if (!ts->throt_cfgs[i].init) in tegra_soctherm_set_hwtrips()
767 cdev = ts->throt_cfgs[i].cdev; in tegra_soctherm_set_hwtrips()
1659 ts->throt_cfgs[i].name = throt_names[i]; in soctherm_init_hw_throt_cdev()
1660 ts->throt_cfgs[i].id = i; in soctherm_init_hw_throt_cdev()
1661 ts->throt_cfgs[i].init = false; in soctherm_init_hw_throt_cdev()
[all …]