Home
last modified time | relevance | path

Searched refs:avr32dci_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Davr32dci.c80 __containerof(bus, struct avr32dci_softc, sc_bus)
110 static void avr32dci_root_intr(struct avr32dci_softc *sc);
174 avr32dci_mod_ctrl(struct avr32dci_softc *sc, uint32_t set, uint32_t clear) in avr32dci_mod_ctrl()
185 avr32dci_mod_ien(struct avr32dci_softc *sc, uint32_t set, uint32_t clear) in avr32dci_mod_ien()
196 avr32dci_clocks_on(struct avr32dci_softc *sc) in avr32dci_clocks_on()
212 avr32dci_clocks_off(struct avr32dci_softc *sc) in avr32dci_clocks_off()
227 avr32dci_pull_up(struct avr32dci_softc *sc) in avr32dci_pull_up()
239 avr32dci_pull_down(struct avr32dci_softc *sc) in avr32dci_pull_down()
250 avr32dci_wakeup_peer(struct avr32dci_softc *sc) in avr32dci_wakeup_peer()
265 avr32dci_set_address(struct avr32dci_softc *sc, uint8_t addr) in avr32dci_set_address()
[all …]
H A Davr32dci.h222 struct avr32dci_softc { struct
249 usb_error_t avr32dci_init(struct avr32dci_softc *sc); argument
250 void avr32dci_uninit(struct avr32dci_softc *sc);
251 void avr32dci_interrupt(struct avr32dci_softc *sc);
252 void avr32dci_vbus_interrupt(struct avr32dci_softc *sc, uint8_t is_on);