Home
last modified time | relevance | path

Searched refs:mxl301rf_state (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/tuners/
Dmxl301rf.c34 struct mxl301rf_state { struct
39 static struct mxl301rf_state *cfg_to_state(struct mxl301rf_config *c) in cfg_to_state() argument
41 return container_of(c, struct mxl301rf_state, cfg); in cfg_to_state()
44 static int raw_write(struct mxl301rf_state *state, const u8 *buf, int len) in raw_write()
54 static int reg_write(struct mxl301rf_state *state, u8 reg, u8 val) in reg_write()
61 static int reg_read(struct mxl301rf_state *state, u8 reg, u8 *val) in reg_read()
79 struct mxl301rf_state *state; in mxl301rf_get_rf_strength()
180 struct mxl301rf_state *state; in mxl301rf_set_params()
245 struct mxl301rf_state *state; in mxl301rf_sleep()
263 struct mxl301rf_state *state; in mxl301rf_init()
[all …]