Searched defs:xgene_pmu_ops (Results 1 – 1 of 1) sorted by relevance
101 struct xgene_pmu_ops { struct102 void (*mask_int)(struct xgene_pmu *pmu);103 void (*unmask_int)(struct xgene_pmu *pmu);104 u64 (*read_counter)(struct xgene_pmu_dev *pmu, int idx);105 void (*write_counter)(struct xgene_pmu_dev *pmu, int idx, u64 val);129 const struct xgene_pmu_ops *ops; argument1730 static const struct xgene_pmu_ops xgene_pmu_ops = { variable