Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dsoctherm.c325 struct soctherm_oc_cfg oc_cfg; member
1594 stc->oc_cfg.active_low = 1; in soctherm_oc_cfg_parse()
1596 stc->oc_cfg.active_low = 0; in soctherm_oc_cfg_parse()
1599 stc->oc_cfg.intr_en = 1; in soctherm_oc_cfg_parse()
1600 stc->oc_cfg.alarm_cnt_thresh = val; in soctherm_oc_cfg_parse()
1604 stc->oc_cfg.throt_period = val; in soctherm_oc_cfg_parse()
1607 stc->oc_cfg.alarm_filter = val; in soctherm_oc_cfg_parse()
1610 stc->oc_cfg.mode = OC_THROTTLE_MODE_BRIEF; in soctherm_oc_cfg_parse()
1881 struct soctherm_oc_cfg *oc = &ts->throt_cfgs[throt].oc_cfg; in soctherm_oc_cfg_program()