Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-max3191x.c84 unsigned long *overtemp; member
135 __assign_bit(i, max3191x->overtemp, ot); in max3191x_readout_locked()
189 test_bit(chipnum, max3191x->overtemp) || in max3191x_chip_is_faulting()
363 max3191x->overtemp = devm_kcalloc(dev, n, sizeof(long), GFP_KERNEL); in max3191x_probe()
368 !max3191x->overtemp || !max3191x->undervolt2 || in max3191x_probe()
/linux/arch/arm64/boot/dts/qcom/
H A Dpm8916.dtsi97 "overtemp";
/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","",
/linux/drivers/parisc/
H A DKconfig141 This includes NVRAM battery level, overtemp or failures such as
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu479 /sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/overtemp
508 - overtemp : This file gives the total number of times the max
521 powercap, overtemp, supply_fault, overcurrent and occ_reset map to
529 /sys/devices/system/cpu/cpufreq/policyX/throttle_stats/overtemp
/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c408 throttle_attr(overtemp, reason[CPU_OVERTEMP]);
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8509 bool overtemp; in ixgbe_phy_interrupt_subtask() local
8519 hw->phy.ops.handle_lasi(&adapter->hw, &overtemp); in ixgbe_phy_interrupt_subtask()
8520 if (overtemp) in ixgbe_phy_interrupt_subtask()