/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 42 SENSOR(CONTROLLER_TEMP, "Controller board temp.", TEMP, -1), 43 SENSOR(PHY_COMMON_TEMP, "PHY temp.", TEMP, -1), 45 SENSOR(PHY0_TEMP, "PHY temp.", TEMP, 0), 47 SENSOR(PHY1_TEMP, "PHY temp.", TEMP, 1), 58 SENSOR(AOE_TEMP, "AOE FPGA temp.", TEMP, -1), 59 SENSOR(PSU_AOE_TEMP, "AOE regulator temp.", TEMP, -1), 61 TEMP, -1), 75 SENSOR(CONTROLLER_2_TEMP, "Controller board temp. 2", TEMP, -1), 76 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1), 77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 42 SENSOR(CONTROLLER_TEMP, "Controller board temp.", TEMP, -1), 43 SENSOR(PHY_COMMON_TEMP, "PHY temp.", TEMP, -1), 45 SENSOR(PHY0_TEMP, "PHY temp.", TEMP, 0), 47 SENSOR(PHY1_TEMP, "PHY temp.", TEMP, 1), 58 SENSOR(AOE_TEMP, "AOE FPGA temp.", TEMP, -1), 59 SENSOR(PSU_AOE_TEMP, "AOE regulator temp.", TEMP, -1), 61 TEMP, -1), 75 SENSOR(CONTROLLER_2_TEMP, "Controller board temp. 2", TEMP, -1), 76 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1), 77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_mon.c | 42 SENSOR(CONTROLLER_TEMP, "Controller board temp.", TEMP, -1), 43 SENSOR(PHY_COMMON_TEMP, "PHY temp.", TEMP, -1), 45 SENSOR(PHY0_TEMP, "PHY temp.", TEMP, 0), 47 SENSOR(PHY1_TEMP, "PHY temp.", TEMP, 1), 58 SENSOR(AOE_TEMP, "AOE FPGA temp.", TEMP, -1), 59 SENSOR(PSU_AOE_TEMP, "AOE regulator temp.", TEMP, -1), 61 TEMP, -1), 75 SENSOR(CONTROLLER_2_TEMP, "Controller board temp. 2", TEMP, -1), 76 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1), 77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | sha1.c | 57 __u32 TEMP = input(t); setW(t, TEMP); \ 58 E += TEMP + rol32(A,5) + (fn) + (constant); \ 60 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0)
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | sha1.c | 58 __u32 TEMP = input(t); setW(t, TEMP); \ 59 E += TEMP + rol32(A,5) + (fn) + (constant); \ 61 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0)
|
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
H A D | gpio-mockup.sh | 112 TEMP=`getopt -o fhm:t: -n '$0' -- "$@"` 119 # Note the quotes around `$TEMP': they are essential! 120 eval set -- "$TEMP"
|
/kernel/linux/linux-5.10/tools/testing/fault-injection/ |
H A D | failcmd.sh | 97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"` 104 eval set -- "$TEMP"
|
/kernel/linux/linux-6.6/tools/testing/fault-injection/ |
H A D | failcmd.sh | 97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"` 104 eval set -- "$TEMP"
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | gl518sm.c | 234 show(TEMP, temp_input1, temp_in); 235 show(TEMP, temp_max1, temp_max); 236 show(TEMP, temp_hyst1, temp_hyst); 326 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX); 327 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
|
H A D | ibmpowernv.c | 38 TEMP, enumerator 114 if (sdata->type == TEMP) in show_sensor() 258 if (type == TEMP) in convert_opal_attr_name()
|
H A D | bt1-pvt.c | 41 PVT_SENSOR_INFO(0, "CPU Core Temperature", hwmon_temp, TEMP, TTHRES),
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | gl518sm.c | 234 show(TEMP, temp_input1, temp_in); 235 show(TEMP, temp_max1, temp_max); 236 show(TEMP, temp_hyst1, temp_hyst); 326 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX); 327 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
|
H A D | ibmpowernv.c | 38 TEMP, enumerator 114 if (sdata->type == TEMP) in show_sensor() 258 if (type == TEMP) in convert_opal_attr_name()
|
H A D | bt1-pvt.c | 42 PVT_SENSOR_INFO(0, "CPU Core Temperature", hwmon_temp, TEMP, TTHRES),
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | cytherm.c | 113 #define TEMP 0x33 /* RAM location for temperature */ macro 132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | cytherm.c | 113 #define TEMP 0x33 /* RAM location for temperature */ macro 132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show()
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | bma180.c | 155 TEMP enumerator 176 case TEMP: in bma180_get_data_reg() 686 .scan_index = TEMP, \ 715 .scan_index = TEMP, \
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | acer_a500_battery.c | 42 [REG_TEMPERATURE] = EC_DATA(0x0a, TEMP),
|
H A D | power_supply_sysfs.c | 198 POWER_SUPPLY_ATTR(TEMP),
|
/kernel/linux/linux-5.10/drivers/iio/accel/ |
H A D | bma180.c | 178 TEMP enumerator 199 case TEMP: in bma180_get_data_reg() 710 .scan_index = TEMP, \ 739 .scan_index = TEMP, \
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 189 POWER_SUPPLY_ATTR(TEMP),
|
/kernel/linux/linux-6.6/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 221 TEMP, enumerator 279 [TEMP] = 0xc50, 1181 dev_err(svsb->dev, "TEMP = 0x%08x\n", svs_readl_relaxed(svsp, TEMP)); in svs_error_isr_handler() 1244 svsb->temp = svs_readl_relaxed(svsp, TEMP) & GENMASK(7, 0); in svs_mon_mode_isr_handler()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 2739 uint32_t TEMP; in lpfc_sha_iterate() local 2758 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate() 2760 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate() 2762 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate() 2764 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate() 2766 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate() 2771 A = TEMP; in lpfc_sha_iterate()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 2938 uint32_t TEMP; in lpfc_sha_iterate() local 2957 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate() 2959 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate() 2961 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate() 2963 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate() 2965 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate() 2970 A = TEMP; in lpfc_sha_iterate()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sunrpc.h | 1932 svc_xprt_flag(TEMP) \
|