Lines Matching defs:fifo
411 uhid_start_read(struct usb_fifo *fifo)
413 struct uhid_softc *sc = usb_fifo_softc(fifo);
423 uhid_stop_read(struct usb_fifo *fifo)
425 struct uhid_softc *sc = usb_fifo_softc(fifo);
432 uhid_start_write(struct usb_fifo *fifo)
434 struct uhid_softc *sc = usb_fifo_softc(fifo);
445 uhid_stop_write(struct usb_fifo *fifo)
447 struct uhid_softc *sc = usb_fifo_softc(fifo);
515 uhid_open(struct usb_fifo *fifo, int fflags)
517 struct uhid_softc *sc = usb_fifo_softc(fifo);
529 if (usb_fifo_alloc_buffer(fifo,
535 if (usb_fifo_alloc_buffer(fifo,
544 uhid_close(struct usb_fifo *fifo, int fflags)
547 usb_fifo_free_buffer(fifo);
552 uhid_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr,
555 struct uhid_softc *sc = usb_fifo_softc(fifo);
689 uhid_ioctl_post(struct usb_fifo *fifo, u_long cmd, void *addr,
696 error = ugen_fill_deviceinfo(fifo, addr);