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

/netbsd-current/sys/dev/usb/
H A Dubt.c192 uint8_t *sc_evt_buf; member in struct:ubt_softc
902 if (sc->sc_evt_buf != NULL) {
903 kmem_free(sc->sc_evt_buf, UBT_BUFSIZ_EVENT);
904 sc->sc_evt_buf = NULL;
1002 sc->sc_evt_buf = kmem_alloc(UBT_BUFSIZ_EVENT, KM_SLEEP);
1008 sc->sc_evt_buf,

Completed in 95 milliseconds