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

/drivers/isdn/hisax/
H A Dhfc_usb.c139 struct usb_fifo; /* forward definition */
143 struct usb_fifo *owner_fifo; /* pointer to owner fifo */
148 typedef struct usb_fifo { struct
166 } usb_fifo; typedef in typeref:struct:usb_fifo
201 usb_fifo fifos[HFCUSB_NUM_FIFOS]; /* structure holding all fifo data */
209 static void collect_rx_frame(usb_fifo *fifo, __u8 *data, int len,
454 start_isoc_chain(usb_fifo *fifo, int num_packets_per_urb,
472 fifo->iso[i].owner_fifo = (struct usb_fifo *) fifo;
514 stop_isoc_chain(usb_fifo *fifo)
545 usb_fifo *fif
[all...]
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h233 struct usb_fifo;
239 struct usb_fifo *owner_fifo; /* pointer to owner fifo */
247 struct usb_fifo { struct
284 struct usb_fifo fifos[HFCUSB_NUM_FIFOS];

Completed in 47 milliseconds