Searched defs:xillyfifo (Results 1 – 1 of 1) sorted by relevance
70 struct xillyfifo { struct72 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 …]