Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c344 struct soctherm_throt_cfg throt_cfgs[THROTTLE_SIZE]; member
560 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()
620 if (!ts->throt_cfgs[i].init) in tegra_thermctl_set_trip_temp()
623 cdev = ts->throt_cfgs[i].cdev; in tegra_thermctl_set_trip_temp()
805 if (!ts->throt_cfgs[i].init) in tegra_soctherm_set_hwtrips()
808 cdev = ts->throt_cfgs[i].cdev; in tegra_soctherm_set_hwtrips()
1700 ts->throt_cfgs[i].name = throt_names[i]; in soctherm_init_hw_throt_cdev()
1701 ts->throt_cfgs[ in soctherm_init_hw_throt_cdev()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c344 struct soctherm_throt_cfg throt_cfgs[THROTTLE_SIZE]; member
560 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()
619 if (!ts->throt_cfgs[i].init) in tegra_thermctl_set_trip_temp()
622 cdev = ts->throt_cfgs[i].cdev; in tegra_thermctl_set_trip_temp()
767 if (!ts->throt_cfgs[i].init) in tegra_soctherm_set_hwtrips()
770 cdev = ts->throt_cfgs[i].cdev; in tegra_soctherm_set_hwtrips()
1662 ts->throt_cfgs[i].name = throt_names[i]; in soctherm_init_hw_throt_cdev()
1663 ts->throt_cfgs[ in soctherm_init_hw_throt_cdev()
[all...]

Completed in 6 milliseconds