Home
last modified time | relevance | path

Searched refs:USBD_MPSAFE (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/dev/usb/
Dusbdi.h79 #define USBD_MPSAFE 0x80 macro
Dualea.c126 USBD_EXCLUSIVE_USE|USBD_MPSAFE, &sc->sc_pipe); in ualea_attach()
Dauvitek_dtv.c284 USBD_EXCLUSIVE_USE|USBD_MPSAFE, &sc->sc_ab.ab_pipe); in auvitek_dtv_init_pipes()
Demdtv_dtv.c107 ed->bEndpointAddress, USBD_EXCLUSIVE_USE|USBD_MPSAFE, in emdtv_dtv_attach()
Dif_gscan.c425 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_rx_pipe)) != 0) { in gscan_ifup()
431 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_tx_pipe)) != 0) { in gscan_ifup()
Dusbdi.c309 USBD_EXCLUSIVE_USE | (flags & USBD_MPSAFE), in usbd_open_pipe_intr()
1198 if (!(pipe->up_flags & USBD_MPSAFE)) in usb_transfer_complete()
1205 if (!(pipe->up_flags & USBD_MPSAFE)) in usb_transfer_complete()
Dumass.c589 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_pipe[UMASS_BULKOUT]); in umass_attach()
601 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_pipe[UMASS_BULKIN]); in umass_attach()
627 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_pipe[UMASS_INTRIN]); in umass_attach()
Dusb_subr.c1480 &dev->ud_pipe0, USBD_MPSAFE); in usbd_new_device()
1549 &dev->ud_pipe0, USBD_MPSAFE); in usbd_new_device()
1575 &dev->ud_pipe0, USBD_MPSAFE); in usbd_new_device()
Dusbnet.c796 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &unp->unp_ep[i], un, in usbnet_ep_open_pipes()
801 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &unp->unp_ep[i]); in usbnet_ep_open_pipes()
Duhub.c423 USBD_SHORT_XFER_OK|USBD_MPSAFE, &sc->sc_ipipe, sc, in uhub_attach()
Dumidi.c689 err = usbd_open_pipe(sc->sc_iface, ep->addr, USBD_MPSAFE, &ep->pipe); in alloc_pipe()
Duaudio.c3718 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE, &ch->pipe); in uaudio_chan_open()
3725 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE, in uaudio_chan_open()