Lines Matching defs:hisi_pmu
144602 struct hisi_pmu;
144605 void (*write_evtype)(struct hisi_pmu *, int, u32);
144607 u64 (*read_counter)(struct hisi_pmu *, struct hw_perf_event *);
144608 void (*write_counter)(struct hisi_pmu *, struct hw_perf_event *, u64);
144609 void (*enable_counter)(struct hisi_pmu *, struct hw_perf_event *);
144610 void (*disable_counter)(struct hisi_pmu *, struct hw_perf_event *);
144611 void (*enable_counter_int)(struct hisi_pmu *, struct hw_perf_event *);
144612 void (*disable_counter_int)(struct hisi_pmu *, struct hw_perf_event *);
144613 void (*start_counters)(struct hisi_pmu *);
144614 void (*stop_counters)(struct hisi_pmu *);
144615 u32 (*get_int_status)(struct hisi_pmu *);
144616 void (*clear_int_status)(struct hisi_pmu *, int);
144627 struct hisi_pmu {