Searched refs:overtemp (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-max3191x.c61 * @overtemp: bitmap signaling overtemperature alarm for each chip
84 unsigned long *overtemp; member in struct:max3191x_chip
148 __assign_bit(i, max3191x->overtemp, ot);
202 test_bit(chipnum, max3191x->overtemp) ||
378 max3191x->overtemp = devm_kcalloc(dev, n, sizeof(long), GFP_KERNEL);
383 !max3191x->overtemp || !max3191x->undervolt2 ||
/linux-master/drivers/cpufreq/
H A Dpowernv-cpufreq.c409 throttle_attr(overtemp, reason[CPU_OVERTEMP]);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c2373 * @is_overtemp: indicate whether an overtemp event encountered
2468 bool lsc, overtemp; local
2473 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc, &overtemp);
2552 * @is_overtemp: indicate whether an overtemp event encountered
3191 * ixgbe_check_overtemp_fw - Check firmware-controlled PHYs for overtemp
3194 * Return true when an overtemp event detected, otherwise false.
H A Dixgbe_main.c2821 /* Check if this is not due to overtemp */
2865 * Need to check link state so complete overtemp check
7969 bool overtemp; local
7979 hw->phy.ops.handle_lasi(&adapter->hw, &overtemp);
7980 if (overtemp)

Completed in 274 milliseconds