Home
last modified time | relevance | path

Searched defs:e4000_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/tuners/
De4000_priv.h17 struct e4000_dev { struct
18 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 …]
/kernel/linux/linux-6.6/drivers/media/tuners/
De4000_priv.h17 struct e4000_dev { struct
18 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 …]