Searched defs:rtl2832_dev (Results 1 – 1 of 1) sorted by relevance
20 struct rtl2832_dev { struct21 struct rtl2832_platform_data *pdata;22 struct i2c_client *client;23 struct regmap_config regmap_config;24 struct regmap *regmap;25 struct i2c_mux_core *muxc;26 struct dvb_frontend fe;27 enum fe_status fe_status;28 u64 post_bit_error_prev; /* for old DVBv3 read_ber() calculation */29 u64 post_bit_error;[all …]