Searched defs:usb_fifo (Results 1 – 2 of 2) sorted by relevance
247 struct usb_fifo { struct248 int fifonum; /* fifo index attached to this structure */249 int active; /* fifo is currently active */250 struct hfcsusb *hw; /* pointer to main structure */251 int pipe; /* address of endpoint */252 __u8 usb_packet_maxlen; /* maximum length for usb transfer */253 unsigned int max_size; /* maximum size of receive/send packet */254 __u8 intervall; /* interrupt interval */255 struct urb *urb; /* transfer structure for usb routines */256 __u8 buffer[128]; /* buffer USB INT OUT URB data */[all …]
148 typedef struct usb_fifo { struct166 } usb_fifo; argument