Lines Matching refs:mxl

70 struct mxl {
71 struct list_head mxl;
138 static int i2cread(struct mxl *state, u8 *data, int len)
143 static int i2cwrite(struct mxl *state, u8 *data, int len)
148 static int read_register_unlocked(struct mxl *state, u32 reg, u32 *val)
173 static int send_command(struct mxl *state, u32 size, u8 *buf)
201 static int write_register(struct mxl *state, u32 reg, u32 val)
217 static int write_firmware_block(struct mxl *state,
240 static int read_register(struct mxl *state, u32 reg, u32 *val)
264 static int read_register_block(struct mxl *state, u32 reg, u32 size, u8 *data)
287 static int read_by_mnemonic(struct mxl *state,
304 static int update_by_mnemonic(struct mxl *state,
319 static int firmware_is_alive(struct mxl *state)
356 struct mxl *state = fe->demodulator_priv;
358 list_del(&state->mxl);
384 static int cfg_scrambler(struct mxl *state, u32 gold)
405 static int cfg_demod_abort_tune(struct mxl *state)
421 /*struct mxl *state = fe->demodulator_priv;*/
428 struct mxl *state = fe->demodulator_priv;
490 static int enable_tuner(struct mxl *state, u32 tuner, u32 enable);
494 struct mxl *state = fe->demodulator_priv;
495 struct mxl *p;
501 list_for_each_entry(p, &state->base->mxls, mxl) {
505 if (&p->mxl == &state->base->mxls)
514 struct mxl *state = fe->demodulator_priv;
535 struct mxl *state = fe->demodulator_priv;
591 struct mxl *state = fe->demodulator_priv;
612 struct mxl *state = fe->demodulator_priv;
652 struct mxl *state = fe->demodulator_priv;
682 struct mxl *state = fe->demodulator_priv;
768 struct mxl *state = fe->demodulator_priv;
807 static void cfg_dev_xtal(struct mxl *state, u32 freq, u32 cap, u32 enable)
841 static int write_fw_segment(struct mxl *state,
876 static int do_firmware_download(struct mxl *state, u8 *mbin_buffer_ptr,
935 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len)
957 static int firmware_download(struct mxl *state, u8 *mbin, u32 mbin_len)
1049 static int cfg_ts_pad_mux(struct mxl *state, enum MXL_BOOL_E enable_serial_ts)
1314 static int set_drive_strength(struct mxl *state,
1346 static int enable_tuner(struct mxl *state, u32 tuner, u32 enable)
1377 static int config_ts(struct mxl *state, enum MXL_HYDRA_DEMOD_ID_E demod_id,
1568 static int config_mux(struct mxl *state)
1583 static int load_fw(struct mxl *state, struct mxl5xx_cfg *cfg)
1605 static int validate_sku(struct mxl *state)
1651 static int get_fwinfo(struct mxl *state)
1698 static int probe(struct mxl *state, struct mxl5xx_cfg *cfg)
1829 struct mxl *state;
1832 state = kzalloc(sizeof(struct mxl), GFP_KERNEL);
1874 list_add(&state->mxl, &base->mxls);