Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-max3191x.c84 unsigned long *overtemp; member
148 __assign_bit(i, max3191x->overtemp, ot); in max3191x_readout_locked()
202 test_bit(chipnum, max3191x->overtemp) || in max3191x_chip_is_faulting()
378 max3191x->overtemp = devm_kcalloc(dev, n, sizeof(long), GFP_KERNEL); in max3191x_probe()
383 !max3191x->overtemp || !max3191x->undervolt2 || in max3191x_probe()
/openbmc/docs/designs/
H A Dthermal-control-modes.md12 overtemp warnings on optical cables on certain system configurations. The issue
23 in place of copper cables. These optical cables can report overtemp warnings to
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ampere-mtjade.dts784 "s0-overtemp-n","","","","",
807 "s1-sys-auth-failure-n","s1-overtemp-n","",
H A Daspeed-bmc-ampere-mtmitchell.dts1036 "host0-shd-ack-n","s0-overtemp-n",
1041 "s1-overtemp-n","cpld-s1-spi-auth-fail-n",
H A Daspeed-bmc-ampere-mtjefferson.dts598 "host0-shd-ack-n","s0-overtemp-n",
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu423 /sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/overtemp
452 - overtemp : This file gives the total number of times the max
465 powercap, overtemp, supply_fault, overcurrent and occ_reset map to
473 /sys/devices/system/cpu/cpufreq/policyX/throttle_stats/overtemp
/openbmc/linux/drivers/parisc/
H A DKconfig141 This includes NVRAM battery level, overtemp or failures such as
/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c409 throttle_attr(overtemp, reason[CPU_OVERTEMP]);
/openbmc/linux/Documentation/driver-api/
H A Dgeneric-counter.rst338 For example, if your device has an overtemp sensor, you can report the
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c2418 bool lsc, overtemp; in ixgbe_enable_lasi_ext_t_x550em() local
2423 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc, &overtemp); in ixgbe_enable_lasi_ext_t_x550em()
H A Dixgbe_main.c7939 bool overtemp; in ixgbe_phy_interrupt_subtask() local
7949 hw->phy.ops.handle_lasi(&adapter->hw, &overtemp); in ixgbe_phy_interrupt_subtask()
7950 if (overtemp) in ixgbe_phy_interrupt_subtask()