| /linux/drivers/cpufreq/ |
| A D | intel_pstate.c | 616 s16 epp; in intel_pstate_get_epp() local 626 if (epp) in intel_pstate_get_epp() 635 return epp; in intel_pstate_get_epp() 684 s16 epp; in intel_pstate_get_energy_pref_index() local 689 if (epp < 0) in intel_pstate_get_energy_pref_index() 690 return epp; in intel_pstate_get_energy_pref_index() 805 u32 epp = 0; in store_energy_performance_preference() local 944 s16 epp; in intel_pstate_hwp_set() local 969 if (epp < 0) in intel_pstate_hwp_set() 972 epp = 0; in intel_pstate_hwp_set() [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | siena_sriov.c | 1125 epp = kmalloc(sizeof(*epp), GFP_KERNEL); in efx_siena_sriov_peer_work() 1126 if (!epp) 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() 1138 list_del(&epp->link); in efx_siena_sriov_peer_work() 1153 list_del(&epp->link); in efx_siena_sriov_peer_work() 1155 epp->ptr, epp->addr); in efx_siena_sriov_peer_work() 1156 kfree(epp); in efx_siena_sriov_peer_work() 1186 list_del(&epp->link); in efx_siena_sriov_free_local() 1188 epp->ptr, epp->addr); in efx_siena_sriov_free_local() [all …]
|
| /linux/Documentation/devicetree/bindings/display/tegra/ |
| A D | nvidia,tegra20-host1x.txt | 132 - epp: encoder pre-processor 135 - compatible: "nvidia,tegra<chip>-epp" 143 - epp 506 epp { 507 compatible = "nvidia,tegra20-epp"; 512 reset-names = "epp";
|
| /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 | 82 unsigned char epp; member
|
| A D | isst-core.c | 1001 clos_config->epp = resp & 0x0f; in isst_pm_get_clos() 1016 req = clos_config->epp & 0x0f; in isst_set_clos()
|
| A D | isst-config.c | 1430 static int set_clos_param(int cpu, int clos, int epp, int wt, int min, int max) in set_clos_param() argument 1442 clos_config.epp = epp; in set_clos_param() 2206 clos_config.epp = clos_epp; in set_clos_config_for_cpu()
|
| A D | isst-display.c | 625 snprintf(value, sizeof(value), "%d", clos_config->epp); in isst_clos_display_information()
|
| /linux/arch/arm/boot/dts/ |
| A D | tegra20.dtsi | 69 epp@540c0000 { 70 compatible = "nvidia,tegra20-epp"; 75 reset-names = "epp";
|
| A D | tegra30.dtsi | 155 epp@540c0000 { 156 compatible = "nvidia,tegra30-epp"; 161 reset-names = "epp";
|
| /linux/drivers/net/hamradio/ |
| A D | Kconfig | 172 tristate "BAYCOM epp driver for AX.25"
|
| /linux/Documentation/admin-guide/pm/ |
| A D | intel-speed-select.rst | 410 clos epp is not specified, default: 0 443 epp:0 453 epp:0
|
| /linux/drivers/irqchip/ |
| A D | irq-gic-v3-its.c | 2801 unsigned int np, epp, esz; in allocate_vpe_l1_table() local 2867 epp = psz / (esz * SZ_8); in allocate_vpe_l1_table() 2873 if (epp < ITS_MAX_VPEID) { in allocate_vpe_l1_table() 2879 nl2 = DIV_ROUND_UP(ITS_MAX_VPEID, epp); in allocate_vpe_l1_table() 2893 np, npg, psz, epp, esz); in allocate_vpe_l1_table()
|
| /linux/Documentation/admin-guide/ |
| A D | kernel-parameters.txt | 3765 Format: [spp|ps2|epp|ecp|ecpepp]
|