Lines Matching defs:nds32_pmu
63 struct nds32_pmu {
76 void (*start)(struct nds32_pmu *nds32_pmu);
77 void (*stop)(struct nds32_pmu *nds32_pmu);
79 int (*request_irq)(struct nds32_pmu *nds32_pmu, irq_handler_t handler);
80 void (*free_irq)(struct nds32_pmu *nds32_pmu);
89 #define to_nds32_pmu(p) (container_of(p, struct nds32_pmu, pmu))
91 int nds32_pmu_register(struct nds32_pmu *nds32_pmu, int type);