Lines Matching defs:rtl2830_dev
19 struct rtl2830_dev { struct
20 struct rtl2830_platform_data *pdata;
21 struct i2c_client *client;
22 struct regmap *regmap;
23 struct i2c_mux_core *muxc;
24 struct dvb_frontend fe;
25 bool sleeping;
26 unsigned long filters;
27 enum fe_status fe_status;
28 u64 post_bit_error_prev; /* for old DVBv3 read_ber() calculation */
29 u64 post_bit_error;
30 u64 post_bit_count;