Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/dvb-frontends/
Dds3000.c890 s32 offset_khz; in ds3000_set_frontend() local
1019 offset_khz = frequency - c->frequency; in ds3000_set_frontend()
1020 ds3000_set_carrier_offset(fe, offset_khz); in ds3000_set_frontend()
Ddib0090.h39 s32 offset_khz; member
Ddib7000p.c805 static int dib7000p_set_dds(struct dib7000p_state *state, s32 offset_khz) in dib7000p_set_dds() argument
809 u32 abs_offset_khz = abs(offset_khz); in dib7000p_set_dds()
819 …dprintk("setting a frequency offset of %dkHz internal freq = %d invert = %d\n", offset_khz, intern… in dib7000p_set_dds()
821 if (offset_khz < 0) in dib7000p_set_dds()
Ddib8000.c2695 static void dib8000_set_dds(struct dib8000_state *state, s32 offset_khz) in dib8000_set_dds() argument
2698 u32 abs_offset_khz = abs(offset_khz); in dib8000_set_dds()
2706 if (offset_khz < 0) in dib8000_set_dds()
2717 if (offset_khz < 0) in dib8000_set_dds()
Ddib0090.c2297 state->rf_request += LUT_offset->offset_khz; in dib0090_tune()