/Linux-v4.19/drivers/macintosh/ |
D | apm_emu.c | 30 int percentage = -1; in pmu_apm_get_power_status() local 52 if (percentage < 0) in pmu_apm_get_power_status() 53 percentage = 0; in pmu_apm_get_power_status() 56 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status() 77 percentage /= real_count; in pmu_apm_get_power_status() 81 } else if (percentage <= APM_CRITICAL) { in pmu_apm_get_power_status() 84 } else if (percentage <= APM_LOW) { in pmu_apm_get_power_status() 93 info->battery_life = percentage; in pmu_apm_get_power_status()
|
/Linux-v4.19/drivers/thermal/ |
D | fair_share.c | 62 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state() argument 68 return (long)(percentage * level * max_state) / (100 * tz->trips); in get_target_state() 106 int percentage; in fair_share_throttle() local 113 percentage = 100 / total_instance; in fair_share_throttle() 115 percentage = (instance->weight * 100) / total_weight; in fair_share_throttle() 117 instance->target = get_target_state(tz, cdev, percentage, in fair_share_throttle()
|
/Linux-v4.19/arch/sh/boards/mach-hp6xx/ |
D | hp6xx_apm.c | 34 int battery, backup, charging, percentage; in hp6x0_apm_get_power_status() local 41 percentage = 100 * (battery - HP680_BATTERY_MIN) / in hp6x0_apm_get_power_status() 45 info->battery_life = percentage; in hp6x0_apm_get_power_status() 64 } else if (percentage <= APM_CRITICAL) { in hp6x0_apm_get_power_status() 67 } else if (percentage <= APM_LOW) { in hp6x0_apm_get_power_status()
|
/Linux-v4.19/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. 113 --percentage:: 114 Determine how to display the overhead percentage of filtered entries. 139 b - baseline sample percentage 190 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. 99 - overhead: Overhead percentage of sample 100 - overhead_sys: Overhead percentage of sample running in system mode 101 - overhead_us: Overhead percentage of sample running in user mode [all …]
|
D | perf-top.txt | 145 percentage of the overhead column. See --percentage for more info. 149 percentage of the overhead column. See --percentage for more info. 153 percentage of the overhead column. See --percentage for more info. 197 --percentage:: 198 Determine how to display the overhead percentage of filtered entries.
|
D | perf-annotate.txt | 125 The local/global keywords set if the percentage is computed 127 The period/hits keywords set the base the percentage is computed
|
/Linux-v4.19/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()
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | rt9455_charger.txt | 11 - richtek,end-of-charge-percentage: integer, percent of the output charge current. 13 below output_charge_current x end-of-charge-percentage, 40 richtek,end-of-charge-percentage = <10>;
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atombios.c | 800 u16 percentage = 0, rate = 0; in amdgpu_atombios_get_igp_ss_overrides() local 811 percentage = le16_to_cpu(igp_info->info_6.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 815 percentage = le16_to_cpu(igp_info->info_6.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 819 percentage = le16_to_cpu(igp_info->info_6.usLvdsSSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 827 percentage = le16_to_cpu(igp_info->info_7.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 831 percentage = le16_to_cpu(igp_info->info_7.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 835 percentage = le16_to_cpu(igp_info->info_7.usLvdsSSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 843 percentage = le16_to_cpu(igp_info->info_8.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 847 percentage = le16_to_cpu(igp_info->info_8.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 851 percentage = le16_to_cpu(igp_info->info_8.usLvdsSSPercentage); in amdgpu_atombios_get_igp_ss_overrides() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 40 percentage of the write-back cache to a particular device. 46 given percentage of the write-back cache. This is useful in
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | sharpsl_pm.h | 60 int percentage; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clock_source.c | 491 pll_settings->ss_percentage = ss_data->percentage; in dce110_get_pix_clk_dividers_helper() 725 if (ss_data->percentage == 0) in calculate_ss() 742 fb_div, dc_fixpt_from_fraction(ss_data->percentage, in calculate_ss() 801 bp_params.percentage = ss_data->percentage; in enable_spread_spectrum() 1143 ss_data_cur->percentage = in get_ss_info_from_atombios()
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/irled/ |
D | spi-ir-led.txt | 11 - duty-cycle: 8 bit balue that represents the percentage of one period
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | clock_source.h | 36 uint32_t percentage; /*> In unit of 0.01% or 0.001%*/ member
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | mxs-usb-phy.txt | 22 - fsl,tx-d-cal: Integer [79-119]. Current trimming value (as a percentage) of
|
/Linux-v4.19/arch/arm/mach-sa1100/include/mach/ |
D | simpad.h | 127 unsigned char percentage; /* percentage loaded */ member
|
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-dt.txt | 19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
|
/Linux-v4.19/Documentation/hwmon/ |
D | shtc1 | 23 humidity is expressed as a percentage. Driver can be used as well for SHTW1
|
/Linux-v4.19/Documentation/leds/ |
D | leds-lp3944.txt | 23 - duty cycle: percentage of the period the led is on, from 0 to 100
|
/Linux-v4.19/drivers/ras/ |
D | Kconfig | 17 percentage of total time it should be operating.
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | atombios_crtc.c | 457 if (ss->percentage == 0) in atombios_crtc_program_ss() 498 args.v2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 517 args.v1.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 525 if ((enable == ATOM_DISABLE) || (ss->percentage == 0) || in atombios_crtc_program_ss() 530 args.lvds_ss_2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 541 args.lvds_ss.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 695 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) in atombios_adjust_pll() 708 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) in atombios_adjust_pll() 1122 (u32)radeon_crtc->ss.percentage) / in atombios_crtc_set_pll()
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 52 compute the percentage of time that a device has been active. 55 will give an integer percentage. Note that this does not
|
/Linux-v4.19/drivers/gpu/drm/amd/display/include/ |
D | bios_parser_types.h | 283 uint32_t percentage; member
|