Searched defs:e4000_dev (Results 1 – 1 of 1) sorted by relevance
17 struct e4000_dev { struct18 struct i2c_client *client;19 struct regmap *regmap;20 u32 clk;21 struct dvb_frontend *fe;22 struct v4l2_subdev sd;23 bool active;24 unsigned int f_frequency;25 unsigned int f_bandwidth;28 struct v4l2_ctrl_handler hdl;[all …]