Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/perf/
H A Darm_dmc620_pmu.c71 * dmc620_pmu_node_lock: protects pmus_node lists in all dmc620_pmu instances
86 struct dmc620_pmu { struct
103 #define to_dmc620_pmu(p) (container_of(p, struct dmc620_pmu, pmu))
238 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(dev_get_drvdata(dev)); in dmc620_pmu_cpumask_show() local
241 cpumask_of(dmc620_pmu->irq->cpu)); in dmc620_pmu_cpumask_show()
264 u32 dmc620_pmu_creg_read(struct dmc620_pmu *dmc620_pmu, in dmc620_pmu_creg_read() argument
267 return readl(dmc620_pmu->base + DMC620_PMU_COUNTERn_OFFSET(idx) + reg); in dmc620_pmu_creg_read()
271 void dmc620_pmu_creg_write(struct dmc620_pmu *dmc620_pm argument
295 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_get_event_idx() local
318 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_pmu_read_counter() local
341 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_pmu_event_set_period() local
350 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_pmu_enable_counter() local
360 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_pmu_disable_counter() local
369 struct dmc620_pmu *dmc620_pmu; dmc620_pmu_handle_irq() local
471 dmc620_pmu_get_irq(struct dmc620_pmu *dmc620_pmu, int irq_num) dmc620_pmu_get_irq() argument
490 dmc620_pmu_put_irq(struct dmc620_pmu *dmc620_pmu) dmc620_pmu_put_irq() argument
514 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_pmu_event_init() local
587 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_pmu_add() local
622 struct dmc620_pmu *dmc620_pmu = to_dmc620_pmu(event->pmu); dmc620_pmu_del() local
636 struct dmc620_pmu *dmc620_pmu; dmc620_pmu_cpu_teardown() local
661 struct dmc620_pmu *dmc620_pmu; dmc620_pmu_device_probe() local
729 struct dmc620_pmu *dmc620_pmu = platform_get_drvdata(pdev); dmc620_pmu_device_remove() local
[all...]

Completed in 2 milliseconds