/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/ |
H A D | metrics.json | 14 "ScaleUnit": "1percent of bus cycles" 77 "ScaleUnit": "1percent of operations" 84 "ScaleUnit": "1percent of operations" 97 "ScaleUnit": "1percent of operations" 111 "ScaleUnit": "1percent of operations" 118 "ScaleUnit": "1percent of operations" 137 "ScaleUnit": "1percent of operations" 144 "ScaleUnit": "1percent of operations" 151 "ScaleUnit": "1percent of operations" 179 "ScaleUnit": "1percent of cycles" [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | fantog.c | 34 u32 percent; member 39 nvkm_fantog_update(struct nvkm_fantog *fan, int percent) in nvkm_fantog_update() argument 49 if (percent < 0) in nvkm_fantog_update() 50 percent = fan->percent; in nvkm_fantog_update() 51 fan->percent = percent; in nvkm_fantog_update() 56 if (percent != (duty * 100)) { in nvkm_fantog_update() 57 u64 next_change = (percent * fan->period_us) / 100; in nvkm_fantog_update() 77 return fan->percent; in nvkm_fantog_get() 81 nvkm_fantog_set(struct nvkm_therm *therm, int percent) in nvkm_fantog_set() argument 86 nvkm_fantog_update(fan, percent); in nvkm_fantog_set() [all …]
|
H A D | fan.c | 44 target = fan->percent; in nvkm_fan_update() 47 if (fan->percent != target) { in nvkm_fan_update() 49 fan->percent = target; in nvkm_fan_update() 118 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set() argument 120 return nvkm_fan_update(therm->fan, immediate, percent); in nvkm_therm_fan_set() 175 nvkm_therm_fan_user_set(struct nvkm_therm *therm, int percent) in nvkm_therm_fan_user_set() argument 180 return nvkm_therm_fan_set(therm, true, percent); in nvkm_therm_fan_user_set() 256 therm->fan->percent = nvkm_therm_fan_get(therm); in nvkm_therm_fan_ctor()
|
/openbmc/phosphor-pid-control/pid/ |
H A D | fancontroller.cpp | 128 double percent = value; in outputProc() local 149 percent = failsafePercent; in outputProc() 155 if (percent < failsafePercent) in outputProc() 157 percent = failsafePercent; in outputProc() 167 << " mode, output pwm: " << percent << "\n"; in outputProc() 178 << " mode, output pwm: " << percent << "\n"; in outputProc() 188 << percent << "\n"; in outputProc() 193 percent /= 100.0; in outputProc() 201 sensor->write(percent, redundantWrite, &rawWritten); in outputProc() 207 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in outputProc() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | color.c | 124 const char *get_percent_color(double percent) in get_percent_color() argument 133 if (fabs(percent) >= MIN_RED) in get_percent_color() 136 if (fabs(percent) > MIN_GREEN) in get_percent_color() 142 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf() argument 147 color = get_percent_color(percent); in percent_color_fprintf() 148 r = color_fprintf(fp, color, fmt, percent); in percent_color_fprintf() 162 double percent; in percent_color_snprintf() local 165 percent = va_arg(args, double); in percent_color_snprintf() 167 return value_color_snprintf(bf, size, fmt, percent); in percent_color_snprintf() 174 double percent; in percent_color_len_snprintf() local [all …]
|
/openbmc/linux/drivers/phy/freescale/ |
H A D | phy-fsl-imx8mq-usb.c | 67 static u32 phy_tx_vref_tune_from_property(u32 percent) in phy_tx_vref_tune_from_property() argument 69 percent = clamp(percent, 94U, 124U); in phy_tx_vref_tune_from_property() 71 return DIV_ROUND_CLOSEST(percent - 94U, 2); in phy_tx_vref_tune_from_property() 74 static u32 phy_tx_rise_tune_from_property(u32 percent) in phy_tx_rise_tune_from_property() argument 76 switch (percent) { in phy_tx_rise_tune_from_property() 112 static u32 phy_comp_dis_tune_from_property(u32 percent) in phy_comp_dis_tune_from_property() argument 114 switch (percent) { in phy_comp_dis_tune_from_property() 133 static u32 phy_pcs_tx_swing_full_from_property(u32 percent) in phy_pcs_tx_swing_full_from_property() argument 135 percent = min(percent, 100U); in phy_pcs_tx_swing_full_from_property() 137 return (percent * 127) / 100; in phy_pcs_tx_swing_full_from_property() [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
H A D | metrics.json | 7 "ScaleUnit": "1percent of cycles" 28 "ScaleUnit": "1percent of operations" 35 "ScaleUnit": "1percent of operations" 56 "ScaleUnit": "1percent of cycles" 63 "ScaleUnit": "1percent of operations" 196 "ScaleUnit": "1percent of operations" 203 "ScaleUnit": "1percent of operations" 210 "ScaleUnit": "1percent of operations" 217 "ScaleUnit": "1percent of operations"
|
/openbmc/u-boot/include/ |
H A D | backlight.h | 30 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 33 int (*set_brightness)(struct udevice *dev, int percent); 50 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 53 int backlight_set_brightness(struct udevice *dev, int percent);
|
H A D | panel.h | 23 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 26 int (*set_backlight)(struct udevice *dev, int percent); 54 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 57 int panel_set_backlight(struct udevice *dev, int percent);
|
H A D | video_bridge.h | 51 * @percent: brightness percentage (0=off, 100=full brightness) 54 int (*set_backlight)(struct udevice *dev, int percent); 80 * @percent: brightness percentage (0=off, 100=full brightness) 83 int video_bridge_set_backlight(struct udevice *dev, int percent);
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/ |
H A D | sbsa.json | 8 "ScaleUnit": "1percent of slots" 16 "ScaleUnit": "1percent of slots" 24 "ScaleUnit": "1percent of slots" 32 "ScaleUnit": "1percent of slots"
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpuidle_sysfs.c | 25 static int cpuidle_get_count_percent(unsigned int id, double *percent, in cpuidle_get_count_percent() argument 30 dprint("%s: - diff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent() 31 cpuidle_cstates[id].name, timediff, *percent, cpu); in cpuidle_get_count_percent() 34 *percent = 0.0; in cpuidle_get_count_percent() 36 *percent = ((100.0 * statediff) / timediff); in cpuidle_get_count_percent() 38 dprint("%s: - timediff: %llu - statediff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent() 39 cpuidle_cstates[id].name, timediff, statediff, *percent, cpu); in cpuidle_get_count_percent()
|
H A D | snb_idle.c | 26 static int snb_get_count_percent(unsigned int self_id, double *percent, 86 static int snb_get_count_percent(unsigned int id, double *percent, in snb_get_count_percent() argument 89 *percent = 0.0; in snb_get_count_percent() 94 *percent = (100.0 * in snb_get_count_percent() 102 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in snb_get_count_percent() 106 *percent, cpu); in snb_get_count_percent()
|
H A D | nhm_idle.c | 29 static int nhm_get_count_percent(unsigned int self_id, double *percent, 101 static int nhm_get_count_percent(unsigned int id, double *percent, in nhm_get_count_percent() argument 104 *percent = 0.0; in nhm_get_count_percent() 109 *percent = (100.0 * in nhm_get_count_percent() 117 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in nhm_get_count_percent() 121 *percent, cpu); in nhm_get_count_percent()
|
H A D | hsw_ext_idle.c | 28 static int hsw_ext_get_count_percent(unsigned int self_id, double *percent, 88 static int hsw_ext_get_count_percent(unsigned int id, double *percent, in hsw_ext_get_count_percent() argument 91 *percent = 0.0; in hsw_ext_get_count_percent() 96 *percent = (100.0 * in hsw_ext_get_count_percent() 104 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in hsw_ext_get_count_percent() 108 *percent, cpu); in hsw_ext_get_count_percent()
|
/openbmc/linux/tools/testing/selftests/lkdtm/ |
H A D | stack-entropy.sh | 29 percent=$(( 100 * $i / $samples )) 30 if [ "$percent" -ne "$report" ]; then 31 /bin/echo -en "$percent%\r" 32 report="$percent"
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | thermal.hpp | 11 Percent, enumerator 17 {ReadingUnits::Percent, "Percent"},
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | vctrl.txt | 17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the 18 regulator in percent. Some regulators have an OVP 31 This value is required when ovp-threshold-percent is 48 ovp-threshold-percent = <16>;
|
/openbmc/linux/kernel/trace/ |
H A D | trace_branch.c | 249 long percent; in get_incorrect_percent() local 252 percent = p->incorrect * 100; in get_incorrect_percent() 253 percent /= p->correct + p->incorrect; in get_incorrect_percent() 255 percent = p->incorrect ? 100 : -1; in get_incorrect_percent() 257 return percent; in get_incorrect_percent() 274 long percent; in branch_stat_show() local 279 percent = get_incorrect_percent(p); in branch_stat_show() 281 if (percent < 0) in branch_stat_show() 284 seq_printf(m, "%3ld ", percent); in branch_stat_show()
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | fsl,imx8mq-usb-phy.yaml | 38 fsl,phy-tx-vref-tune-percent: 44 fsl,phy-tx-rise-tune-percent: 64 fsl,phy-comp-dis-tune-percent: 79 fsl,phy-pcs-tx-swing-full-percent:
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
H A D | metrics.json | 11 "ScaleUnit": "1percent of cycles" 36 "ScaleUnit": "1percent of operations" 43 "ScaleUnit": "1percent of operations" 68 "ScaleUnit": "1percent of cycles" 75 "ScaleUnit": "1percent of operations" 208 "ScaleUnit": "1percent of operations" 219 "ScaleUnit": "1percent of operations" 226 "ScaleUnit": "1percent of operations" 233 "ScaleUnit": "1percent of operations"
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | constants.h | 85 #define IWL_MVM_RS_SR_FORCE_DECREASE 15 /* percent */ 86 #define IWL_MVM_RS_SR_NO_DECREASE 85 /* percent */ 90 #define IWL_MVM_RS_TPC_SR_FORCE_INCREASE 75 /* percent */ 91 #define IWL_MVM_RS_TPC_SR_NO_INCREASE 85 /* percent */
|
/openbmc/u-boot/drivers/video/ |
H A D | panel-uclass.c | 25 * @percent: Brightness value (0=off, 1=min brightness, 29 int panel_set_backlight(struct udevice *dev, int percent) in panel_set_backlight() argument 36 return ops->set_backlight(dev, percent); in panel_set_backlight()
|
H A D | pwm_backlight.c | 118 static int pwm_backlight_set_brightness(struct udevice *dev, int percent) in pwm_backlight_set_brightness() argument 130 if (percent == BACKLIGHT_OFF) { in pwm_backlight_set_brightness() 132 percent = 0; in pwm_backlight_set_brightness() 134 if (percent == BACKLIGHT_DEFAULT) { in pwm_backlight_set_brightness() 138 level = priv->levels[percent * (priv->num_levels - 1) in pwm_backlight_set_brightness() 143 percent / 100; in pwm_backlight_set_brightness()
|
/openbmc/linux/drivers/platform/chrome/wilco_ec/ |
H A D | keyboard_leds.c | 18 #define WILCO_KBBL_MODE_FLAG_PWM BIT(1) /* Set brightness by percent. */ 40 * @percent: Brightness in 0-100. Only meaningful in PWM mode. 50 u8 percent; member 89 request.percent = brightness; in set_kbbl() 156 return response.percent; in kbbl_init()
|