Searched refs:USBD_MPSAFE (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | usbdi.h | 79 #define USBD_MPSAFE 0x80 macro
|
| D | ualea.c | 126 USBD_EXCLUSIVE_USE|USBD_MPSAFE, &sc->sc_pipe); in ualea_attach()
|
| D | auvitek_dtv.c | 284 USBD_EXCLUSIVE_USE|USBD_MPSAFE, &sc->sc_ab.ab_pipe); in auvitek_dtv_init_pipes()
|
| D | emdtv_dtv.c | 107 ed->bEndpointAddress, USBD_EXCLUSIVE_USE|USBD_MPSAFE, in emdtv_dtv_attach()
|
| D | if_gscan.c | 425 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()
|
| D | usbdi.c | 309 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()
|
| D | umass.c | 589 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()
|
| D | usb_subr.c | 1480 &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()
|
| D | usbnet.c | 796 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()
|
| D | uhub.c | 423 USBD_SHORT_XFER_OK|USBD_MPSAFE, &sc->sc_ipipe, sc, in uhub_attach()
|
| D | umidi.c | 689 err = usbd_open_pipe(sc->sc_iface, ep->addr, USBD_MPSAFE, &ep->pipe); in alloc_pipe()
|
| D | uaudio.c | 3718 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()
|