Searched refs:sc_clocks_off (Results 1 – 7 of 7) sorted by relevance
261 atmegadci_clocks_t *sc_clocks_off; member
229 avr32dci_clocks_t *sc_clocks_off; member
410 void (*sc_clocks_off) (void *arg); member
223 (sc->sc_clocks_off) (&sc->sc_bus); in avr32dci_clocks_off()
188 (sc->sc_clocks_off) (&sc->sc_bus); in atmegadci_clocks_off()
287 if (sc->sc_clocks_off) { in musbotg_clocks_off()288 (sc->sc_clocks_off) (sc->sc_clocks_arg); in musbotg_clocks_off()
265 sc->sc_otg.sc_clocks_off = &musbotg_clocks_off; in musbotg_attach()