Lines Matching full:throttle
497 * throttrip_program() - Configures the hardware to throttle the
501 * @stc: pointer to the throttle need to be triggered
504 * Sets the thermal trip threshold and throttle event of the given sensor
506 * throttle.
717 * "THROTTLE" trip points , using "thermtrips", "critical" or "hot"
720 * After they have been configured, THERMTRIP or THROTTLE will take
730 * THROTTLE has been enabled successfully when a message similar to
732 * ""throttrip: will throttle when sensor group XXX reaches YYYYYY mC"
784 "throttrip: will throttle when %s reaches %d mC\n", in tegra_soctherm_set_hwtrips()
790 dev_info(dev, "throttrip: %s: missing throttle cdev\n", in tegra_soctherm_set_hwtrips()
900 * @alarm: The soctherm throttle id
939 * @alarm: The soctherm throttle id
1423 seq_printf(s, "GLOBAL THROTTLE CONFIG: 0x%08x\n", r); in regs_show()
1594 if (!of_property_read_u32(np_oc, "nvidia,throttle-period-us", &val)) in soctherm_oc_cfg_parse()
1614 dev_err(dev, "throttle-cfg: %s: invalid priority\n", stc->name); in soctherm_throt_cfg_parse()
1643 dev_err(dev, "throttle-cfg: %s: no throt prop or invalid prop\n", in soctherm_throt_cfg_parse()
1649 * soctherm_init_hw_throt_cdev() - Parse the HW throttle configurations
1667 np_stc = of_get_child_by_name(dev->of_node, "throttle-cfgs"); in soctherm_init_hw_throt_cdev()
1670 "throttle-cfg: no throttle-cfgs - not enabling\n"); in soctherm_init_hw_throt_cdev()
1683 "throttle-cfg: could not find %s\n", name); in soctherm_init_hw_throt_cdev()
1688 dev_err(dev, "throttle-cfg: %s: redefined!\n", name); in soctherm_init_hw_throt_cdev()
1707 "throttle-cfg: %s: failed to register cooling device\n", in soctherm_init_hw_throt_cdev()
1729 * pre-configured "Low", "Medium" or "Heavy" throttle levels which are
1771 * @throt: the LIGHT/HEAVY of throttle event id
1773 * Pulse skippers are used to throttle clock frequencies. This
1815 * @throt: the LIGHT/HEAVY of throttle event id
1817 * Pulse skippers are used to throttle clock frequencies. This
1849 * @throt: the LIGHT/HEAVY of throttle event id
1852 * pre-configured "Low", "Medium" or "Heavy" throttle levels.
1894 * @throt: the LIGHT/HEAVY of the throttle event id.
1896 * Pulse skippers are used to throttle clock frequencies.
1947 /* Thermal HW throttle programming */ in tegra_soctherm_throttle()
2050 /* Configure hw throttle */ in soctherm_init()