Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / media / dvb-frontends / mn88473.h
blobb8b75c8cfda002c6d1a5757359ae4b84ec7fd948
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Panasonic MN88473 DVB-T/T2/C demodulator driver
5 * Copyright (C) 2014 Antti Palosaari <crope@iki.fi>
6 */
8 #ifndef MN88473_H
9 #define MN88473_H
11 #include <linux/dvb/frontend.h>
13 struct mn88473_config {
15 * Max num of bytes given I2C adapter could write at once.
16 * Default: unlimited
18 u16 i2c_wr_max;
21 * Xtal frequency Hz.
22 * Default: 25000000
24 u32 xtal;
27 /* Everything after that is returned by the driver. */
30 * DVB frontend.
32 struct dvb_frontend **fe;
35 #endif