Home
last modified time | relevance | path

Searched defs:cci_pmu (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/bus/
Darm-cci.c115 struct cci_pmu { struct
121 const struct cci_pmu_model *model; argument
122 struct cci_pmu_hw_events hw_events; argument
129 static struct cci_pmu *pmu; argument
158 #define CCI_PMU_CNTR_LAST(cci_pmu) (CCI_PMU_CYCLE_CNTR_IDX + cci_pmu->num_events - 1) argument
236 static int pmu_is_valid_counter(struct cci_pmu *cci_pmu, int idx) in pmu_is_valid_counter()
278 struct cci_pmu *cci_pmu = to_cci_pmu(event->pmu); in pmu_get_event_idx() local
314 static int pmu_request_irq(struct cci_pmu *cci_pmu, irq_handler_t handler) in pmu_request_irq()
349 static void pmu_free_irq(struct cci_pmu *cci_pmu) in pmu_free_irq()
363 struct cci_pmu *cci_pmu = to_cci_pmu(event->pmu); in pmu_read_counter() local
[all …]