Searched refs:plat_device (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/perf/
H A Darm_pmu.c327 struct platform_device *plat_device; armpmu_dispatch_irq() local
339 plat_device = armpmu->plat_device; armpmu_dispatch_irq()
340 plat = dev_get_platdata(&plat_device->dev); armpmu_dispatch_irq()
606 struct platform_device *pmu_device = cpu_pmu->plat_device; cpu_pmu_free_irq()
634 struct platform_device *pmu_device = cpu_pmu->plat_device; cpu_pmu_request_irq()
752 if (!platform_get_irq(cpu_pmu->plat_device, 0))
795 struct platform_device *pdev = pmu->plat_device; of_pmu_irq_cfg()
893 pmu->plat_device = pdev; arm_pmu_device_probe()
/linux-4.4.14/include/linux/perf/
H A Darm_pmu.h107 struct platform_device *plat_device; member in struct:arm_pmu
/linux-4.4.14/drivers/bus/
H A Darm-cci.c143 struct platform_device *plat_device; member in struct:cci_pmu
697 struct platform_device *pmu_device = cci_pmu->plat_device; pmu_request_irq()
749 dev_err(&cci_pmu->plat_device->dev, "Invalid CCI PMU counter %d\n", idx); pmu_read_counter()
764 dev_err(&cci_pmu->plat_device->dev, "Invalid CCI PMU counter %d\n", idx); pmu_write_counter()
935 dev_err(&cci_pmu->plat_device->dev, "Invalid CCI PMU counter %d\n", idx); cci_pmu_start()
961 dev_err(&cci_pmu->plat_device->dev, "Invalid CCI PMU counter %d\n", idx); cci_pmu_stop()
1290 cci_pmu->plat_device = pdev; cci_pmu_init()
/linux-4.4.14/arch/arm/kernel/
H A Dperf_event_v7.c1513 if (of_property_read_bool(cpu_pmu->plat_device->dev.of_node, krait_pmu_init()

Completed in 287 milliseconds