| /linux/arch/arm64/include/asm/ |
| H A D | processor.h | 163 } uw; member 270 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() 271 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist() 272 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist() 273 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist() 274 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist() 275 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist() 277 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist() 278 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist() 286 __tls = &(t)->thread.uw.tp2_value; \ [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | xgene-hwmon.rst | 23 - CPU power in uW 24 - IO power in uW 34 - CPU power in (uW) 36 - IO power in (uW)
|
| H A D | ina209.rst | 66 power1_input power measurement (uW) 67 power1_input_highest power historical maximum reading (uW) 69 power1_max power max alarm limit (uW) 70 power1_crit power crit alarm limit (uW)
|
| H A D | inspur-ipsps1.rst | 57 power1_input Measured input power in uW. 62 power2_input Measured output power in uW.
|
| H A D | ibm-cffps.rst | 48 power1_input Measured input power in uW.
|
| H A D | lineage-pem.rst | 72 power1_input Input power (uW, optional)
|
| H A D | ltc2945.rst | 83 power1_input Power (in uW). Power is calculated based on SENSE+/VDD
|
| H A D | ltc2947.rst | 71 power1_input Power (in uW)
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dfl-fme | 185 Description: Read-Only. It returns current FPGA power consumption in uW. 192 threshold1 in uW. If power consumption rises at or above 194 Write this file to set current hardware power threshold1 in uW. 205 threshold2 in uW. If power consumption rises at or above 207 Write this file to set current hardware power threshold2 in uW. 231 Description: Read-Only. It returns power limit for XEON in uW. 237 Description: Read-Only. It returns power limit for FPGA in uW.
|
| /linux/arch/arm64/kvm/ |
| H A D | at.c | 958 wr->ur = wr->uw = false; in compute_s1_direct_permissions() 961 wr->pr = wr->pw = wr->ur = wr->uw = true; in compute_s1_direct_permissions() 965 wr->pw = wr->ur = wr->uw = false; in compute_s1_direct_permissions() 969 wr->pw = wr->uw = false; in compute_s1_direct_permissions() 974 wr->px = !((wr->desc & PTE_PXN) || wr->uw); in compute_s1_direct_permissions() 977 wr->ur = wr->uw = wr->ux = false; in compute_s1_direct_permissions() 1015 wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 1018 wr->pw = wr->uw = false; in compute_s1_hierarchical_permissions() 1021 wr->pw = wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 1048 (wr)->uw = (w); \ [all …]
|
| /linux/arch/arm64/kernel/ |
| H A D | ptrace.c | 599 uregs = &target->thread.uw.fpsimd_state; in __fpr_get() 626 * Ensure target->thread.uw.fpsimd_state is up to date, so that a in __fpr_set() 631 newstate = target->thread.uw.fpsimd_state; in __fpr_set() 638 target->thread.uw.fpsimd_state = newstate; in __fpr_set() 670 ret = membuf_store(&to, target->thread.uw.tp_value); in tls_get() 686 tls[0] = target->thread.uw.tp_value; in tls_set() 694 target->thread.uw.tp_value = tls[0]; in tls_set() 710 return membuf_store(&to, target->thread.uw.fpmr); in fpmr_get() 723 fpmr = target->thread.uw.fpmr; in fpmr_set() 729 target->thread.uw.fpmr = fpmr; in fpmr_set() [all …]
|
| H A D | sys_compat.c | 91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
| /linux/Documentation/scsi/ |
| H A D | aic7xxx.rst | 85 AHA-2940UW aic7880 PCI/32 SE-HD68F 91 AHA-3940UW aic7880 PCI/32 2 X SE-HD68F SE-HD68F 3 94 AHA-2944UW aic7880 PCI/32 HVD-HD68F HVD-HD68F 97 AHA-4944UW aic7880 PCI/32 98 AHA-2930UW aic7880 PCI/32 99 AHA-2940UW Pro aic7880 PCI/32 SE-HD68F SE-HD68F 4 101 AHA-2940UW/CN aic7880 PCI/32
|
| /linux/drivers/powercap/ |
| H A D | dtpm.c | 220 pr_debug("Setting power limit for '%s': %llu uW\n", in __set_power_limit_uw() 250 pr_debug("Setting power limit for '%s': %llu uW\n", in __set_power_limit_uw() 281 pr_debug("%s: power limit: %llu uW, power max: %llu uW\n", in set_power_limit_uw() 409 pr_debug("Registered dtpm node '%s' / %llu-%llu uW, \n", in dtpm_register()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 76 .uaccess_write = uw, \
|
| /linux/arch/riscv/include/asm/ |
| H A D | runtime-const.h | 43 * combine the final "slli,srli,add" into one instruction "add.uw". 65 "add.uw %[__ret],%[__ret],%[__tmp]\n\t" \
|
| /linux/arch/sparc/include/asm/ |
| H A D | uaccess_64.h | 155 case 4: __get_kernel_asm(__gu_val, uw, addr, __gu_ret); break; \ 193 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
|
| /linux/drivers/opp/ |
| H A D | of.c | 1431 * frequency and @uW to the associated power. 1436 _get_dt_power(struct device *dev, unsigned long *uW, unsigned long *kHz) in _get_dt_power() argument 1454 *uW = opp_power; in _get_dt_power() 1462 * @uW : New power value that is calculated 1468 * frequency and @uW to the associated power. The power is estimated as 1477 int dev_pm_opp_calc_power(struct device *dev, unsigned long *uW, in dev_pm_opp_calc_power() argument 1510 *uW = (unsigned long)tmp; in dev_pm_opp_calc_power()
|
| /linux/tools/testing/selftests/power_supply/ |
| H A D | test_power_supply_properties.sh | 107 test_sysfs_prop_optional power_now "uW"
|
| H A D | helpers.sh | 42 elif [ "$UNIT" = "uW" ]; then
|
| /linux/kernel/power/ |
| H A D | energy_model.c | 607 * @microwatts : Whether or not the power values in the EM will be in uW 671 * EM only supports uW (exception is artificial EM). in em_dev_register_pd_no_update() 673 * power in uW. in em_dev_register_pd_no_update() 676 dev_err(dev, "EM: only supports uW power values\n"); in em_dev_register_pd_no_update()
|
| /linux/drivers/iio/light/ |
| H A D | veml6075.c | 287 /* resp = 0.93 c/uW/cm2: scale = 1.75268817 */ in veml6075_read_responsivity() 292 /* resp = 2.1 c/uW/cm2: scale = 0.476190476 */ in veml6075_read_responsivity()
|
| /linux/drivers/cpufreq/ |
| H A D | mediatek-cpufreq-hw.c | 96 mtk_cpufreq_get_cpu_power(struct device *cpu_dev, unsigned long *uW, in mtk_cpufreq_get_cpu_power() argument 117 *uW = readl_relaxed(data->reg_bases[REG_EM_POWER_TBL] + in mtk_cpufreq_get_cpu_power()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | events.c | 327 "Detected insufficient power on the PCIe slot (%uW).\n", in mlx5_pcie_event() 332 "PCIe slot advertised sufficient power (%uW).\n", in mlx5_pcie_event()
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | pte-44x.h | 33 * - - - - - - U0 U1 U2 U3 W I M G E - UX UW UR SX SW SR
|