/openbmc/linux/drivers/macintosh/ |
H A D | apm_emu.c | 19 int percentage = -1; in pmu_apm_get_power_status() local 41 if (percentage < 0) in pmu_apm_get_power_status() 42 percentage = 0; in pmu_apm_get_power_status() 45 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status() 66 percentage /= real_count; in pmu_apm_get_power_status() 70 } else if (percentage <= APM_CRITICAL) { in pmu_apm_get_power_status() 73 } else if (percentage <= APM_LOW) { in pmu_apm_get_power_status() 82 info->battery_life = percentage; in pmu_apm_get_power_status()
|
/openbmc/linux/drivers/thermal/ |
H A D | gov_fair_share.c | 44 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state() argument 46 return (long)(percentage * level * cdev->max_state) / (100 * tz->num_trips); in get_target_state() 87 int percentage; in fair_share_throttle() local 94 percentage = 100 / total_instance; in fair_share_throttle() 96 percentage = (instance->weight * 100) / total_weight; in fair_share_throttle() 98 instance->target = get_target_state(tz, cdev, percentage, in fair_share_throttle()
|
/openbmc/linux/arch/sh/boards/mach-hp6xx/ |
H A D | hp6xx_apm.c | 32 int battery, backup, charging, percentage; in hp6x0_apm_get_power_status() local 39 percentage = 100 * (battery - HP680_BATTERY_MIN) / in hp6x0_apm_get_power_status() 43 info->battery_life = percentage; in hp6x0_apm_get_power_status() 62 } else if (percentage <= APM_CRITICAL) { in hp6x0_apm_get_power_status() 65 } else if (percentage <= APM_LOW) { in hp6x0_apm_get_power_status()
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | richtek,rt9455.yaml | 29 richtek,end-of-charge-percentage: 33 below output_charge_current x end-of-charge-percentage, charge is terminated. 62 - richtek,end-of-charge-percentage 83 richtek,end-of-charge-percentage = <10>;
|
H A D | cpcap-battery.yaml | 29 - description: low battery percentage interrupt 30 - description: critical battery percentage interrupt
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | count_instructions.c | 33 double percentage; in do_count_loop() local 47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
|
H A D | count_stcx_fail.c | 33 double percentage; in do_count_loop() local 49 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 60 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Accuracy.interface.yaml | 9 The accuracy range (+/-) of the sensor Value as a percentage, with a 10 value between 0 and 100. This is NOT a percentage of the sensor value
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | instruction_count_test.c | 29 double percentage; in do_count_loop() local 48 percentage = (double)difference / event->result.value * 100; in do_count_loop() 54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop()
|
/openbmc/phosphor-health-monitor/ |
H A D | bmc_health_config_json.md | 44 - This indicates the percentage beyond which the metric value change (since 60 - This indicates the percentage value at which specific threshold gets 63 below the specified threshold percentage value. 65 beyond the specified threshold percentage value.
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | deviation.md | 5 The +/- percentage allowed for the sensors of a fan to deviate from any 18 Deviation is represented as a percentage, so only 0 to 100 are valid values.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-diff.txt | 44 file://filename entries. This option will affect the percentage 45 of the Baseline/Delta column. See --percentage for more info. 50 file://filename entries. This option will affect the percentage 51 of the Baseline/Delta column. See --percentage for more info. 56 file://filename entries. This option will affect the percentage 57 of the Baseline/Delta column. See --percentage for more info. 119 --percentage:: 120 Determine how to display the overhead percentage of filtered entries. 207 b - baseline sample percentage 258 relative to how entries are filtered. Use --percentage=absolute to
|
H A D | perf-report.txt | 37 Show sample percentage for different cpu modes. 46 file://filename entries. This option will affect the percentage of 47 the overhead column. See --percentage for more info. 56 file://filename entries. This option will affect the percentage of 57 the overhead column. See --percentage for more info. 61 file://filename entries. This option will affect the percentage of 62 the overhead column. See --percentage for more info. 100 - overhead: Overhead percentage of sample 102 - overhead_us: Overhead percentage of sample running in user mode 426 --percentage:: [all …]
|
H A D | perf-top.txt | 151 percentage of the overhead column. See --percentage for more info. 155 percentage of the overhead column. See --percentage for more info. 159 percentage of the overhead column. See --percentage for more info. 215 --percentage:: 216 Determine how to display the overhead percentage of filtered entries.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | IdlePowerSaver.interface.yaml | 13 This property shall indicate the percentage of utilization that the 26 This property shall indicate the percentage of utilization that the
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 215 int percentage; in osnoise_top_print() local 224 percentage = ((cpu_data->sum_runtime - cpu_data->sum_noise) * 10000000) in osnoise_top_print() 226 decimal = percentage % 100000; in osnoise_top_print() 227 percentage = percentage / 100000; in osnoise_top_print() 231 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.c | 785 u16 percentage = 0, rate = 0; in amdgpu_atombios_get_igp_ss_overrides() local 796 percentage = le16_to_cpu(igp_info->info_6.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 800 percentage = le16_to_cpu(igp_info->info_6.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 812 percentage = le16_to_cpu(igp_info->info_7.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 828 percentage = le16_to_cpu(igp_info->info_8.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 844 percentage = le16_to_cpu(igp_info->info_9.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 861 if (percentage) in amdgpu_atombios_get_igp_ss_overrides() 862 ss->percentage = percentage; in amdgpu_atombios_get_igp_ss_overrides() 917 ss->percentage = in amdgpu_atombios_get_asic_ss_info() 935 ss->percentage = in amdgpu_atombios_get_asic_ss_info() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | ActivationProgress.interface.yaml | 8 An integer between 0 and 100 representing the percentage complete of
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | PowerSupplyAttributes.interface.yaml | 9 The power supply derating factor, which is the percentage to multiply
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | run_common.sh | 31 function percentage() function
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led | 14 LEDs within the group to a calculated percentage of what 17 The percentage is calculated for each grouped LED via
|
H A D | sysfs-class-bdi | 42 percentage of the write-back cache to a particular device. 67 given percentage of the write-back cache. This is useful in 97 percentage of the write-back cache to a particular device
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | sharpsl_pm.h | 56 int percentage; member
|
/openbmc/linux/Documentation/hwmon/ |
H A D | hs3001.rst | 25 humidity is expressed as a percentage. In the sysfs interface, all values are
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | progressbar.py | 189 def percentage(self): member in ProgressBar 195 percent = property(percentage)
|