/Linux-v5.10/drivers/cpufreq/ |
D | intel_pstate.c | 540 s16 epp; in intel_pstate_get_epp() local 548 epp = rdmsrl_on_cpu(cpu_data->cpu, MSR_HWP_REQUEST, in intel_pstate_get_epp() 550 if (epp) in intel_pstate_get_epp() 551 return epp; in intel_pstate_get_epp() 553 epp = (hwp_req_data >> 24) & 0xff; in intel_pstate_get_epp() 556 epp = intel_pstate_get_epb(cpu_data); in intel_pstate_get_epp() 559 return epp; in intel_pstate_get_epp() 608 s16 epp; in intel_pstate_get_energy_pref_index() local 612 epp = intel_pstate_get_epp(cpu_data, 0); in intel_pstate_get_energy_pref_index() 613 if (epp < 0) in intel_pstate_get_energy_pref_index() [all …]
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 405 struct efx_endpoint_page *epp; in __efx_siena_sriov_push_vf_status() local 437 list_for_each_entry(epp, &nic_data->local_page_list, link) { in __efx_siena_sriov_push_vf_status() 446 copy[pos].from_addr = epp->addr; in __efx_siena_sriov_push_vf_status() 1086 struct efx_endpoint_page *epp; in efx_siena_sriov_peer_work() local 1125 epp = kmalloc(sizeof(*epp), GFP_KERNEL); in efx_siena_sriov_peer_work() 1126 if (!epp) in efx_siena_sriov_peer_work() 1128 epp->ptr = dma_alloc_coherent( in efx_siena_sriov_peer_work() 1130 &epp->addr, GFP_KERNEL); in efx_siena_sriov_peer_work() 1131 if (!epp->ptr) { in efx_siena_sriov_peer_work() 1132 kfree(epp); in efx_siena_sriov_peer_work() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra20-host1x.txt | 116 - epp: encoder pre-processor 119 - compatible: "nvidia,tegra<chip>-epp" 127 - epp 456 epp { 457 compatible = "nvidia,tegra20-epp"; 462 reset-names = "epp";
|
/Linux-v5.10/Documentation/i2c/busses/ |
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-v5.10/drivers/usb/gadget/udc/ |
D | lpc32xx_udc.c | 188 #define ep_dbg(epp, fmt, arg...) \ argument 189 dev_dbg(epp->udc->dev, "%s: " fmt, __func__, ## arg) 190 #define ep_err(epp, fmt, arg...) \ argument 191 dev_err(epp->udc->dev, "%s: " fmt, __func__, ## arg) 192 #define ep_info(epp, fmt, arg...) \ argument 193 dev_info(epp->udc->dev, "%s: " fmt, __func__, ## arg) 194 #define ep_warn(epp, fmt, arg...) \ argument 195 dev_warn(epp->udc->dev, "%s:" fmt, __func__, ## arg)
|
/Linux-v5.10/tools/power/x86/intel-speed-select/ |
D | isst.h | 82 unsigned char epp; member
|
D | isst-core.c | 975 clos_config->epp = resp & 0x0f; in isst_pm_get_clos() 990 req = clos_config->epp & 0x0f; in isst_set_clos()
|
D | isst-config.c | 1388 static int set_clos_param(int cpu, int clos, int epp, int wt, int min, int max) in set_clos_param() argument 1400 clos_config.epp = epp; in set_clos_param() 2138 clos_config.epp = clos_epp; in set_clos_config_for_cpu()
|
D | isst-display.c | 617 snprintf(value, sizeof(value), "%d", clos_config->epp); in isst_clos_display_information()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | tegra20.dtsi | 67 epp@540c0000 { 68 compatible = "nvidia,tegra20-epp"; 73 reset-names = "epp";
|
D | tegra30.dtsi | 152 epp@540c0000 { 153 compatible = "nvidia,tegra30-epp"; 158 reset-names = "epp";
|
/Linux-v5.10/drivers/net/hamradio/ |
D | Kconfig | 171 tristate "BAYCOM epp driver for AX.25"
|
/Linux-v5.10/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 410 clos epp is not specified, default: 0 443 epp:0 453 epp:0
|
/Linux-v5.10/drivers/irqchip/ |
D | irq-gic-v3-its.c | 2796 unsigned int np, epp, esz; in allocate_vpe_l1_table() local 2862 epp = psz / (esz * SZ_8); in allocate_vpe_l1_table() 2868 if (epp < ITS_MAX_VPEID) { in allocate_vpe_l1_table() 2874 nl2 = DIV_ROUND_UP(ITS_MAX_VPEID, epp); in allocate_vpe_l1_table() 2888 np, npg, psz, epp, esz); in allocate_vpe_l1_table()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3562 Format: [spp|ps2|epp|ecp|ecpepp]
|