Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Daf9013.c23 struct af9013_state { struct
24 struct i2c_client *client;
25 struct regmap *regmap;
26 struct i2c_mux_core *muxc;
27 struct dvb_frontend fe;
28 u32 clk;
29 u8 tuner;
53 static int af9013_set_gpio(struct af9013_state *state, u8 gpio, u8 gpioval) in af9013_set_gpio() argument