mxl301rf_state
struct mxl301rf_state *state;
struct mxl301rf_state *state;
struct mxl301rf_state *state;
struct mxl301rf_state *state;
static struct mxl301rf_state *cfg_to_state(struct mxl301rf_config *c)
struct mxl301rf_state *state;
return container_of(c, struct mxl301rf_state, cfg);
static int raw_write(struct mxl301rf_state *state, const u8 *buf, int len)
static int reg_write(struct mxl301rf_state *state, u8 reg, u8 val)
static int reg_read(struct mxl301rf_state *state, u8 reg, u8 *val)
struct mxl301rf_state *state;