/linux-6.1.9/drivers/macintosh/ |
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()
|
/linux-6.1.9/drivers/thermal/ |
D | gov_fair_share.c | 50 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state() argument 52 return (long)(percentage * level * cdev->max_state) / (100 * tz->num_trips); in get_target_state() 92 int percentage; in fair_share_throttle() local 99 percentage = 100 / total_instance; in fair_share_throttle() 101 percentage = (instance->weight * 100) / total_weight; in fair_share_throttle() 103 instance->target = get_target_state(tz, cdev, percentage, in fair_share_throttle()
|
/linux-6.1.9/arch/sh/boards/mach-hp6xx/ |
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()
|
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/ |
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>;
|
D | cpcap-battery.yaml | 29 - description: low battery percentage interrupt 30 - description: critical battery percentage interrupt
|
/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ |
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()
|
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()
|
/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ebb/ |
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()
|
/linux-6.1.9/tools/perf/Documentation/ |
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
|
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 101 - overhead_sys: Overhead percentage of sample running in system mode 102 - overhead_us: Overhead percentage of sample running in user mode [all …]
|
D | perf-top.txt | 154 percentage of the overhead column. See --percentage for more info. 158 percentage of the overhead column. See --percentage for more info. 162 percentage of the overhead column. See --percentage for more info. 212 --percentage:: 213 Determine how to display the overhead percentage of filtered entries.
|
D | intel-hybrid.txt | 129 perf-stat reports the scaled counts for hybrid event and with a percentage 130 displayed. The percentage is the event's running time/enabling time. 133 scaled value for core cycles is 160,444,092 and the percentage is 0.47%.
|
/linux-6.1.9/tools/tracing/rtla/src/ |
D | osnoise_top.c | 187 int percentage; in osnoise_top_print() local 196 percentage = ((cpu_data->sum_runtime - cpu_data->sum_noise) * 10000000) in osnoise_top_print() 198 decimal = percentage % 100000; in osnoise_top_print() 199 percentage = percentage / 100000; in osnoise_top_print() 203 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
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() 804 percentage = le16_to_cpu(igp_info->info_6.usLvdsSSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 812 percentage = le16_to_cpu(igp_info->info_7.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 816 percentage = le16_to_cpu(igp_info->info_7.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 820 percentage = le16_to_cpu(igp_info->info_7.usLvdsSSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 828 percentage = le16_to_cpu(igp_info->info_8.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 832 percentage = le16_to_cpu(igp_info->info_8.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 836 percentage = le16_to_cpu(igp_info->info_8.usLvdsSSPercentage); in amdgpu_atombios_get_igp_ss_overrides() [all …]
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 42 percentage of the write-back cache to a particular device. 52 given percentage of the write-back cache. This is useful in
|
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
|
D | sysfs-class-power-wilco | 18 A low and high threshold percentage is specified.
|
/linux-6.1.9/tools/testing/selftests/bpf/benchs/ |
D | run_common.sh | 31 function percentage() function
|
/linux-6.1.9/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.txt | 27 - nvidia,adjust-baud-rates: List of entries providing percentage of baud rate 32 field, baud rate will be adjusted by percentage mentioned here.
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | sharpsl_pm.h | 56 int percentage; member
|
/linux-6.1.9/Documentation/hwmon/ |
D | sht4x.rst | 26 humidity is expressed as a percentage. In sysfs interface, all values are
|
/linux-6.1.9/Documentation/devicetree/bindings/leds/irled/ |
D | spi-ir-led.txt | 11 - duty-cycle: 8 bit value that represents the percentage of one period
|
/linux-6.1.9/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-dt.txt | 19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
|
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/ |
D | simpad.h | 127 unsigned char percentage; /* percentage loaded */ member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | clock_source.h | 36 uint32_t percentage; /*> In unit of 0.01% or 0.001%*/ member
|