Lines Matching defs:mxl301rf_state
25 struct mxl301rf_state {
30 static struct mxl301rf_state *cfg_to_state(struct mxl301rf_config *c)
32 return container_of(c, struct mxl301rf_state, cfg);
35 static int raw_write(struct mxl301rf_state *state, const u8 *buf, int len)
45 static int reg_write(struct mxl301rf_state *state, u8 reg, u8 val)
52 static int reg_read(struct mxl301rf_state *state, u8 reg, u8 *val)
70 struct mxl301rf_state *state;
171 struct mxl301rf_state *state;
236 struct mxl301rf_state *state;
254 struct mxl301rf_state *state;
288 struct mxl301rf_state *state;
311 struct mxl301rf_state *state;