Lines Matching refs:mmdc_pmu
59 #define to_mmdc_pmu(p) container_of(p, struct mmdc_pmu, pmu)
96 struct mmdc_pmu { struct
127 struct mmdc_pmu *pmu_mmdc = dev_get_drvdata(dev); in mmdc_pmu_cpumask_show() argument
184 static u32 mmdc_pmu_read_counter(struct mmdc_pmu *pmu_mmdc, int cfg) in mmdc_pmu_read_counter()
218 struct mmdc_pmu *pmu_mmdc = hlist_entry_safe(node, struct mmdc_pmu, node); in mmdc_pmu_offline_cpu()
279 struct mmdc_pmu *pmu_mmdc = to_mmdc_pmu(event->pmu); in mmdc_pmu_event_init()
308 struct mmdc_pmu *pmu_mmdc = to_mmdc_pmu(event->pmu); in mmdc_pmu_event_update()
326 struct mmdc_pmu *pmu_mmdc = to_mmdc_pmu(event->pmu); in mmdc_pmu_event_start()
362 struct mmdc_pmu *pmu_mmdc = to_mmdc_pmu(event->pmu); in mmdc_pmu_event_add()
383 struct mmdc_pmu *pmu_mmdc = to_mmdc_pmu(event->pmu); in mmdc_pmu_event_stop()
399 struct mmdc_pmu *pmu_mmdc = to_mmdc_pmu(event->pmu); in mmdc_pmu_event_del()
411 static void mmdc_pmu_overflow_handler(struct mmdc_pmu *pmu_mmdc) in mmdc_pmu_overflow_handler()
425 struct mmdc_pmu *pmu_mmdc = container_of(hrtimer, struct mmdc_pmu, in mmdc_pmu_timer_handler()
434 static int mmdc_pmu_init(struct mmdc_pmu *pmu_mmdc, in mmdc_pmu_init()
437 *pmu_mmdc = (struct mmdc_pmu) { in mmdc_pmu_init()
461 struct mmdc_pmu *pmu_mmdc = platform_get_drvdata(pdev); in imx_mmdc_remove()
474 struct mmdc_pmu *pmu_mmdc; in imx_mmdc_perf_init()