Lines Matching refs:mxl301rf_state
34 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()
298 struct mxl301rf_state *state; in mxl301rf_probe()
321 struct mxl301rf_state *state; in mxl301rf_remove()