Symbol: avr32dci_softc
sys/dev/usb/controller/avr32dci.c
1050
struct avr32dci_softc *sc = AVR32_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/avr32dci.c
1080
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
1095
avr32dci_clear_stall_sub(struct avr32dci_softc *sc, uint8_t ep_no,
sys/dev/usb/controller/avr32dci.c
110
static void avr32dci_root_intr(struct avr32dci_softc *sc);
sys/dev/usb/controller/avr32dci.c
1162
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
1188
avr32dci_init(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
1242
avr32dci_uninit(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
1277
avr32dci_suspend(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
1283
avr32dci_resume(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
1291
struct avr32dci_softc *sc = AVR32_BUS2SC(bus);
sys/dev/usb/controller/avr32dci.c
1355
struct avr32dci_softc *sc = AVR32_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/avr32dci.c
1473
struct avr32dci_softc *sc = AVR32_BUS2SC(udev->bus);
sys/dev/usb/controller/avr32dci.c
174
avr32dci_mod_ctrl(struct avr32dci_softc *sc, uint32_t set, uint32_t clear)
sys/dev/usb/controller/avr32dci.c
185
avr32dci_mod_ien(struct avr32dci_softc *sc, uint32_t set, uint32_t clear)
sys/dev/usb/controller/avr32dci.c
1907
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
196
avr32dci_clocks_on(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
2001
struct avr32dci_softc *sc = AVR32_BUS2SC(udev->bus);
sys/dev/usb/controller/avr32dci.c
2024
struct avr32dci_softc *sc = AVR32_BUS2SC(bus);
sys/dev/usb/controller/avr32dci.c
212
avr32dci_clocks_off(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
227
avr32dci_pull_up(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
239
avr32dci_pull_down(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
250
avr32dci_wakeup_peer(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
265
avr32dci_set_address(struct avr32dci_softc *sc, uint8_t addr)
sys/dev/usb/controller/avr32dci.c
275
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
350
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
449
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
523
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
601
avr32dci_interrupt_poll(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
615
avr32dci_vbus_interrupt(struct avr32dci_softc *sc, uint8_t is_on)
sys/dev/usb/controller/avr32dci.c
643
avr32dci_interrupt(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.c
746
struct avr32dci_softc *sc;
sys/dev/usb/controller/avr32dci.c
80
__containerof(bus, struct avr32dci_softc, sc_bus)
sys/dev/usb/controller/avr32dci.c
908
struct avr32dci_softc *sc = AVR32_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/avr32dci.c
924
avr32dci_root_intr(struct avr32dci_softc *sc)
sys/dev/usb/controller/avr32dci.h
249
usb_error_t avr32dci_init(struct avr32dci_softc *sc);
sys/dev/usb/controller/avr32dci.h
250
void avr32dci_uninit(struct avr32dci_softc *sc);
sys/dev/usb/controller/avr32dci.h
251
void avr32dci_interrupt(struct avr32dci_softc *sc);
sys/dev/usb/controller/avr32dci.h
252
void avr32dci_vbus_interrupt(struct avr32dci_softc *sc, uint8_t is_on);