Home
last modified time | relevance | path

Searched refs:reg_ctrl_array (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/media/dvb/dvb-usb/
Dmxl111sf-tuner.c202 static struct mxl111sf_reg_ctrl_info *reg_ctrl_array; in mxl1x1sf_tune_rf() local
219 reg_ctrl_array = mxl111sf_calc_phy_tune_regs(freq, bw); in mxl1x1sf_tune_rf()
220 if (!reg_ctrl_array) in mxl1x1sf_tune_rf()
223 ret = mxl111sf_tuner_program_regs(state, reg_ctrl_array); in mxl1x1sf_tune_rf()