Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.c324 struct soctherm_oc_cfg oc_cfg; member
1618 stc->oc_cfg.active_low = 1; in soctherm_oc_cfg_parse()
1620 stc->oc_cfg.active_low = 0; in soctherm_oc_cfg_parse()
1623 stc->oc_cfg.intr_en = 1; in soctherm_oc_cfg_parse()
1624 stc->oc_cfg.alarm_cnt_thresh = val; in soctherm_oc_cfg_parse()
1628 stc->oc_cfg.throt_period = val; in soctherm_oc_cfg_parse()
1631 stc->oc_cfg.alarm_filter = val; in soctherm_oc_cfg_parse()
1634 stc->oc_cfg.mode = OC_THROTTLE_MODE_BRIEF; in soctherm_oc_cfg_parse()
1901 struct soctherm_oc_cfg *oc = &ts->throt_cfgs[throt].oc_cfg; in soctherm_oc_cfg_program()