Lines Matching refs:fifo
389 uhid_start_read(struct usb_fifo *fifo)
391 struct uhid_softc *sc = usb_fifo_softc(fifo);
401 uhid_stop_read(struct usb_fifo *fifo)
403 struct uhid_softc *sc = usb_fifo_softc(fifo);
410 uhid_start_write(struct usb_fifo *fifo)
412 struct uhid_softc *sc = usb_fifo_softc(fifo);
423 uhid_stop_write(struct usb_fifo *fifo)
425 struct uhid_softc *sc = usb_fifo_softc(fifo);
511 uhid_open(struct usb_fifo *fifo, int fflags)
513 struct uhid_softc *sc = usb_fifo_softc(fifo);
525 if (usb_fifo_alloc_buffer(fifo,
531 if (usb_fifo_alloc_buffer(fifo,
541 uhid_close(struct usb_fifo *fifo, int fflags)
544 usb_fifo_free_buffer(fifo);
549 uhid_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr,
552 struct uhid_softc *sc = usb_fifo_softc(fifo);
684 uhid_ioctl_post(struct usb_fifo *fifo, u_long cmd, void *addr,
691 error = ugen_fill_deviceinfo(fifo, addr);