Home
last modified time | relevance | path

Searched refs:pipe0 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/dev/usb/
Dumass.c647 struct usbd_pipe *pipe0 = usbd_get_pipe0(sc->sc_udev); in umass_attach() local
675 err = usbd_create_xfer(pipe0, 0, 0, 0, in umass_attach()
679 err = usbd_create_xfer(pipe0, 0, 0, 0, in umass_attach()
683 err = usbd_create_xfer(pipe0, 0, 0, 0, in umass_attach()
687 err = usbd_create_xfer(pipe0, 0, 0, 0, in umass_attach()
691 err = usbd_create_xfer(pipe0, 0, 0, 0, in umass_attach()
698 err = usbd_create_xfer(pipe0, sizeof(sc->cbl), 0, 0, in umass_attach()
717 err = usbd_create_xfer(pipe0, 0, 0, 0, in umass_attach()
721 err = usbd_create_xfer(pipe0, 0, 0, 0, in umass_attach()
725 err = usbd_create_xfer(pipe0, sizeof(sc->cbl), 0, 0, in umass_attach()
[all …]
Duhso.c886 struct usbd_pipe *pipe0 = usbd_get_pipe0(sc->sc_udev); in uhso_mux_init() local
889 error = usbd_create_xfer(pipe0, hp->hp_rsize, 0, 0, &hp->hp_rxfer); in uhso_mux_init()
895 error = usbd_create_xfer(pipe0, hp->hp_wsize, 0, 0, &hp->hp_wxfer); in uhso_mux_init()
Dubt.c1014 struct usbd_pipe *pipe0 = usbd_get_pipe0(sc->sc_udev); in ubt_enable() local
1015 error = usbd_create_xfer(pipe0, UBT_BUFSIZ_CMD, USBD_FORCE_SHORT_XFER, in ubt_enable()
Dif_atu.c311 struct usbd_pipe *pipe0 = usbd_get_pipe0(sc->atu_udev); in atu_usb_request() local
312 int error = usbd_create_xfer(pipe0, length, 0, 0, in atu_usb_request()
Dif_ural.c2145 struct usbd_pipe *pipe0 = usbd_get_pipe0(sc->sc_udev); in ural_init() local
2146 error = usbd_create_xfer(pipe0, sizeof(sc->sta), 0, 0, &sc->amrr_xfer); in ural_init()
Dif_rum.c2006 struct usbd_pipe *pipe0 = usbd_get_pipe0(sc->sc_udev); in rum_init() local
2007 error = usbd_create_xfer(pipe0, sizeof(sc->sta), 0, 0, in rum_init()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Docteon.md23 ;; pipe0 and a subset on pipe1.
65 ;; ??? memory-related cop0 reads are pipe0 with 3-cycle latency.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dbtver2.md70 ;; ALU operations can take place in ALU pipe0 or pipe1.