![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Panasonic MN88473 DVB-T/T2/C demodulator driver 0004 * 0005 * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> 0006 */ 0007 0008 #ifndef MN88473_H 0009 #define MN88473_H 0010 0011 #include <linux/dvb/frontend.h> 0012 0013 struct mn88473_config { 0014 /* 0015 * Max num of bytes given I2C adapter could write at once. 0016 * Default: unlimited 0017 */ 0018 u16 i2c_wr_max; 0019 0020 /* 0021 * Xtal frequency Hz. 0022 * Default: 25000000 0023 */ 0024 u32 xtal; 0025 0026 0027 /* Everything after that is returned by the driver. */ 0028 0029 /* 0030 * DVB frontend. 0031 */ 0032 struct dvb_frontend **fe; 0033 }; 0034 0035 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |