Lines Matching defs:rtl2832_dev
20 struct rtl2832_dev { struct
21 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;
30 u64 post_bit_count;
31 bool sleeping;
32 struct delayed_work i2c_gate_work;
33 unsigned long filters; /* PID filter */
34 bool slave_ts;