Searched defs:rtl2830_dev (Results 1 – 1 of 1) sorted by relevance
19 struct rtl2830_dev { struct20 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;29 u64 post_bit_error;[all …]