Searched defs:xillyusb_channel (Results 1 – 1 of 1) sorted by relevance
118 struct xillyusb_channel { struct119 struct xillyusb_dev *xdev;121 struct xillyfifo *in_fifo;122 struct xillyusb_endpoint *out_ep;123 struct mutex lock; /* protect @out_ep, @in_fifo, bit fields below */125 struct mutex in_mutex; /* serialize fops on FPGA to host stream */126 struct mutex out_mutex; /* serialize fops on host to FPGA stream */127 wait_queue_head_t flushq;129 int chan_idx;131 u32 in_consumed_bytes;[all …]