Searched refs:sc_vbus (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dat91dci_atmelarm.c86 struct callout sc_vbus; member in struct:at91_udp_softc
97 callout_reset(&sc->sc_vbus, hz, (void *)&at91_vbus_poll, sc);
166 callout_init_mtx(&sc->sc_vbus, &sc->sc_dci.sc_bus.bus_mtx, 0);
258 callout_stop(&sc->sc_vbus);
261 callout_drain(&sc->sc_vbus);
H A Dat91dci_fdt.c90 struct callout sc_vbus; member in struct:at91_udp_softc
101 callout_reset(&sc->sc_vbus, hz, (void *)&at91_vbus_poll, sc);
172 callout_init_mtx(&sc->sc_vbus, &sc->sc_dci.sc_bus.bus_mtx, 0);
264 callout_stop(&sc->sc_vbus);
267 callout_drain(&sc->sc_vbus);

Completed in 110 milliseconds