Lines Matching refs:mxl

79 struct mxl {
80 struct list_head mxl;
147 static int i2cread(struct mxl *state, u8 *data, int len)
152 static int i2cwrite(struct mxl *state, u8 *data, int len)
157 static int read_register_unlocked(struct mxl *state, u32 reg, u32 *val)
182 static int send_command(struct mxl *state, u32 size, u8 *buf)
210 static int write_register(struct mxl *state, u32 reg, u32 val)
226 static int write_firmware_block(struct mxl *state,
249 static int read_register(struct mxl *state, u32 reg, u32 *val)
273 static int read_register_block(struct mxl *state, u32 reg, u32 size, u8 *data)
296 static int read_by_mnemonic(struct mxl *state,
313 static int update_by_mnemonic(struct mxl *state,
328 static int firmware_is_alive(struct mxl *state)
365 struct mxl *state = fe->demodulator_priv;
367 list_del(&state->mxl);
393 static int cfg_scrambler(struct mxl *state, u32 gold)
414 static int cfg_demod_abort_tune(struct mxl *state)
430 /*struct mxl *state = fe->demodulator_priv;*/
437 struct mxl *state = fe->demodulator_priv;
499 static int enable_tuner(struct mxl *state, u32 tuner, u32 enable);
503 struct mxl *state = fe->demodulator_priv;
504 struct mxl *p;
510 list_for_each_entry(p, &state->base->mxls, mxl) {
514 if (&p->mxl == &state->base->mxls)
523 struct mxl *state = fe->demodulator_priv;
544 struct mxl *state = fe->demodulator_priv;
600 struct mxl *state = fe->demodulator_priv;
621 struct mxl *state = fe->demodulator_priv;
661 struct mxl *state = fe->demodulator_priv;
691 struct mxl *state = fe->demodulator_priv;
777 struct mxl *state = fe->demodulator_priv;
816 static void cfg_dev_xtal(struct mxl *state, u32 freq, u32 cap, u32 enable)
850 static int write_fw_segment(struct mxl *state,
885 static int do_firmware_download(struct mxl *state, u8 *mbin_buffer_ptr,
944 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len)
966 static int firmware_download(struct mxl *state, u8 *mbin, u32 mbin_len)
1058 static int cfg_ts_pad_mux(struct mxl *state, enum MXL_BOOL_E enable_serial_ts)
1323 static int set_drive_strength(struct mxl *state,
1355 static int enable_tuner(struct mxl *state, u32 tuner, u32 enable)
1386 static int config_ts(struct mxl *state, enum MXL_HYDRA_DEMOD_ID_E demod_id,
1577 static int config_mux(struct mxl *state)
1592 static int load_fw(struct mxl *state, struct mxl5xx_cfg *cfg)
1614 static int validate_sku(struct mxl *state)
1662 static int get_fwinfo(struct mxl *state)
1709 static int probe(struct mxl *state, struct mxl5xx_cfg *cfg)
1840 struct mxl *state;
1843 state = kzalloc(sizeof(struct mxl), GFP_KERNEL);
1885 list_add(&state->mxl, &base->mxls);