/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fantog.c | 34 u32 percent; member 39 nvkm_fantog_update(struct nvkm_fantog *fan, int percent) in nvkm_fantog_update() 81 nvkm_fantog_set(struct nvkm_therm *therm, int percent) in nvkm_fantog_set()
|
D | fannil.c | 33 nvkm_fannil_set(struct nvkm_therm *therm, int percent) in nvkm_fannil_set()
|
D | fan.c | 118 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set() 175 nvkm_therm_fan_user_set(struct nvkm_therm *therm, int percent) in nvkm_therm_fan_user_set()
|
D | fanpwm.c | 59 nvkm_fanpwm_set(struct nvkm_therm *therm, int percent) in nvkm_fanpwm_set()
|
D | priv.h | 45 int percent; member
|
/linux-4.4.14/tools/perf/util/ |
D | color.c | 156 const char *get_percent_color(double percent) in get_percent_color() 174 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf() 194 double percent; in percent_color_snprintf() local 206 double percent; in percent_color_len_snprintf() local
|
D | annotate.c | 784 double percent = 0.0; in disasm__calc_percent() local 828 double percent, max_percent = 0.0; in disasm_line__print() local 1429 double percent, percent_max = 0.0; in print_summary() local
|
D | annotate.h | 96 double percent; member
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | hists.c | 16 double percent; in __percent_color_snprintf() local 103 double percent; in perf_gtk__add_callchain() local 227 float percent; in perf_gtk__show_hists() local
|
D | browser.c | 37 const char *perf_gtk__get_percent_color(double percent) in perf_gtk__get_percent_color()
|
D | annotate.c | 26 double percent = 0.0; in perf_gtk__get_percent() local
|
/linux-4.4.14/drivers/power/ |
D | twl4030_madc_battery.c | 139 int percent = twl4030_madc_bat_voltscale(bat, in twl4030_madc_bat_get_property() local 155 int percent = twl4030_madc_bat_voltscale(bat, in twl4030_madc_bat_get_property() local
|
D | ab8500_fg.c | 1159 int ret, percent; in ab8500_fg_capacity_level() local 1282 int percent = DIV_ROUND_CLOSEST(di->bat_cap.permille, 10); in ab8500_fg_check_capacity_limits() local
|
D | abx500_chargalg.c | 93 int percent; member
|
/linux-4.4.14/tools/perf/ui/stdio/ |
D | hist.c | 53 double percent; in ipchain__fprintf_graph() local 246 double percent; in callchain__fprintf_flat() local 463 float percent; in hists__fprintf() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | boost.h | 19 u8 percent; member
|
/linux-4.4.14/kernel/trace/ |
D | trace_branch.c | 237 long percent; in get_incorrect_percent() local 252 long percent; in branch_stat_show() local
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpuidle_sysfs.c | 27 static int cpuidle_get_count_percent(unsigned int id, double *percent, in cpuidle_get_count_percent()
|
D | hsw_ext_idle.c | 90 static int hsw_ext_get_count_percent(unsigned int id, double *percent, in hsw_ext_get_count_percent()
|
D | snb_idle.c | 87 static int snb_get_count_percent(unsigned int id, double *percent, in snb_get_count_percent()
|
D | nhm_idle.c | 102 static int nhm_get_count_percent(unsigned int id, double *percent, in nhm_get_count_percent()
|
D | mperf_monitor.c | 117 static int mperf_get_count_percent(unsigned int id, double *percent, in mperf_get_count_percent()
|
D | amd_fam14h_idle.c | 208 static int fam14h_get_count_percent(unsigned int id, double *percent, in fam14h_get_count_percent()
|
D | cpupower-monitor.c | 139 double percent; in print_results() local
|
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/ |
D | loongson_hwmon.h | 39 u8 percent; member
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | textbox.c | 401 int percent; in print_position() local
|
/linux-4.4.14/tools/perf/ui/ |
D | browser.c | 18 double percent, bool current) in ui_browser__percent_color() 38 double percent, bool current) in ui_browser__set_percent_color()
|
D | hist.c | 29 double percent = 0.0; in __hpp__fmt() local 241 double percent; in hpp_color_scnprintf() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_oaktrail.c | 230 u8 percent = (u8) b->props.brightness; in set_backlight_brightness() local
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 625 double percent = cumul * 100.0 / total; in hist_browser__show_callchain() local 675 double percent; in __hpp__slsmg_color_printf() local 939 float percent; in hist_browser__refresh() local 961 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local 977 float percent = hist_entry__get_percent_limit(h); in hists__filter_prev_entries() local
|
D | annotate.c | 14 double percent; member
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 21 static inline s32 linear_inter(s32 tmax, s32 tmin, s32 percent, in linear_inter()
|
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 200 static inline void pid_p_gain_set(struct _pid *pid, int percent) in pid_p_gain_set() 205 static inline void pid_i_gain_set(struct _pid *pid, int percent) in pid_i_gain_set() 210 static inline void pid_d_gain_set(struct _pid *pid, int percent) in pid_d_gain_set()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 232 int voltage, percent, apm_status, i; in sharpsl_battery_thread() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-diff.c | 836 double percent = baseline_percent(he); in hpp__color_baseline() local 850 double percent = baseline_percent(he); in hpp__entry_baseline() local
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | tables_nphy.h | 18 u8 percent; member
|
/linux-4.4.14/arch/s390/kernel/ |
D | perf_cpum_sf.c | 452 static unsigned long min_percent(unsigned int percent, unsigned long base, in min_percent()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.c | 600 static u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold()
|
/linux-4.4.14/include/linux/mfd/ |
D | cros_ec_commands.h | 934 uint8_t percent; member 942 uint8_t percent; member 949 uint32_t percent; member
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 2147 static void sw_cfg_broad_storm(struct ksz_hw *hw, u8 percent) in sw_cfg_broad_storm() 2168 static void sw_get_broad_storm(struct ksz_hw *hw, u8 *percent) in sw_get_broad_storm() 2231 static void hw_cfg_broad_storm(struct ksz_hw *hw, u8 percent) in hw_cfg_broad_storm()
|
/linux-4.4.14/drivers/scsi/ |
D | gdth.h | 385 u8 percent; /* progress for surface check */ member
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 9300 u8 percent, u1tmp; in BTDM_FwC2hBtRssi8723A() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 193 u8 percent; member
|