Searched refs:mxl301rf_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mxl301rf.c | 25 struct mxl301rf_state { struct 30 static struct mxl301rf_state *cfg_to_state(struct mxl301rf_config *c) in cfg_to_state() 32 return container_of(c, struct mxl301rf_state, cfg); in cfg_to_state() 35 static int raw_write(struct mxl301rf_state *state, const u8 *buf, int len) in raw_write() 45 static int reg_write(struct mxl301rf_state *state, u8 reg, u8 val) in reg_write() 52 static int reg_read(struct mxl301rf_state *state, u8 reg, u8 *val) in reg_read() 70 struct mxl301rf_state *state; in mxl301rf_get_rf_strength() 171 struct mxl301rf_state *state; in mxl301rf_set_params() 236 struct mxl301rf_state *state; in mxl301rf_sleep() 254 struct mxl301rf_state *stat in mxl301rf_init() [all...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mxl301rf.c | 25 struct mxl301rf_state { struct 30 static struct mxl301rf_state *cfg_to_state(struct mxl301rf_config *c) in cfg_to_state() 32 return container_of(c, struct mxl301rf_state, cfg); in cfg_to_state() 35 static int raw_write(struct mxl301rf_state *state, const u8 *buf, int len) in raw_write() 45 static int reg_write(struct mxl301rf_state *state, u8 reg, u8 val) in reg_write() 52 static int reg_read(struct mxl301rf_state *state, u8 reg, u8 *val) in reg_read() 70 struct mxl301rf_state *state; in mxl301rf_get_rf_strength() 171 struct mxl301rf_state *state; in mxl301rf_set_params() 236 struct mxl301rf_state *state; in mxl301rf_sleep() 254 struct mxl301rf_state *stat in mxl301rf_init() [all...] |
Completed in 1 milliseconds