Lines Matching defs:tda10071_dev
16 struct tda10071_dev { struct
17 struct dvb_frontend fe;
18 struct i2c_client *client;
19 struct regmap *regmap;
20 struct mutex cmd_execute_mutex;
21 u32 clk;
22 u16 i2c_wr_max;
23 u8 ts_mode;
24 bool spec_inv;
25 u8 pll_multiplier;
26 u8 tuner_i2c_addr;
28 u8 meas_count;
29 u32 dvbv3_ber;
30 enum fe_status fe_status;
31 enum fe_delivery_system delivery_system;
32 bool warm; /* FW running */
33 u64 post_bit_error;
34 u64 block_error;