Home
last modified time | relevance | path

Searched refs:xgene_pmu_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/perf/
Dxgene_pmu.c154 struct xgene_pmu_data { struct
1751 static const struct xgene_pmu_data xgene_pmu_data = { variable
1755 static const struct xgene_pmu_data xgene_pmu_v2_data = {
1794 { .compatible = "apm,xgene-pmu", .data = &xgene_pmu_data },
1811 const struct xgene_pmu_data *dev_data; in xgene_pmu_probe()
1827 dev_data = (const struct xgene_pmu_data *) of_id->data; in xgene_pmu_probe()