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