Searched refs:mxl_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-tuner.c | 33 struct mxl111sf_state *mxl_state; member 47 state->cfg->read_reg(state->mxl_state, addr, data) : in mxl111sf_tuner_read_reg() 55 state->cfg->write_reg(state->mxl_state, addr, data) : in mxl111sf_tuner_write_reg() 63 state->cfg->program_regs(state->mxl_state, ctrl_reg_info) : in mxl111sf_tuner_program_regs() 71 state->cfg->top_master_ctrl(state->mxl_state, onoff) : in mxl1x1sf_tuner_top_master_ctrl() 487 struct mxl111sf_state *mxl_state, in mxl111sf_tuner_attach() argument 498 state->mxl_state = mxl_state; in mxl111sf_tuner_attach()
|
D | mxl111sf-demod.h | 32 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, 36 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, in mxl111sf_demod_attach() argument
|
D | mxl111sf-tuner.h | 61 struct mxl111sf_state *mxl_state, 66 struct mxl111sf_state *mxl_state, in mxl111sf_tuner_attach() argument
|
D | mxl111sf-demod.c | 32 struct mxl111sf_state *mxl_state; member 45 state->cfg->read_reg(state->mxl_state, addr, data) : in mxl111sf_demod_read_reg() 53 state->cfg->write_reg(state->mxl_state, addr, data) : in mxl111sf_demod_write_reg() 62 state->cfg->program_regs(state->mxl_state, ctrl_reg_info) : in mxl111sf_demod_program_regs() 582 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, in mxl111sf_demod_attach() argument 593 state->mxl_state = mxl_state; in mxl111sf_demod_attach()
|