Symbol: tune
arch/mips/include/asm/txx9/tx4938.h
307
void tx4938_ata_init(unsigned int irq, unsigned int shift, int tune);
arch/mips/txx9/generic/setup_tx4938.c
333
void __init tx4938_ata_init(unsigned int irq, unsigned int shift, int tune)
arch/mips/txx9/generic/setup_tx4938.c
351
.gbus_clock = tune ? txx9_gbus_clock : 0,
drivers/media/common/siano/smsdvb-main.c
872
struct dvb_frontend_tune_settings *tune)
drivers/media/common/siano/smsdvb-main.c
876
tune->min_delay_ms = 400;
drivers/media/common/siano/smsdvb-main.c
877
tune->step_size = 250000;
drivers/media/common/siano/smsdvb-main.c
878
tune->max_drift = 0;
drivers/media/dvb-core/dvb_frontend.c
722
if (fe->ops.tune)
drivers/media/dvb-core/dvb_frontend.c
723
fe->ops.tune(fe, re_tune, fepriv->tune_mode_flags, &fepriv->delay, &s);
drivers/media/dvb-frontends/au8522_dig.c
818
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/au8522_dig.c
820
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/cx22702.c
565
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/cx22702.c
567
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/cx24116.c
1489
.tune = cx24116_tune,
drivers/media/dvb-frontends/cx24117.c
1642
.tune = cx24117_tune,
drivers/media/dvb-frontends/cx24120.c
1571
.tune = cx24120_tune,
drivers/media/dvb-frontends/cx24123.c
1131
.tune = cx24123_tune,
drivers/media/dvb-frontends/cxd2841er.c
3963
.tune = cxd2841er_tune_s
drivers/media/dvb-frontends/cxd2841er.c
3999
.tune = cxd2841er_tune_tc,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1865
.tune = cxd2880_tune,
drivers/media/dvb-frontends/dib0070.c
325
const struct dib0070_tuning *tune;
drivers/media/dvb-frontends/dib0070.c
348
tune = dib0070s_tuning_table;
drivers/media/dvb-frontends/dib0070.c
352
tune = dib0070_tuning_table;
drivers/media/dvb-frontends/dib0070.c
359
while (freq > tune->max_freq) /* find the right one */
drivers/media/dvb-frontends/dib0070.c
360
tune++;
drivers/media/dvb-frontends/dib0070.c
364
state->current_tune_table_index = tune;
drivers/media/dvb-frontends/dib0090.c
2044
const struct dib0090_tuning *tune =
drivers/media/dvb-frontends/dib0090.c
2060
tune = dib0090_tuning_table_cband_7090e_sensitivity;
drivers/media/dvb-frontends/dib0090.c
2062
tune = dib0090_tuning_table_cband_7090e_aci;
drivers/media/dvb-frontends/dib0090.c
2064
while (state->rf_request > tune->max_freq)
drivers/media/dvb-frontends/dib0090.c
2065
tune++;
drivers/media/dvb-frontends/dib0090.c
2068
| (tune->lna_bias & 0x7fff));
drivers/media/dvb-frontends/dib0090.c
2070
| ((tune->lna_tune << 6) & 0x07c0));
drivers/media/dvb-frontends/dib0090.c
2235
const struct dib0090_tuning *tune = state->current_tune_table_index;
drivers/media/dvb-frontends/dib0090.c
2313
tune = dib0090_tuning_table;
drivers/media/dvb-frontends/dib0090.c
2315
tune = dib0090_p1g_tuning_table;
drivers/media/dvb-frontends/dib0090.c
2325
tune = dib0090_tuning_table_cband_7090e_sensitivity;
drivers/media/dvb-frontends/dib0090.c
2327
tune = dib0090_tuning_table_cband_7090;
drivers/media/dvb-frontends/dib0090.c
2333
tune = dib0090_tuning_table_cband_7090e_sensitivity;
drivers/media/dvb-frontends/dib0090.c
2335
tune = dib0090_tuning_table_cband_7090;
drivers/media/dvb-frontends/dib0090.c
2344
tune = dib0090_tuning_table_fm_vhf_on_cband;
drivers/media/dvb-frontends/dib0090.c
2346
tune = dib0090_p1g_tuning_table_fm_vhf_on_cband;
drivers/media/dvb-frontends/dib0090.c
2355
while (state->rf_request > tune->max_freq)
drivers/media/dvb-frontends/dib0090.c
2356
tune++;
drivers/media/dvb-frontends/dib0090.c
2360
state->current_tune_table_index = tune;
drivers/media/dvb-frontends/dib0090.c
2363
dib0090_write_reg(state, 0x0b, 0xb800 | (tune->switch_trim));
drivers/media/dvb-frontends/dib0090.c
2441
lo6 = tune->tuner_enable;
drivers/media/dvb-frontends/dib0090.c
2482
if ((tune->tuner_enable == EN_CAB) && state->identity.p1g) {
drivers/media/dvb-frontends/dib0090.c
2483
dprintk("P1G : The cable band is selected and lna_tune = %d\n", tune->lna_tune);
drivers/media/dvb-frontends/dib0090.c
2484
dib0090_write_reg(state, 0x09, tune->lna_bias);
drivers/media/dvb-frontends/dib0090.c
2485
dib0090_write_reg(state, 0x0b, 0xb800 | (tune->lna_tune << 6) | (tune->switch_trim));
drivers/media/dvb-frontends/dib0090.c
2487
dib0090_write_reg(state, 0x09, (tune->lna_tune << 5) | tune->lna_bias);
drivers/media/dvb-frontends/dib0090.c
2489
dib0090_write_reg(state, 0x0c, tune->v2i);
drivers/media/dvb-frontends/dib0090.c
2490
dib0090_write_reg(state, 0x0d, tune->mix);
drivers/media/dvb-frontends/dib0090.c
2491
dib0090_write_reg(state, 0x0e, tune->load);
drivers/media/dvb-frontends/dib3000mb.c
678
static int dib3000mb_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib3000mb.c
680
tune->min_delay_ms = 800;
drivers/media/dvb-frontends/dib3000mc.c
819
static int dib3000mc_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib3000mc.c
821
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/dib7000m.c
1312
static int dib7000m_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib7000m.c
1314
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/dib7000p.c
1993
static int dib7000p_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib7000p.c
1995
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/dib8000.c
4369
static int dib8000_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib8000.c
4371
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/dib8000.c
4372
tune->step_size = 0;
drivers/media/dvb-frontends/dib8000.c
4373
tune->max_drift = 0;
drivers/media/dvb-frontends/dib9000.c
1890
static int dib9000_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib9000.c
1892
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/drx39xyj/drxj.c
12244
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12246
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/ds3000.c
1121
.tune = ds3000_tune,
drivers/media/dvb-frontends/gp8psk-fe.c
124
static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/gp8psk-fe.c
126
tune->min_delay_ms = 800;
drivers/media/dvb-frontends/lgdt3306a.c
2141
.tune = lgdt3306a_tune,
drivers/media/dvb-frontends/m88rs2000.c
714
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/m88rs2000.c
719
tune->min_delay_ms = 2000;
drivers/media/dvb-frontends/m88rs2000.c
721
tune->min_delay_ms = 3000;
drivers/media/dvb-frontends/m88rs2000.c
723
tune->step_size = c->symbol_rate / 16000;
drivers/media/dvb-frontends/m88rs2000.c
724
tune->max_drift = c->symbol_rate / 2000;
drivers/media/dvb-frontends/mb86a20s.c
2106
.tune = mb86a20s_tune,
drivers/media/dvb-frontends/mxl5xx.c
790
.tune = tune,
drivers/media/dvb-frontends/nxt6000.c
538
static int nxt6000_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/nxt6000.c
540
tune->min_delay_ms = 500;
drivers/media/dvb-frontends/s5h1409.c
928
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/s5h1409.c
930
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/s5h1411.c
843
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/s5h1411.c
845
tune->min_delay_ms = 1000;
drivers/media/dvb-frontends/s5h1432.c
320
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/s921.c
528
.tune = s921_tune,
drivers/media/dvb-frontends/stv0910.c
1730
.tune = tune,
drivers/media/dvb-frontends/tda10048.c
1042
struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/tda10048.c
1044
tune->min_delay_ms = 1000;
drivers/media/pci/bt8xx/dst.c
1747
.tune = dst_tune_frontend,
drivers/media/pci/bt8xx/dst.c
1772
.tune = dst_tune_frontend,
drivers/media/pci/bt8xx/dst.c
1805
.tune = dst_tune_frontend,
drivers/media/pci/bt8xx/dst.c
1828
.tune = dst_tune_frontend,
drivers/media/pci/ddbridge/ddbridge-sx8.c
457
.tune = tune,
drivers/media/platform/samsung/exynos4-is/fimc-is-param.h
905
struct is_tune_region tune;
drivers/media/tuners/mt2266.c
122
u32 tune;
drivers/media/tuners/mt2266.c
135
tune = 2 * freq * (8192/16) / (FREF/16);
drivers/media/tuners/mt2266.c
138
tune *= 2;
drivers/media/tuners/mt2266.c
200
b[1] = (tune >> 8) & 0x1F;
drivers/media/tuners/mt2266.c
201
b[2] = tune & 0xFF;
drivers/media/tuners/mt2266.c
202
b[3] = tune >> 13;
drivers/media/tuners/mt2266.c
206
(int) tune, (int) lnaband,
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
530
struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
532
tune->min_delay_ms = 1000;
drivers/media/usb/dvb-usb/cinergyT2-fe.c
218
struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
220
tune->min_delay_ms = 800;
drivers/media/usb/dvb-usb/dtt200u-fe.c
139
static int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb/dtt200u-fe.c
141
tune->min_delay_ms = 1500;
drivers/media/usb/dvb-usb/dtt200u-fe.c
142
tune->step_size = 0;
drivers/media/usb/dvb-usb/dtt200u-fe.c
143
tune->max_drift = 0;
drivers/media/usb/dvb-usb/vp702x-fe.c
128
static int vp702x_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb/vp702x-fe.c
131
tune->min_delay_ms = 2000;
drivers/media/usb/dvb-usb/vp7045-fe.c
97
static int vp7045_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb/vp7045-fe.c
99
tune->min_delay_ms = 800;
drivers/net/ethernet/ibm/ibmvnic.h
655
struct ibmvnic_tune tune;
drivers/phy/samsung/phy-exynos5-usbdrd.c
439
#define for_each_phy_tune(tune) \
drivers/phy/samsung/phy-exynos5-usbdrd.c
440
for (; (tune)->region != PTR_INVALID; ++(tune))
drivers/phy/samsung/phy-exynos5-usbdrd.c
676
const struct exynos5_usbdrd_phy_tuning *tune;
drivers/phy/samsung/phy-exynos5-usbdrd.c
678
tune = phy_drd->drv_data->phy_tunes[state];
drivers/phy/samsung/phy-exynos5-usbdrd.c
679
if (!tune)
drivers/phy/samsung/phy-exynos5-usbdrd.c
682
for_each_phy_tune(tune) {
drivers/phy/samsung/phy-exynos5-usbdrd.c
686
switch (tune->region) {
drivers/phy/samsung/phy-exynos5-usbdrd.c
698
"unknown phy region %d\n", tune->region);
drivers/phy/samsung/phy-exynos5-usbdrd.c
702
if (~tune->mask) {
drivers/phy/samsung/phy-exynos5-usbdrd.c
703
reg = readl(reg_base + tune->off);
drivers/phy/samsung/phy-exynos5-usbdrd.c
704
reg &= ~tune->mask;
drivers/phy/samsung/phy-exynos5-usbdrd.c
706
reg |= tune->val;
drivers/phy/samsung/phy-exynos5-usbdrd.c
707
writel(reg, reg_base + tune->off);
drivers/phy/st/phy-stm32-usbphyc.c
142
u32 tune;
drivers/phy/st/phy-stm32-usbphyc.c
478
usbphyc_phy->tune |= INCURREN | FIELD_PREP(INCURRINT, val);
drivers/phy/st/phy-stm32-usbphyc.c
485
usbphyc_phy->tune |= LFSCAPEN;
drivers/phy/st/phy-stm32-usbphyc.c
488
usbphyc_phy->tune |= HSDRVSLEW;
drivers/phy/st/phy-stm32-usbphyc.c
494
usbphyc_phy->tune |= HSDRVDCCUR;
drivers/phy/st/phy-stm32-usbphyc.c
497
usbphyc_phy->tune |= HSDRVCURINCR | FIELD_PREP(HSDRVDCLEV, val);
drivers/phy/st/phy-stm32-usbphyc.c
505
usbphyc_phy->tune |= FSDRVRFADJ;
drivers/phy/st/phy-stm32-usbphyc.c
508
usbphyc_phy->tune |= HSDRVRFRED;
drivers/phy/st/phy-stm32-usbphyc.c
513
usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKITRM, val);
drivers/phy/st/phy-stm32-usbphyc.c
521
usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKZTRM, val);
drivers/phy/st/phy-stm32-usbphyc.c
529
usbphyc_phy->tune |= FIELD_PREP(SQLCHCTL, val);
drivers/phy/st/phy-stm32-usbphyc.c
535
usbphyc_phy->tune |= HDRXGNEQEN;
drivers/phy/st/phy-stm32-usbphyc.c
540
usbphyc_phy->tune |= FIELD_PREP(HSRXOFF, val);
drivers/phy/st/phy-stm32-usbphyc.c
546
usbphyc_phy->tune |= HSFALLPREEM;
drivers/phy/st/phy-stm32-usbphyc.c
549
usbphyc_phy->tune |= SHTCCTCTLPROT;
drivers/phy/st/phy-stm32-usbphyc.c
552
usbphyc_phy->tune |= STAGSEL;
drivers/phy/st/phy-stm32-usbphyc.c
555
usbphyc_phy->tune |= FIELD_PREP(OTPCOMP, otpcomp);
drivers/phy/st/phy-stm32-usbphyc.c
561
writel_relaxed(usbphyc_phy->tune, usbphyc->base + reg);
drivers/phy/st/phy-stm32-usbphyc.c
799
writel_relaxed(usbphyc_phy->tune, usbphyc->base + STM32_USBPHYC_TUNE(port));
drivers/regulator/bd9576-regulator.c
139
int tune;
drivers/regulator/bd9576-regulator.c
142
tune = multiplier * 10000;
drivers/regulator/bd9576-regulator.c
145
return desc->fixed_uV - tune;
drivers/regulator/bd9576-regulator.c
147
return desc->fixed_uV + tune;
include/media/dvb_frontend.h
456
int (*tune)(struct dvb_frontend* fe,
include/uapi/sound/sfnt_info.h
115
short tune; /* pitch tuning (in cents) */
sound/synth/emux/emux_synth.c
803
offset += vp->reg.tune * 4096 / 1200;
sound/synth/emux/soundfont.c
1035
zone->v.tune = -(note % 100);
sound/synth/emux/soundfont.c
1044
zone->v.root, zone->v.tune, zone->v.low, zone->v.high);