ddbridge.h (0337966d121ebebf73a1c346123e8112796e684e) ddbridge.h (05da9437f2258903759b8fc60bcef5ab3d90c29a)
1/*
2 * ddbridge.h: Digital Devices PCIe bridge driver
3 *
4 * Copyright (C) 2010-2011 Digital Devices GmbH
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 only, as published by the Free Software Foundation.

--- 72 unchanged lines hidden (view full) ---

81 wait_queue_head_t wq;
82 int running;
83 u32 stat;
84 u32 cbuf;
85 u32 coff;
86
87 struct dvb_adapter adap;
88 struct dvb_device *dev;
1/*
2 * ddbridge.h: Digital Devices PCIe bridge driver
3 *
4 * Copyright (C) 2010-2011 Digital Devices GmbH
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 only, as published by the Free Software Foundation.

--- 72 unchanged lines hidden (view full) ---

81 wait_queue_head_t wq;
82 int running;
83 u32 stat;
84 u32 cbuf;
85 u32 coff;
86
87 struct dvb_adapter adap;
88 struct dvb_device *dev;
89 struct i2c_client *i2c_client[1];
89 struct dvb_frontend *fe;
90 struct dvb_frontend *fe2;
91 struct dmxdev dmxdev;
92 struct dvb_demux demux;
93 struct dvb_net dvbnet;
94 struct dmx_frontend hw_frontend;
95 struct dmx_frontend mem_frontend;
96 int users;

--- 83 unchanged lines hidden ---
90 struct dvb_frontend *fe;
91 struct dvb_frontend *fe2;
92 struct dmxdev dmxdev;
93 struct dvb_demux demux;
94 struct dvb_net dvbnet;
95 struct dmx_frontend hw_frontend;
96 struct dmx_frontend mem_frontend;
97 int users;

--- 83 unchanged lines hidden ---