Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/media/usb/cx231xx/
Dcx231xx.h251 struct cx231xx_dmaqueue { struct
252 struct list_head active;
253 struct list_head queued;
255 wait_queue_head_t wq;
258 int pos;
259 u8 is_partial_line;
260 u8 partial_buf[8];
261 u8 last_sav;
262 int current_field;
263 u32 bytes_left_in_line;
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
Dcx231xx.h238 struct cx231xx_dmaqueue { struct
239 struct list_head active;
241 wait_queue_head_t wq;
244 int pos;
245 u8 is_partial_line;
246 u8 partial_buf[8];
247 u8 last_sav;
248 int current_field;
249 u32 bytes_left_in_line;
250 u32 lines_completed;
[all …]