Searched defs:e4000_dev (Results 1 – 1 of 1) sorted by relevance
30 struct e4000_dev { struct31 struct i2c_client *client;32 struct regmap *regmap;33 u32 clk;34 struct dvb_frontend *fe;35 struct v4l2_subdev sd;36 bool active;37 unsigned int f_frequency;38 unsigned int f_bandwidth;41 struct v4l2_ctrl_handler hdl;[all …]