Searched refs:pmu (Results 276 - 300 of 338) sorted by relevance

<<11121314

/linux-master/drivers/phy/samsung/
H A Dphy-exynos-mipi-video.c18 #include <linux/soc/samsung/exynos-regs-pmu.h>
160 "samsung,pmu-syscon",
H A Dphy-samsung-ufs.c20 #include <linux/soc/samsung/exynos-pmu.h>
272 "samsung,pmu-syscon");
275 dev_err(dev, "failed syscon remap for pmu\n");
292 if (!of_property_read_u32_index(dev->of_node, "samsung,pmu-syscon", 1,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h491 } pmu; member in struct:intel_engine_cs
/linux-master/tools/perf/arch/arm64/util/
H A Darm-spe.c21 #include "../../../util/pmu.h"
500 sper->itr.pmu = arm_spe_pmu;
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ipq4019.c505 QCA_PIN_FUNCTION(pmu),
623 PINGROUP(54, qpic, blsp_spi0, i2s_td, NA, pmu, NA, NA, NA, tm, NA, NA,
625 PINGROUP(55, qpic, blsp_spi0, i2s_td, NA, pmu, NA, NA, NA, tm, NA, NA,
/linux-master/drivers/iommu/intel/
H A Diommu.h687 struct pmu pmu; member in struct:iommu_pmu
752 struct iommu_pmu *pmu; member in struct:intel_iommu
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dbase.c27 #include <subdev/pmu.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm200.c29 #include <subdev/pmu.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c42 #include <linux/pmu.h>
179 struct device_node *dn = of_find_node_by_name(NULL, "via-pmu");
H A Dpic.c22 #include <linux/pmu.h>
591 np = of_find_node_by_name(NULL, "via-pmu");
H A Dnvram.c16 #include <linux/pmu.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dfwsec.c25 #include <subdev/bios/pmu.h>
/linux-master/drivers/perf/arm_cspmu/
H A Dnvidia_cspmu.c239 to_nv_cspmu_ctx(to_arm_cspmu(event->pmu));
/linux-master/arch/m68k/mac/
H A Dmisc.c17 #include <linux/pmu.h>
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c21 #include <linux/pmu.h>
/linux-master/tools/perf/arch/x86/util/
H A Dintel-bts.c437 btsr->itr.pmu = intel_bts_pmu;
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c28 #include <linux/soc/samsung/exynos-pmu.h>
29 #include <linux/soc/samsung/exynos-regs-pmu.h>
/linux-master/tools/perf/util/
H A Dauxtrace.c33 #include "pmu.h"
674 if (!itr->evlist || !itr->pmu)
678 if (evsel->core.attr.type == itr->pmu->type) {
2798 struct perf_pmu *pmu = evsel__find_pmu(evsel); local
2801 if (!pmu)
2804 perf_pmu__scan_file(pmu, "nr_addr_filters", "%d", &nr_addr_filters);
H A Dstat-display.c22 #include "pmu.h"
954 if (!counter->pmu || !counter->pmu->is_uncore)
957 perf_cpu_map__for_each_cpu(cpu, idx, counter->pmu->cpus) {
/linux-master/include/linux/ssb/
H A Dssb_driver_chipcommon.h594 struct ssb_chipcommon_pmu pmu; member in struct:ssb_chipcommon
/linux-master/arch/x86/events/intel/
H A Dbts.c64 static struct pmu bts_pmu;
/linux-master/drivers/macintosh/
H A Dmediabay.c30 #include <linux/pmu.h>
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c10 #include <linux/coresight-pmu.h>
/linux-master/kernel/events/
H A Dhw_breakpoint.c995 static struct pmu perf_breakpoint = {
/linux-master/drivers/watchdog/
H A Ds3c2410_wdt.c29 #include <linux/soc/samsung/exynos-pmu.h>

Completed in 614 milliseconds

<<11121314