Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Daf9013.c13 struct af9013_state { struct
14 struct i2c_client *client;
15 struct regmap *regmap;
16 struct i2c_mux_core *muxc;
17 struct dvb_frontend fe;
18 u32 clk;
19 u8 tuner;
43 static int af9013_set_gpio(struct af9013_state *state, u8 gpio, u8 gpioval) in af9013_set_gpio() argument