Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / media / dvb-frontends / cxd2099.h
blob0c101bdef01da78f252d50aa0aba6ff6e39556c4
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * cxd2099.h: Driver for the Sony CXD2099AR Common Interface Controller
5 * Copyright (C) 2010-2011 Digital Devices GmbH
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * version 2 only, as published by the Free Software Foundation.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #ifndef _CXD2099_H_
18 #define _CXD2099_H_
20 #include <media/dvb_ca_en50221.h>
22 struct cxd2099_cfg {
23 u32 bitrate;
24 u8 polarity;
25 u8 clock_mode;
27 u32 max_i2c;
29 /* ptr to DVB CA struct */
30 struct dvb_ca_en50221 **en;
33 #endif