oc_cfg            324 drivers/thermal/tegra/soctherm.c 	struct soctherm_oc_cfg oc_cfg;
oc_cfg           1618 drivers/thermal/tegra/soctherm.c 		stc->oc_cfg.active_low = 1;
oc_cfg           1620 drivers/thermal/tegra/soctherm.c 		stc->oc_cfg.active_low = 0;
oc_cfg           1623 drivers/thermal/tegra/soctherm.c 		stc->oc_cfg.intr_en = 1;
oc_cfg           1624 drivers/thermal/tegra/soctherm.c 		stc->oc_cfg.alarm_cnt_thresh = val;
oc_cfg           1628 drivers/thermal/tegra/soctherm.c 		stc->oc_cfg.throt_period = val;
oc_cfg           1631 drivers/thermal/tegra/soctherm.c 		stc->oc_cfg.alarm_filter = val;
oc_cfg           1634 drivers/thermal/tegra/soctherm.c 	stc->oc_cfg.mode = OC_THROTTLE_MODE_BRIEF;
oc_cfg           1901 drivers/thermal/tegra/soctherm.c 	struct soctherm_oc_cfg *oc = &ts->throt_cfgs[throt].oc_cfg;