Searched refs:sc_intrbuf (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | usps.c | 74 uint8_t *sc_intrbuf; member 263 sc->sc_intrbuf = malloc(sc->sc_isize, M_USBDEV, M_WAITOK); in usps_attach() 264 if (sc->sc_intrbuf == NULL) in usps_attach() 267 USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_intrbuf, in usps_attach() 283 if (sc->sc_intrbuf != NULL) in usps_attach() 284 free(sc->sc_intrbuf, M_USBDEV, sc->sc_isize); in usps_attach() 298 if (sc->sc_intrbuf != NULL) in usps_detach() 299 free(sc->sc_intrbuf, M_USBDEV, sc->sc_isize); in usps_detach() 401 if (sc->sc_intrbuf == NULL) in usps_intr() 404 pkt = (struct usps_port_pkt *)sc->sc_intrbuf; in usps_intr()
|