Searched refs:mxl_state (Results 1 – 4 of 4) sorted by relevance
/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-tuner.c | 24 struct mxl111sf_state *mxl_state; member 38 state->cfg->read_reg(state->mxl_state, addr, data) : in mxl111sf_tuner_read_reg() 46 state->cfg->write_reg(state->mxl_state, addr, data) : in mxl111sf_tuner_write_reg() 54 state->cfg->program_regs(state->mxl_state, ctrl_reg_info) : in mxl111sf_tuner_program_regs() 62 state->cfg->top_master_ctrl(state->mxl_state, onoff) : in mxl1x1sf_tuner_top_master_ctrl() 478 struct mxl111sf_state *mxl_state, in mxl111sf_tuner_attach() argument 489 state->mxl_state = mxl_state; in mxl111sf_tuner_attach()
|
D | mxl111sf-demod.c | 23 struct mxl111sf_state *mxl_state; member 36 state->cfg->read_reg(state->mxl_state, addr, data) : in mxl111sf_demod_read_reg() 44 state->cfg->write_reg(state->mxl_state, addr, data) : in mxl111sf_demod_write_reg() 53 state->cfg->program_regs(state->mxl_state, ctrl_reg_info) : in mxl111sf_demod_program_regs() 573 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, in mxl111sf_demod_attach() argument 584 state->mxl_state = mxl_state; in mxl111sf_demod_attach()
|
D | mxl111sf-demod.h | 23 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, 27 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, in mxl111sf_demod_attach() argument
|
D | mxl111sf-tuner.h | 52 struct mxl111sf_state *mxl_state, 57 struct mxl111sf_state *mxl_state, in mxl111sf_tuner_attach() argument
|