Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.c324 struct soctherm_oc_cfg oc_cfg; member
1623 stc->oc_cfg.active_low = 1; in soctherm_oc_cfg_parse()
1625 stc->oc_cfg.active_low = 0; in soctherm_oc_cfg_parse()
1628 stc->oc_cfg.intr_en = 1; in soctherm_oc_cfg_parse()
1629 stc->oc_cfg.alarm_cnt_thresh = val; in soctherm_oc_cfg_parse()
1633 stc->oc_cfg.throt_period = val; in soctherm_oc_cfg_parse()
1636 stc->oc_cfg.alarm_filter = val; in soctherm_oc_cfg_parse()
1639 stc->oc_cfg.mode = OC_THROTTLE_MODE_BRIEF; in soctherm_oc_cfg_parse()
1911 struct soctherm_oc_cfg *oc = &ts->throt_cfgs[throt].oc_cfg; in soctherm_oc_cfg_program()