cx23885.h (9938b04472d5c59f8bd8152a548533a8599596a2) | cx23885.h (2bc46b3ad3c15165f91459b07ff8682478683194) |
---|---|
1/* 2 * Driver for the Conexant CX23885 PCIe bridge 3 * 4 * Copyright (c) 2006 Steven Toth <stoth@linuxtv.org> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 416 unchanged lines hidden (view full) --- 425 struct cx23885_fmt *fmt; 426 unsigned int width, height; 427 unsigned field; 428 429 struct cx23885_dmaqueue vidq; 430 struct vb2_queue vb2_vidq; 431 struct cx23885_dmaqueue vbiq; 432 struct vb2_queue vb2_vbiq; | 1/* 2 * Driver for the Conexant CX23885 PCIe bridge 3 * 4 * Copyright (c) 2006 Steven Toth <stoth@linuxtv.org> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 416 unchanged lines hidden (view full) --- 425 struct cx23885_fmt *fmt; 426 unsigned int width, height; 427 unsigned field; 428 429 struct cx23885_dmaqueue vidq; 430 struct vb2_queue vb2_vidq; 431 struct cx23885_dmaqueue vbiq; 432 struct vb2_queue vb2_vbiq; |
433 void *alloc_ctx; | |
434 435 spinlock_t slock; 436 437 /* MPEG Encoder ONLY settings */ 438 u32 cx23417_mailbox; 439 struct cx2341x_handler cxhdl; 440 struct video_device *v4l_device; 441 struct vb2_queue vb2_mpegq; --- 194 unchanged lines hidden --- | 433 434 spinlock_t slock; 435 436 /* MPEG Encoder ONLY settings */ 437 u32 cx23417_mailbox; 438 struct cx2341x_handler cxhdl; 439 struct video_device *v4l_device; 440 struct vb2_queue vb2_mpegq; --- 194 unchanged lines hidden --- |