Lines Matching defs:usb_fifo
102 struct usb_fifo { struct
107 struct usb_fifo_methods *methods; argument
108 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;
117 void *priv_sc0; /* client data */
118 void *priv_sc1; /* client data */
119 void *queue_data;
120 usb_timeout_t timeout; /* timeout in milliseconds */
121 usb_frlength_t bufsize; /* BULK and INTERRUPT buffer size */
145 int usb_fifo_wait(struct usb_fifo *fifo); argument