Searched refs:throt_cfgs (Results 1 – 1 of 1) sorted by relevance
345 struct soctherm_throt_cfg throt_cfgs[THROTTLE_SIZE]; member567 for (i = 0; ts->throt_cfgs[i].name; i++) in find_throttle_cfg_by_name()568 if (!strcmp(ts->throt_cfgs[i].name, name)) in find_throttle_cfg_by_name()569 return &ts->throt_cfgs[i]; in find_throttle_cfg_by_name()621 if (!ts->throt_cfgs[i].init) in tegra_thermctl_set_trip_temp()624 cdev = ts->throt_cfgs[i].cdev; in tegra_thermctl_set_trip_temp()771 if (!ts->throt_cfgs[i].init) in tegra_soctherm_set_hwtrips()774 cdev = ts->throt_cfgs[i].cdev; in tegra_soctherm_set_hwtrips()1664 ts->throt_cfgs[i].name = throt_names[i]; in soctherm_init_hw_throt_cdev()1665 ts->throt_cfgs[i].id = i; in soctherm_init_hw_throt_cdev()[all …]