tda10071.h (818b930bc15077fc00ff16bb22c5df1857f05afa) | tda10071.h (0176fd4d25d684ea38014b8e2c3221790d5c94d8) |
---|---|
1/* 2 * NXP TDA10071 + Conexant CX24118A DVB-S/S2 demodulator + tuner driver 3 * 4 * Copyright (C) 2011 Antti Palosaari <crope@iki.fi> 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 --- 16 unchanged lines hidden (view full) --- 25 26struct tda10071_config { 27 /* Demodulator I2C address. 28 * Default: none, must set 29 * Values: 0x55, 30 */ 31 u8 i2c_address; 32 | 1/* 2 * NXP TDA10071 + Conexant CX24118A DVB-S/S2 demodulator + tuner driver 3 * 4 * Copyright (C) 2011 Antti Palosaari <crope@iki.fi> 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 --- 16 unchanged lines hidden (view full) --- 25 26struct tda10071_config { 27 /* Demodulator I2C address. 28 * Default: none, must set 29 * Values: 0x55, 30 */ 31 u8 i2c_address; 32 |
33 /* Tuner I2C address. 34 * Default: 0x14 35 * Values: 0x14, 0x54, ... 36 */ 37 u8 tuner_i2c_addr; 38 |
|
33 /* Max bytes I2C provider can write at once. 34 * Note: Buffer is taken from the stack currently! 35 * Default: none, must set 36 * Values: 37 */ 38 u16 i2c_wr_max; 39 40 /* TS output mode. --- 41 unchanged lines hidden --- | 39 /* Max bytes I2C provider can write at once. 40 * Note: Buffer is taken from the stack currently! 41 * Default: none, must set 42 * Values: 43 */ 44 u16 i2c_wr_max; 45 46 /* TS output mode. --- 41 unchanged lines hidden --- |