Home
last modified time | relevance | path

Searched defs:usb_fifo (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h248 struct usb_fifo { struct
249 int fifonum; /* fifo index attached to this structure */
250 int active; /* fifo is currently active */
251 struct hfcsusb *hw; /* pointer to main structure */
252 int pipe; /* address of endpoint */
255 __u8 intervall; /* interrupt interval */
256 struct urb *urb; /* transfer structure for usb routines */
257 __u8 buffer[128]; /* buffer USB INT OUT URB data */
258 int bit_line; /* how much bits are in the fifo? */
261 struct iso_urb iso[2]; /* two urbs to have one always
[all …]