/src/sys/dev/usb/ |
emdtvvar.h | 93 uint8_t sc_intr_buf; member in struct:emdtv_softc
|
ubsavar.h | 124 u_char *sc_intr_buf; /* interrupt buffer */ member in struct:ubsa_softc
|
umct.c | 88 u_char *sc_intr_buf; /* interrupt buffer */ member in struct:umct_softc 328 if (sc->sc_intr_buf != NULL) { 329 kmem_free(sc->sc_intr_buf, sc->sc_isize); 330 sc->sc_intr_buf = NULL; 556 sc->sc_intr_buf = kmem_alloc(sc->sc_isize, KM_SLEEP); 559 sc->sc_intr_buf, sc->sc_isize, 588 u_char *tbuf = sc->sc_intr_buf;
|
umcs.c | 95 uint8_t *sc_intr_buf; /* buffer for interrupt xfer */ member in struct:umcs7840_softc 285 sc->sc_intr_buf = kmem_alloc(sc->sc_intr_buflen, KM_SLEEP); 288 USBD_SHORT_XFER_OK, &sc->sc_intr_pipe, sc, sc->sc_intr_buf, 529 if (sc->sc_intr_buf != NULL) { 530 kmem_free(sc->sc_intr_buf, sc->sc_intr_buflen); 531 sc->sc_intr_buf = NULL; 864 u_char *buf = sc->sc_intr_buf;
|
uplcom.c | 141 u_char *sc_intr_buf; /* interrupt buffer */ member in struct:uplcom_softc 516 if (sc->sc_intr_buf != NULL) { 517 kmem_free(sc->sc_intr_buf, sc->sc_isize); 518 sc->sc_intr_buf = NULL; 890 sc->sc_intr_buf = kmem_alloc(sc->sc_isize, KM_SLEEP); 893 sc->sc_intr_buf, sc->sc_isize, 925 u_char *buf = sc->sc_intr_buf;
|
uvscom.c | 150 u_char *sc_intr_buf; /* interrupt buffer */ member in struct:uvscom_softc 388 if (sc->sc_intr_buf) { 389 kmem_free(sc->sc_intr_buf, sc->sc_isize); 390 sc->sc_intr_buf = NULL; 739 sc->sc_intr_buf = kmem_alloc(sc->sc_isize, KM_SLEEP); 745 sc->sc_intr_buf, 803 u_char *buf = sc->sc_intr_buf;
|
uchcom.c | 132 u_char *sc_intr_buf; member in struct:uchcom_softc 805 sc->sc_intr_buf = kmem_alloc(sc->sc_intr_size, KM_SLEEP); 810 sc->sc_intr_buf, 832 if (sc->sc_intr_buf != NULL) { 833 kmem_free(sc->sc_intr_buf, sc->sc_intr_size); 834 sc->sc_intr_buf = NULL; 937 u_char *buf = sc->sc_intr_buf;
|