/linux-6.6.21/drivers/media/tuners/ |
D | mxl5005s.c | 299 static u16 MXL_ControlWrite(struct dvb_frontend *fe, u16 ControlNum, u32 value); 300 static u16 MXL_ControlRead(struct dvb_frontend *fe, u16 controlNum, u32 *value); 301 static void MXL_RegWriteBit(struct dvb_frontend *fe, u8 address, u8 bit, 303 static u16 MXL_GetCHRegister(struct dvb_frontend *fe, u8 *RegNum, 306 static u16 MXL_RegRead(struct dvb_frontend *fe, u8 RegNum, u8 *RegVal); 307 static u16 MXL_ControlWrite_Group(struct dvb_frontend *fe, u16 controlNum, 309 static u16 MXL_SetGPIO(struct dvb_frontend *fe, u8 GPIO_Num, u8 GPIO_Val); 310 static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum, 312 static u16 MXL_TuneRF(struct dvb_frontend *fe, u32 RF_Freq); 313 static void MXL_SynthIFLO_Calc(struct dvb_frontend *fe); [all …]
|
D | tda18271-fe.c | 28 static int tda18271_toggle_output(struct dvb_frontend *fe, int standby) in tda18271_toggle_output() argument 30 struct tda18271_priv *priv = fe->tuner_priv; in tda18271_toggle_output() 32 int ret = tda18271_set_standby_mode(fe, standby ? 1 : 0, in tda18271_toggle_output() 49 static inline int charge_pump_source(struct dvb_frontend *fe, int force) in charge_pump_source() argument 51 struct tda18271_priv *priv = fe->tuner_priv; in charge_pump_source() 52 return tda18271_charge_pump_source(fe, in charge_pump_source() 58 static inline void tda18271_set_if_notch(struct dvb_frontend *fe) in tda18271_set_if_notch() argument 60 struct tda18271_priv *priv = fe->tuner_priv; in tda18271_set_if_notch() 73 static int tda18271_channel_configuration(struct dvb_frontend *fe, in tda18271_channel_configuration() argument 77 struct tda18271_priv *priv = fe->tuner_priv; in tda18271_channel_configuration() [all …]
|
D | tda8290.c | 50 static int tda8290_i2c_bridge(struct dvb_frontend *fe, int close) in tda8290_i2c_bridge() argument 52 struct tda8290_priv *priv = fe->analog_demod_priv; in tda8290_i2c_bridge() 71 static int tda8295_i2c_bridge(struct dvb_frontend *fe, int close) in tda8295_i2c_bridge() argument 73 struct tda8290_priv *priv = fe->analog_demod_priv; in tda8295_i2c_bridge() 103 static void set_audio(struct dvb_frontend *fe, in set_audio() argument 106 struct tda8290_priv *priv = fe->analog_demod_priv; in set_audio() 164 static void tda8290_set_params(struct dvb_frontend *fe, in tda8290_set_params() argument 167 struct tda8290_priv *priv = fe->analog_demod_priv; in tda8290_set_params() 191 set_audio(fe, params); in tda8290_set_params() 225 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_set_params() [all …]
|
D | tda18271-common.c | 11 static int tda18271_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) in tda18271_i2c_gate_ctrl() argument 13 struct tda18271_priv *priv = fe->tuner_priv; in tda18271_i2c_gate_ctrl() 37 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda18271_i2c_gate_ctrl() 38 ret = fe->ops.analog_ops.i2c_gate_ctrl(fe, enable); in tda18271_i2c_gate_ctrl() 41 if (fe->ops.i2c_gate_ctrl) in tda18271_i2c_gate_ctrl() 42 ret = fe->ops.i2c_gate_ctrl(fe, enable); in tda18271_i2c_gate_ctrl() 54 static void tda18271_dump_regs(struct dvb_frontend *fe, int extended) in tda18271_dump_regs() argument 56 struct tda18271_priv *priv = fe->tuner_priv; in tda18271_dump_regs() 109 int tda18271_read_regs(struct dvb_frontend *fe) in tda18271_read_regs() argument 111 struct tda18271_priv *priv = fe->tuner_priv; in tda18271_read_regs() [all …]
|
D | fc0012.c | 45 static void fc0012_release(struct dvb_frontend *fe) in fc0012_release() argument 47 kfree(fe->tuner_priv); in fc0012_release() 48 fe->tuner_priv = NULL; in fc0012_release() 51 static int fc0012_init(struct dvb_frontend *fe) in fc0012_init() argument 53 struct fc0012_priv *priv = fe->tuner_priv; in fc0012_init() 99 if (fe->ops.i2c_gate_ctrl) in fc0012_init() 100 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_init() 108 if (fe->ops.i2c_gate_ctrl) in fc0012_init() 109 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_init() 118 static int fc0012_set_params(struct dvb_frontend *fe) in fc0012_set_params() argument [all …]
|
D | fc0013.c | 41 static void fc0013_release(struct dvb_frontend *fe) in fc0013_release() argument 43 kfree(fe->tuner_priv); in fc0013_release() 44 fe->tuner_priv = NULL; in fc0013_release() 47 static int fc0013_init(struct dvb_frontend *fe) in fc0013_init() argument 49 struct fc0013_priv *priv = fe->tuner_priv; in fc0013_init() 91 if (fe->ops.i2c_gate_ctrl) in fc0013_init() 92 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_init() 100 if (fe->ops.i2c_gate_ctrl) in fc0013_init() 101 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_init() 109 static int fc0013_sleep(struct dvb_frontend *fe) in fc0013_sleep() argument [all …]
|
D | mc44s803.c | 69 static void mc44s803_release(struct dvb_frontend *fe) in mc44s803_release() argument 71 struct mc44s803_priv *priv = fe->tuner_priv; in mc44s803_release() 73 fe->tuner_priv = NULL; in mc44s803_release() 77 static int mc44s803_init(struct dvb_frontend *fe) in mc44s803_init() argument 79 struct mc44s803_priv *priv = fe->tuner_priv; in mc44s803_init() 83 if (fe->ops.i2c_gate_ctrl) in mc44s803_init() 84 fe->ops.i2c_gate_ctrl(fe, 1); in mc44s803_init() 189 if (fe->ops.i2c_gate_ctrl) in mc44s803_init() 190 fe->ops.i2c_gate_ctrl(fe, 0); in mc44s803_init() 194 if (fe->ops.i2c_gate_ctrl) in mc44s803_init() [all …]
|
/linux-6.6.21/drivers/media/dvb-core/ |
D | dvb_frontend.c | 131 static void dvb_frontend_invoke_release(struct dvb_frontend *fe, 132 void (*release)(struct dvb_frontend *fe)); 134 static void __dvb_frontend_free(struct dvb_frontend *fe) in __dvb_frontend_free() argument 136 struct dvb_frontend_private *fepriv = fe->frontend_priv; in __dvb_frontend_free() 141 dvb_frontend_invoke_release(fe, fe->ops.release); in __dvb_frontend_free() 148 struct dvb_frontend *fe = in dvb_frontend_free() local 151 __dvb_frontend_free(fe); in dvb_frontend_free() 154 static void dvb_frontend_put(struct dvb_frontend *fe) in dvb_frontend_put() argument 157 if (fe->ops.detach) in dvb_frontend_put() 158 fe->ops.detach(fe); in dvb_frontend_put() [all …]
|
/linux-6.6.21/include/media/ |
D | dvb_frontend.h | 230 void (*release)(struct dvb_frontend *fe); 231 int (*init)(struct dvb_frontend *fe); 232 int (*sleep)(struct dvb_frontend *fe); 233 int (*suspend)(struct dvb_frontend *fe); 234 int (*resume)(struct dvb_frontend *fe); 237 int (*set_params)(struct dvb_frontend *fe); 238 int (*set_analog_params)(struct dvb_frontend *fe, struct analog_parameters *p); 240 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg); 242 int (*get_frequency)(struct dvb_frontend *fe, u32 *frequency); 243 int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); [all …]
|
/linux-6.6.21/drivers/media/common/b2c2/ |
D | flexcop-fe-tuner.c | 28 #define FE_SUPPORTED(fe) IS_REACHABLE(CONFIG_DVB_ ## fe) argument 31 static int flexcop_fe_request_firmware(struct dvb_frontend *fe, in flexcop_fe_request_firmware() argument 34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() 42 static int flexcop_set_voltage(struct dvb_frontend *fe, in flexcop_set_voltage() argument 45 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage() 71 static int __maybe_unused flexcop_sleep(struct dvb_frontend* fe) in flexcop_sleep() argument 73 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep() 75 return fc->fe_sleep(fe); in flexcop_sleep() 82 static int flexcop_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) in flexcop_set_tone() argument 85 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone() [all …]
|
/linux-6.6.21/drivers/media/dvb-frontends/ |
D | tua6100.c | 33 static void tua6100_release(struct dvb_frontend *fe) in tua6100_release() argument 35 kfree(fe->tuner_priv); in tua6100_release() 36 fe->tuner_priv = NULL; in tua6100_release() 39 static int tua6100_sleep(struct dvb_frontend *fe) in tua6100_sleep() argument 41 struct tua6100_priv *priv = fe->tuner_priv; in tua6100_sleep() 46 if (fe->ops.i2c_gate_ctrl) in tua6100_sleep() 47 fe->ops.i2c_gate_ctrl(fe, 1); in tua6100_sleep() 51 if (fe->ops.i2c_gate_ctrl) in tua6100_sleep() 52 fe->ops.i2c_gate_ctrl(fe, 0); in tua6100_sleep() 57 static int tua6100_set_params(struct dvb_frontend *fe) in tua6100_set_params() argument [all …]
|
D | stb6000.c | 31 static void stb6000_release(struct dvb_frontend *fe) in stb6000_release() argument 33 kfree(fe->tuner_priv); in stb6000_release() 34 fe->tuner_priv = NULL; in stb6000_release() 37 static int stb6000_sleep(struct dvb_frontend *fe) in stb6000_sleep() argument 39 struct stb6000_priv *priv = fe->tuner_priv; in stb6000_sleep() 51 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep() 52 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_sleep() 58 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep() 59 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_sleep() 64 static int stb6000_set_params(struct dvb_frontend *fe) in stb6000_set_params() argument [all …]
|
D | s5h1409.c | 337 static int s5h1409_softreset(struct dvb_frontend *fe) in s5h1409_softreset() argument 339 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_softreset() 353 static int s5h1409_set_if_freq(struct dvb_frontend *fe, int KHz) in s5h1409_set_if_freq() argument 355 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_set_if_freq() 378 static int s5h1409_set_spectralinversion(struct dvb_frontend *fe, int inverted) in s5h1409_set_spectralinversion() argument 380 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_set_spectralinversion() 390 static int s5h1409_enable_modulation(struct dvb_frontend *fe, in s5h1409_enable_modulation() argument 393 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_enable_modulation() 401 s5h1409_set_if_freq(fe, S5H1409_VSB_IF_FREQ); in s5h1409_enable_modulation() 409 s5h1409_set_if_freq(fe, S5H1409_QAM_IF_FREQ); in s5h1409_enable_modulation() [all …]
|
D | s5h1411.c | 365 static int s5h1411_softreset(struct dvb_frontend *fe) in s5h1411_softreset() argument 367 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_softreset() 376 static int s5h1411_set_if_freq(struct dvb_frontend *fe, int KHz) in s5h1411_set_if_freq() argument 378 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_if_freq() 415 static int s5h1411_set_mpeg_timing(struct dvb_frontend *fe, int mode) in s5h1411_set_mpeg_timing() argument 417 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_mpeg_timing() 445 static int s5h1411_set_spectralinversion(struct dvb_frontend *fe, int inversion) in s5h1411_set_spectralinversion() argument 447 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_spectralinversion() 460 static int s5h1411_set_serialmode(struct dvb_frontend *fe, int serial) in s5h1411_set_serialmode() argument 462 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_serialmode() [all …]
|
D | zl10353.c | 39 static int zl10353_single_write(struct dvb_frontend *fe, u8 reg, u8 val) in zl10353_single_write() argument 41 struct zl10353_state *state = fe->demodulator_priv; in zl10353_single_write() 53 static int zl10353_write(struct dvb_frontend *fe, const u8 ibuf[], int ilen) in zl10353_write() argument 57 if ((err = zl10353_single_write(fe, ibuf[0] + i, ibuf[i + 1]))) in zl10353_write() 86 static void zl10353_dump_regs(struct dvb_frontend *fe) in zl10353_dump_regs() argument 88 struct zl10353_state *state = fe->demodulator_priv; in zl10353_dump_regs() 110 static void zl10353_calc_nominal_rate(struct dvb_frontend *fe, in zl10353_calc_nominal_rate() argument 114 struct zl10353_state *state = fe->demodulator_priv; in zl10353_calc_nominal_rate() 130 static void zl10353_calc_input_freq(struct dvb_frontend *fe, in zl10353_calc_input_freq() argument 133 struct zl10353_state *state = fe->demodulator_priv; in zl10353_calc_input_freq() [all …]
|
D | zl10039.c | 132 static int zl10039_init(struct dvb_frontend *fe) in zl10039_init() argument 134 struct zl10039_state *state = fe->tuner_priv; in zl10039_init() 138 if (fe->ops.i2c_gate_ctrl) in zl10039_init() 139 fe->ops.i2c_gate_ctrl(fe, 1); in zl10039_init() 151 if (fe->ops.i2c_gate_ctrl) in zl10039_init() 152 fe->ops.i2c_gate_ctrl(fe, 0); in zl10039_init() 157 static int zl10039_sleep(struct dvb_frontend *fe) in zl10039_sleep() argument 159 struct zl10039_state *state = fe->tuner_priv; in zl10039_sleep() 163 if (fe->ops.i2c_gate_ctrl) in zl10039_sleep() 164 fe->ops.i2c_gate_ctrl(fe, 1); in zl10039_sleep() [all …]
|
D | stv6110.c | 48 static void stv6110_release(struct dvb_frontend *fe) in stv6110_release() argument 50 kfree(fe->tuner_priv); in stv6110_release() 51 fe->tuner_priv = NULL; in stv6110_release() 54 static int stv6110_write_regs(struct dvb_frontend *fe, u8 buf[], in stv6110_write_regs() argument 57 struct stv6110_priv *priv = fe->tuner_priv; in stv6110_write_regs() 82 if (fe->ops.i2c_gate_ctrl) in stv6110_write_regs() 83 fe->ops.i2c_gate_ctrl(fe, 1); in stv6110_write_regs() 89 if (fe->ops.i2c_gate_ctrl) in stv6110_write_regs() 90 fe->ops.i2c_gate_ctrl(fe, 0); in stv6110_write_regs() 95 static int stv6110_read_regs(struct dvb_frontend *fe, u8 regs[], in stv6110_read_regs() argument [all …]
|
D | tda826x.c | 31 static void tda826x_release(struct dvb_frontend *fe) in tda826x_release() argument 33 kfree(fe->tuner_priv); in tda826x_release() 34 fe->tuner_priv = NULL; in tda826x_release() 37 static int tda826x_sleep(struct dvb_frontend *fe) in tda826x_sleep() argument 39 struct tda826x_priv *priv = fe->tuner_priv; in tda826x_sleep() 49 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep() 50 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_sleep() 54 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep() 55 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_sleep() 60 static int tda826x_set_params(struct dvb_frontend *fe) in tda826x_set_params() argument [all …]
|
D | dvb-pll.c | 56 void (*set)(struct dvb_frontend *fe, u8 *buf); 87 static void thomson_dtt759x_bw(struct dvb_frontend *fe, u8 *buf) in thomson_dtt759x_bw() argument 89 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt759x_bw() 111 static void thomson_dtt7520x_bw(struct dvb_frontend *fe, u8 *buf) in thomson_dtt7520x_bw() argument 113 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt7520x_bw() 205 static void tda665x_bw(struct dvb_frontend *fe, u8 *buf) in tda665x_bw() argument 207 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tda665x_bw() 239 static void tua6034_bw(struct dvb_frontend *fe, u8 *buf) in tua6034_bw() argument 241 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tua6034_bw() 263 static void tded4_bw(struct dvb_frontend *fe, u8 *buf) in tded4_bw() argument [all …]
|
D | stb6100_proc.h | 11 static int stb6100_get_freq(struct dvb_frontend *fe, u32 *frequency) in stb6100_get_freq() argument 13 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_freq() 19 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq() 21 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq() 28 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq() 34 static int stb6100_set_freq(struct dvb_frontend *fe, u32 frequency) in stb6100_set_freq() argument 36 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_freq() 38 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_freq() 47 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq() 49 err = tuner_ops->set_params(fe); in stb6100_set_freq() [all …]
|
/linux-6.6.21/sound/soc/ |
D | soc-pcm.c | 110 static ssize_t dpcm_show_state(struct snd_soc_pcm_runtime *fe, in dpcm_show_state() argument 113 struct snd_pcm_hw_params *params = &fe->dpcm[stream].hw_params; in dpcm_show_state() 119 "[%s - %s]\n", fe->dai_link->name, in dpcm_show_state() 123 dpcm_state_string(fe->dpcm[stream].state)); in dpcm_show_state() 125 if ((fe->dpcm[stream].state >= SND_SOC_DPCM_STATE_HW_PARAMS) && in dpcm_show_state() 126 (fe->dpcm[stream].state <= SND_SOC_DPCM_STATE_STOP)) in dpcm_show_state() 137 if (list_empty(&fe->dpcm[stream].be_clients)) { in dpcm_show_state() 143 for_each_dpcm_be(fe, stream, dpcm) { in dpcm_show_state() 170 struct snd_soc_pcm_runtime *fe = file->private_data; in dpcm_state_read_file() local 175 if (fe->dai_link->num_cpus > 1) { in dpcm_state_read_file() [all …]
|
/linux-6.6.21/include/sound/ |
D | soc-dpcm.h | 72 struct snd_soc_pcm_runtime *fe; member 110 #define for_each_dpcm_be(fe, stream, _dpcm) \ argument 111 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be) 112 #define for_each_dpcm_be_safe(fe, stream, _dpcm, __dpcm) \ argument 113 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be) 114 #define for_each_dpcm_be_rollback(fe, stream, _dpcm) \ argument 115 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be) 118 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe, 122 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe, 126 int snd_soc_dpcm_can_be_prepared(struct snd_soc_pcm_runtime *fe, [all …]
|
/linux-6.6.21/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 81 struct dvb_frontend *fe[2]; member 96 int (*gate_ctrl)(struct dvb_frontend *fe, int gate); 288 static int em28xx_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire) in em28xx_dvb_bus_ctrl() argument 290 struct em28xx_i2c_bus *i2c_bus = fe->dvb->priv; in em28xx_dvb_bus_ctrl() 449 static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable) in drxk_gate_ctrl() argument 451 struct em28xx_dvb *dvb = fe->sec_priv; in drxk_gate_ctrl() 459 status = dvb->gate_ctrl(fe, 1); in drxk_gate_ctrl() 461 status = dvb->gate_ctrl(fe, 0); in drxk_gate_ctrl() 725 static int em28xx_pctv_290e_set_lna(struct dvb_frontend *fe) in em28xx_pctv_290e_set_lna() argument 727 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in em28xx_pctv_290e_set_lna() [all …]
|
/linux-6.6.21/drivers/media/common/videobuf2/ |
D | videobuf2-dvb.c | 72 static int vb2_dvb_register_adapter(struct vb2_dvb_frontends *fe, in vb2_dvb_register_adapter() argument 83 mutex_init(&fe->lock); in vb2_dvb_register_adapter() 86 result = dvb_register_adapter(&fe->adapter, adapter_name, module, in vb2_dvb_register_adapter() 92 fe->adapter.priv = adapter_priv; in vb2_dvb_register_adapter() 93 fe->adapter.mfe_shared = mfe_shared; in vb2_dvb_register_adapter() 96 fe->adapter.mdev = mdev; in vb2_dvb_register_adapter() 201 struct vb2_dvb_frontend *fe; in vb2_dvb_register_bus() local 204 fe = vb2_dvb_get_frontend(f, 1); in vb2_dvb_register_bus() 205 if (!fe) { in vb2_dvb_register_bus() 212 fe->dvb.name, adapter_nr, mfe_shared); in vb2_dvb_register_bus() [all …]
|
/linux-6.6.21/drivers/media/test-drivers/vidtv/ |
D | vidtv_tuner.c | 113 struct dvb_frontend *fe; member 119 vidtv_tuner_get_dev(struct dvb_frontend *fe) in vidtv_tuner_get_dev() argument 121 return i2c_get_clientdata(fe->tuner_priv); in vidtv_tuner_get_dev() 124 static int vidtv_tuner_check_frequency_shift(struct dvb_frontend *fe) in vidtv_tuner_check_frequency_shift() argument 126 struct vidtv_tuner_dev *tuner_dev = vidtv_tuner_get_dev(fe); in vidtv_tuner_check_frequency_shift() 127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_tuner_check_frequency_shift() 151 dev_warn(fe->dvb->device, in vidtv_tuner_check_frequency_shift() 180 vidtv_tuner_get_signal_strength(struct dvb_frontend *fe, u16 *strength) in vidtv_tuner_get_signal_strength() argument 182 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_tuner_get_signal_strength() 183 struct vidtv_tuner_dev *tuner_dev = vidtv_tuner_get_dev(fe); in vidtv_tuner_get_signal_strength() [all …]
|