Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/xillybus/
H A Dxillyusb.c70 struct xillyfifo { struct
72 unsigned int bufnum;
74 unsigned int buf_order;
76 int fill; /* Number of bytes in the FIFO */
77 spinlock_t lock;
78 wait_queue_head_t waitq;
80 unsigned int readpos;
81 unsigned int readbuf;
82 unsigned int writepos;
83 unsigned int writebuf;
[all …]