Searched refs:sc_pmu_ih (Results 1 – 1 of 1) sorted by relevance
108 int (*sc_pmu_ih)(struct trapframe *tf, int unit, int i); member768 sc->sc_pmu_ih = handler; in cmn600_pmu_intr_cb()793 if (sc->sc_pmu_ih != NULL) in cmn600_intr()794 sc->sc_pmu_ih(tf, sc->sc_unit, i); in cmn600_intr()