Lines Matching defs:tda10071_dev
29 struct tda10071_dev { struct
30 struct dvb_frontend fe;
31 struct i2c_client *client;
32 struct regmap *regmap;
33 struct mutex cmd_execute_mutex;
34 u32 clk;
35 u16 i2c_wr_max;
36 u8 ts_mode;
37 bool spec_inv;
38 u8 pll_multiplier;
39 u8 tuner_i2c_addr;
41 u8 meas_count;
42 u32 dvbv3_ber;
43 enum fe_status fe_status;
44 enum fe_delivery_system delivery_system;
45 bool warm; /* FW running */
46 u64 post_bit_error;
47 u64 block_error;