Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dapm_emu.c19 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()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dgov_fair_share.c50 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state() argument
56 return (long)(percentage * level * max_state) / (100 * tz->trips); in get_target_state()
96 int percentage; in fair_share_throttle() local
103 percentage = 100 / total_instance; in fair_share_throttle()
105 percentage = (instance->weight * 100) / total_weight; in fair_share_throttle()
107 instance->target = get_target_state(tz, cdev, percentage, in fair_share_throttle()
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-hp6xx/
H A Dhp6xx_apm.c32 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c33 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 Dcount_stcx_fail.c33 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()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-diff.txt44 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 Dperf-report.txt37 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 …]
H A Dperf-top.txt153 percentage of the overhead column. See --percentage for more info.
157 percentage of the overhead column. See --percentage for more info.
161 percentage of the overhead column. See --percentage for more info.
211 --percentage::
212 Determine how to display the overhead percentage of filtered entries.
H A Dperf-annotate.txt131 The local/global keywords set if the percentage is computed
133 The period/hits keywords set the base the percentage is computed
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c29 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Drt9455_charger.txt11 - 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>;
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.c136 char const * lsx_sigfigs3p(double percentage) in lsx_sigfigs3p() argument
140 sprintf(string[n = (n+1) & 15], "%.1f%%", percentage); in lsx_sigfigs3p()
142 sprintf(string[n], "%.2f%%", percentage); in lsx_sigfigs3p()
144 sprintf(string[n], "%.0f%%", percentage); in lsx_sigfigs3p()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c785 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-bdi39 percentage of the write-back cache to a particular device.
45 given percentage of the write-back cache. This is useful in
H A Dsysfs-class-led14 LEDs within the group to a calculated percentage of what
17 The percentage is calculated for each grouped LED via
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dprogressbar.py189 def percentage(self): member in ProgressBar
195 percent = property(percentage)
/OK3568_Linux_fs/buildroot/fs/ext2/
H A DConfig.in64 int "reserved blocks percentage"
67 The number of blocks on the filesystem (as a percentage of the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dnvidia,tegra20-hsuart.txt27 - nvidia,adjust-baud-rates: List of entries providing percentage of baud rate
32 field, baud rate will be adjusted by percentage mentioned here.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c501 pll_settings->ss_percentage = ss_data->percentage; in dce110_get_pix_clk_dividers_helper()
664 if (ss_data->percentage == 0) in calculate_ss()
681 fb_div, dc_fixpt_from_fraction(ss_data->percentage, in calculate_ss()
740 bp_params.percentage = ss_data->percentage; in enable_spread_spectrum()
1285 ss_data_cur->percentage = in get_ss_info_from_atombios()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dsharpsl_pm.h56 int percentage; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/irled/
H A Dspi-ir-led.txt11 - duty-cycle: 8 bit value that represents the percentage of one period
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c692 int percentage = 0; variable
804 if(percentage == 0) in ssv6xxx_legacy_report_handler()
805 percentage = (int)((rate->this_success*100)/rate->this_attempt); in ssv6xxx_legacy_report_handler()
807 percentage = (percentage + (int)((rate->this_success*100)/rate->this_attempt))/2; in ssv6xxx_legacy_report_handler()
808 printk("Percentage[%d]\n",percentage); in ssv6xxx_legacy_report_handler()
810 percentage = 0; in ssv6xxx_legacy_report_handler()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dclock_source.h36 uint32_t percentage; /*> In unit of 0.01% or 0.001%*/ member
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dresctrl_ui.rst125 The minimum memory bandwidth percentage which
130 percentage is allocated. The allocated
131 b/w percentage is rounded off to the next
147 the smallest percentage is applied
368 by indicating the percentage of total memory bandwidth.
370 The minimum bandwidth percentage value for each cpu model is predefined
388 1. User may *not* see increase in actual bandwidth when percentage
396 bandwidth of 100GBps although the percentage value specified is only 50%
397 << 100%. Hence increasing the bandwidth percentage will not yield any
402 2. Same bandwidth percentage may mean different actual bandwidth
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datombios_crtc.c459 if (ss->percentage == 0) in atombios_crtc_program_ss()
500 args.v2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss()
519 args.v1.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss()
527 if ((enable == ATOM_DISABLE) || (ss->percentage == 0) || in atombios_crtc_program_ss()
532 args.lvds_ss_2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss()
543 args.lvds_ss.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss()
697 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) in atombios_adjust_pll()
710 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) in atombios_adjust_pll()
1124 (u32)radeon_crtc->ss.percentage) / in atombios_crtc_set_pll()

123456