Searched defs:xgene_pmu_ops (Results 1 – 1 of 1) sorted by relevance
103 struct xgene_pmu_ops { struct104 void (*mask_int)(struct xgene_pmu *pmu);105 void (*unmask_int)(struct xgene_pmu *pmu);106 u64 (*read_counter)(struct xgene_pmu_dev *pmu, int idx);107 void (*write_counter)(struct xgene_pmu_dev *pmu, int idx, u64 val);131 const struct xgene_pmu_ops *ops; argument1734 static const struct xgene_pmu_ops xgene_pmu_ops = { variable