Searched defs:usb_fifo (Results 1 – 1 of 1) sorted by relevance
102 struct usb_fifo { struct107 struct usb_fifo_methods *methods; argument108 struct usb_symlink *symlink[2];/* our symlinks */109 struct proc *async_p; /* process that wants SIGIO */110 struct usb_fs_endpoint *fs_ep_ptr;111 struct usb_device *udev;112 struct usb_xfer *xfer[2];113 struct usb_xfer **fs_xfer;114 struct mtx *priv_mtx; /* client data */116 struct usb_cdev_privdata *curr_cpd;[all …]