Lines Matching defs:m88ds3103_dev
30 struct m88ds3103_dev { struct
31 struct i2c_client *client;
32 struct i2c_client *dt_client;
33 struct regmap_config regmap_config;
34 struct regmap *regmap;
35 struct m88ds3103_config config;
36 const struct m88ds3103_config *cfg;
37 struct dvb_frontend fe;
38 enum fe_delivery_system delivery_system;
39 enum fe_status fe_status;
40 u32 dvbv3_ber; /* for old DVBv3 API read_ber */
41 bool warm; /* FW running */
42 struct i2c_mux_core *muxc;
44 u8 chip_id;
46 u8 chiptype;
48 s32 mclk;
49 u64 post_bit_error;
50 u64 post_bit_count;
51 u8 dt_addr;