Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Dulpt.c625 error = usb_fifo_attach(uaa->device, sc, &sc->sc_lock, in ulpt_attach()
632 error = usb_fifo_attach(uaa->device, sc, &sc->sc_lock, in ulpt_attach()
/dragonfly/sys/bus/u4b/misc/
H A Dufm.c150 error = usb_fifo_attach(uaa->device, sc, &sc->sc_lock, in ufm_attach()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c225 error = usb_fifo_attach(uaa->device, sc, &sc->sc_lock, in ubtbcmfw_attach()
/dragonfly/sys/bus/u4b/input/
H A Duep.c329 error = usb_fifo_attach(uaa->device, sc, &sc->lock, &uep_fifo_methods, in uep_attach()
H A Duhid.c812 error = usb_fifo_attach(uaa->device, sc, &sc->sc_lock, in uhid_attach()
H A Dums.c705 err = usb_fifo_attach(uaa->device, sc, &sc->sc_lock, in ums_attach()
H A Dwsp.c786 if (usb_fifo_attach(sc->sc_usb_device, sc, &sc->sc_lock, in wsp_attach()
/dragonfly/sys/bus/u4b/storage/
H A Durio.c243 error = usb_fifo_attach(uaa->device, sc, &sc->sc_lock, in urio_attach()
/dragonfly/sys/bus/u4b/
H A Dusbdi.h592 int usb_fifo_attach(struct usb_device *udev, void *priv_sc,
H A Dusb_dev.c1967 usb_fifo_attach(struct usb_device *udev, void *priv_sc, in usb_fifo_attach() function
/dragonfly/share/man/man9/
H A DMakefile1020 usbdi.9 usb_fifo_attach.9 \
/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c5958 error = usb_fifo_attach(sc->sc_udev, chan, &chan->lock, in umidi_probe()