| /linux/Documentation/devicetree/bindings/display/tegra/ |
| A D | nvidia,tegra20-epp.yaml | 4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-epp.yaml# 15 pattern: "^epp@[0-9a-f]+$" 19 - nvidia,tegra20-epp 20 - nvidia,tegra30-epp 21 - nvidia,tegra114-epp 38 - const: epp 62 epp@540c0000 { 63 compatible = "nvidia,tegra20-epp"; 68 reset-names = "epp";
|
| A D | nvidia,tegra20-host1x.yaml | 283 epp@540c0000 { 284 compatible = "nvidia,tegra20-epp"; 289 reset-names = "epp";
|
| /linux/tools/power/cpupower/utils/ |
| A D | cpupower-set.c | 43 int epp:1; in cmd_set() member 51 char epp[30], mode[20]; in cmd_set() local 80 if (params.epp) in cmd_set() 82 if (sscanf(optarg, "%29s", epp) != 1) { in cmd_set() 86 params.epp = 1; in cmd_set() 157 if (params.epp) { in cmd_set() 158 ret = cpupower_set_epp(cpu, epp); in cmd_set()
|
| /linux/drivers/cpufreq/ |
| A D | amd-pstate.c | 185 u64 epp; in amd_pstate_get_epp() local 192 if (epp) in amd_pstate_get_epp() 193 return epp; in amd_pstate_get_epp() 209 s16 epp; in amd_pstate_get_energy_pref_index() local 213 if (epp < 0) in amd_pstate_get_energy_pref_index() 214 return epp; in amd_pstate_get_energy_pref_index() 216 switch (epp) { in amd_pstate_get_energy_pref_index() 1512 s16 epp; in amd_pstate_epp_update_limit() local 1555 if (epp < 0) { in amd_pstate_epp_update_limit() 1560 return epp; in amd_pstate_epp_update_limit() [all …]
|
| A D | intel_pstate.c | 634 s16 epp; in intel_pstate_get_epp() local 644 if (epp) in intel_pstate_get_epp() 653 return epp; in intel_pstate_get_epp() 712 s16 epp; in intel_pstate_get_energy_pref_index() local 717 if (epp < 0) in intel_pstate_get_energy_pref_index() 718 return epp; in intel_pstate_get_energy_pref_index() 833 u32 epp = 0; in store_energy_performance_preference() local 1153 s16 epp; in intel_pstate_hwp_set() local 1178 if (epp < 0) in intel_pstate_hwp_set() 1181 epp = 0; in intel_pstate_hwp_set() [all …]
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | siena_sriov.c | 1126 epp = kmalloc(sizeof(*epp), GFP_KERNEL); in efx_siena_sriov_peer_work() 1127 if (!epp) in efx_siena_sriov_peer_work() 1132 if (!epp->ptr) { in efx_siena_sriov_peer_work() 1133 kfree(epp); in efx_siena_sriov_peer_work() 1139 list_del(&epp->link); in efx_siena_sriov_peer_work() 1154 list_del(&epp->link); in efx_siena_sriov_peer_work() 1156 epp->ptr, epp->addr); in efx_siena_sriov_peer_work() 1157 kfree(epp); in efx_siena_sriov_peer_work() 1187 list_del(&epp->link); in efx_siena_sriov_free_local() 1189 epp->ptr, epp->addr); in efx_siena_sriov_free_local() [all …]
|
| /linux/tools/power/cpupower/utils/helpers/ |
| A D | helpers.h | 119 extern int cpupower_set_epp(unsigned int cpu, char *epp); 180 static inline int cpupower_set_epp(unsigned int cpu, char *epp) in cpupower_set_epp() argument
|
| A D | misc.c | 90 int cpupower_set_epp(unsigned int cpu, char *epp) in cpupower_set_epp() argument 101 snprintf(linebuf, sizeof(linebuf), "%s", epp); in cpupower_set_epp()
|
| /linux/drivers/accel/ivpu/ |
| A D | ivpu_hw_btrs.c | 222 u16 epp; member 260 val = REG_SET_FLD_NUM(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD1, EPP, wp->epp, val); in wp_request_lnl() 311 wp->epp = 0; in prepare_wp_request() 316 wp->epp = enable ? PLL_EPP_DEFAULT : 0; in prepare_wp_request() 350 PLL_RATIO_TO_FREQ(wp.target), wp.cfg, wp.epp, wp.cdyn); in ivpu_hw_btrs_wp_drive()
|
| /linux/Documentation/i2c/busses/ |
| A D | i2c-parport.rst | 150 This driver is also NOT the same as the i2c-pcf-epp driver found in the 151 lm_sensors package. The i2c-pcf-epp driver doesn't use the parallel port as
|
| /linux/drivers/usb/gadget/udc/ |
| A D | lpc32xx_udc.c | 187 #define ep_dbg(epp, fmt, arg...) \ argument 188 dev_dbg(epp->udc->dev, "%s: " fmt, __func__, ## arg) 189 #define ep_err(epp, fmt, arg...) \ argument 190 dev_err(epp->udc->dev, "%s: " fmt, __func__, ## arg) 191 #define ep_info(epp, fmt, arg...) \ argument 192 dev_info(epp->udc->dev, "%s: " fmt, __func__, ## arg) 193 #define ep_warn(epp, fmt, arg...) \ argument 194 dev_warn(epp->udc->dev, "%s:" fmt, __func__, ## arg)
|
| /linux/tools/power/x86/intel-speed-select/ |
| A D | isst.h | 97 unsigned char epp; member
|
| A D | isst-core-mbox.c | 961 clos_config->epp = resp & 0x0f; in mbox_pm_get_clos() 976 req = clos_config->epp & 0x0f; in mbox_set_clos()
|
| A D | isst-config.c | 1656 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) in set_clos_param() argument 1668 clos_config.epp = epp; in set_clos_param() 2461 clos_config.epp = clos_epp; in set_clos_config_for_cpu()
|
| A D | isst-core-tpmi.c | 693 clos_config->epp = 0; in tpmi_pm_get_clos()
|
| A D | isst-display.c | 612 snprintf(value, sizeof(value), "%d", clos_config->epp); in isst_clos_display_information()
|
| /linux/arch/arm/boot/dts/nvidia/ |
| A D | tegra20.dtsi | 77 epp@540c0000 { 78 compatible = "nvidia,tegra20-epp"; 83 reset-names = "epp";
|
| A D | tegra30.dtsi | 167 epp@540c0000 { 168 compatible = "nvidia,tegra30-epp"; 173 reset-names = "epp";
|
| A D | tegra20-peripherals-opp.dtsi | 306 epp_dvfs_opp_table: opp-table-epp {
|
| A D | tegra30-peripherals-opp.dtsi | 746 epp_dvfs_opp_table: opp-table-epp {
|
| /linux/drivers/net/hamradio/ |
| A D | Kconfig | 137 tristate "BAYCOM epp driver for AX.25"
|
| /linux/Documentation/admin-guide/pm/ |
| A D | intel-speed-select.rst | 432 clos epp is not specified, default: 0 465 epp:0 475 epp:0
|
| A D | amd-pstate.rst | 284 tradeoff. ``default`` represents the epp value is set by platform
|
| /linux/drivers/irqchip/ |
| A D | irq-gic-v3-its.c | 2819 unsigned int np, epp, esz; in allocate_vpe_l1_table() local 2885 epp = psz / (esz * SZ_8); in allocate_vpe_l1_table() 2891 if (epp < ITS_MAX_VPEID) { in allocate_vpe_l1_table() 2897 nl2 = DIV_ROUND_UP(ITS_MAX_VPEID, epp); in allocate_vpe_l1_table() 2911 np, npg, psz, epp, esz); in allocate_vpe_l1_table()
|
| /linux/Documentation/admin-guide/ |
| A D | kernel-parameters.txt | 4320 Format: [spp|ps2|epp|ecp|ecpepp]
|