Searched refs:pipe0 (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | umass.c | 647 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 …]
|
| D | uhso.c | 886 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()
|
| D | ubt.c | 1014 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()
|
| D | if_atu.c | 311 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()
|
| D | if_ural.c | 2145 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()
|
| D | if_rum.c | 2006 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/ |
| D | octeon.md | 23 ;; 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/ |
| D | btver2.md | 70 ;; ALU operations can take place in ALU pipe0 or pipe1.
|