Searched refs:overtemp (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/gpio/ |
D | gpio-max3191x.c | 84 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()
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | pm8916.dtsi | 97 "overtemp";
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-ampere-mtjade.dts | 784 "s0-overtemp-n","","","","", 807 "s1-sys-auth-failure-n","s1-overtemp-n","",
|
D | aspeed-bmc-ampere-mtmitchell.dts | 1020 "host0-shd-ack-n","s0-overtemp-n", 1025 "s1-overtemp-n","cpld-s1-spi-auth-fail-n",
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 420 /sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/overtemp 449 - overtemp : This file gives the total number of times the max 462 powercap, overtemp, supply_fault, overcurrent and occ_reset map to 470 /sys/devices/system/cpu/cpufreq/policyX/throttle_stats/overtemp
|
/linux-6.12.1/drivers/parisc/ |
D | Kconfig | 141 This includes NVRAM battery level, overtemp or failures such as
|
/linux-6.12.1/drivers/cpufreq/ |
D | powernv-cpufreq.c | 409 throttle_attr(overtemp, reason[CPU_OVERTEMP]);
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 2418 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()
|
D | ixgbe_main.c | 7966 bool overtemp; in ixgbe_phy_interrupt_subtask() local 7976 hw->phy.ops.handle_lasi(&adapter->hw, &overtemp); in ixgbe_phy_interrupt_subtask() 7977 if (overtemp) in ixgbe_phy_interrupt_subtask()
|
/linux-6.12.1/Documentation/driver-api/ |
D | generic-counter.rst | 338 For example, if your device has an overtemp sensor, you can report the
|