Searched refs:sc_clocks_off (Results 1 – 7 of 7) sorted by relevance
260 atmegadci_clocks_t *sc_clocks_off; member
228 avr32dci_clocks_t *sc_clocks_off; member
409 void (*sc_clocks_off) (void *arg); member
183 (sc->sc_clocks_off) (&sc->sc_bus); in atmegadci_clocks_off()
220 (sc->sc_clocks_off) (&sc->sc_bus); in avr32dci_clocks_off()
283 if (sc->sc_clocks_off) { in musbotg_clocks_off()284 (sc->sc_clocks_off) (sc->sc_clocks_arg); in musbotg_clocks_off()
304 sc->sc_otg.sc_clocks_off = &musbotg_clocks_off; in musbotg_attach()