Home
last modified time | relevance | path

Searched refs:tone (Results 1 – 25 of 72) sorted by relevance

123

/linux/drivers/media/pci/ddbridge/
H A Dddbridge-max.c53 v = LNB_TONE & (dev->link[link].lnb.tone << (15 - lnb)); in lnb_command()
118 enum fe_sec_tone_mode tone) in lnb_set_tone() argument
123 switch (tone) { in lnb_set_tone()
125 if (!(dev->link[link].lnb.tone & mask)) in lnb_set_tone()
127 dev->link[link].lnb.tone &= ~(1ULL << input); in lnb_set_tone()
130 if (dev->link[link].lnb.tone & mask) in lnb_set_tone()
132 dev->link[link].lnb.tone |= (1ULL << input); in lnb_set_tone()
193 static int max_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) in max_set_tone() argument
204 dvb->tone = tone; in max_set_tone()
209 res = lnb_set_tone(dev, port->lnr, dvb->input, tone); in max_set_tone()
[all …]
/linux/sound/hda/common/
H A Dbeep.c24 static void generate_tone(struct hda_beep *beep, int tone) in generate_tone() argument
28 if (tone && !beep->playing) { in generate_tone()
36 AC_VERB_SET_BEEP_CONTROL, tone); in generate_tone()
37 if (!tone && beep->playing) { in generate_tone()
51 generate_tone(beep, beep->tone); in snd_hda_generate_beep()
109 beep->tone = beep_linear_tone(beep, hz); in snd_hda_beep_event()
111 beep->tone = beep_standard_tone(beep, hz); in snd_hda_beep_event()
H A Dhda_beep.h22 int tone; member
/linux/drivers/media/dvb-frontends/
H A Dcx24123.c752 int i, val, tone; in cx24123_send_diseqc_msg() local
757 tone = cx24123_readreg(state, 0x29); in cx24123_send_diseqc_msg()
758 if (tone & 0x10) in cx24123_send_diseqc_msg()
759 cx24123_writereg(state, 0x29, tone & ~0x50); in cx24123_send_diseqc_msg()
778 if (tone & 0x10) in cx24123_send_diseqc_msg()
779 cx24123_writereg(state, 0x29, tone & ~0x40); in cx24123_send_diseqc_msg()
788 int val, tone; in cx24123_diseqc_send_burst() local
793 tone = cx24123_readreg(state, 0x29); in cx24123_diseqc_send_burst()
794 if (tone & 0x10) in cx24123_diseqc_send_burst()
795 cx24123_writereg(state, 0x29, tone & ~0x50); in cx24123_diseqc_send_burst()
[all …]
H A Dtda8083.c173 enum fe_sec_tone_mode tone) in tda8083_set_tone() argument
177 switch (tone) { in tda8083_set_tone()
383 enum fe_sec_tone_mode tone) in tda8083_diseqc_set_tone() argument
387 tda8083_set_tone (state, tone); in tda8083_diseqc_set_tone()
H A Dds3000.c656 static int ds3000_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) in ds3000_set_tone() argument
661 dprintk("%s(%d)\n", __func__, tone); in ds3000_set_tone()
662 if ((tone != SEC_TONE_ON) && (tone != SEC_TONE_OFF)) { in ds3000_set_tone()
663 printk(KERN_ERR "%s: Invalid, tone=%d\n", __func__, tone); in ds3000_set_tone()
671 switch (tone) { in ds3000_set_tone()
H A Dlnbp21.c78 enum fe_sec_tone_mode tone) in lnbp21_set_tone() argument
85 switch (tone) { in lnbp21_set_tone()
H A Disl6421.c143 enum fe_sec_tone_mode tone) in isl6421_set_tone() argument
150 switch (tone) { in isl6421_set_tone()
/linux/drivers/accessibility/speakup/
H A Dspeakup_bns.c51 __ATTR(tone, 0644, spk_var_show, spk_var_store);
128 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
138 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_txprt.c56 __ATTR(tone, 0644, spk_var_show, spk_var_store);
133 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
144 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_spkout.c57 __ATTR(tone, 0644, spk_var_show, spk_var_store);
140 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
151 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_acntsa.c55 __ATTR(tone, 0644, spk_var_show, spk_var_store);
145 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
154 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_dummy.c64 __ATTR(tone, 0644, spk_var_show, spk_var_store);
149 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
163 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_audptr.c57 __ATTR(tone, 0644, spk_var_show, spk_var_store);
173 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
185 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_ltlk.c62 __ATTR(tone, 0644, spk_var_show, spk_var_store);
177 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
192 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_dtlk.c80 __ATTR(tone, 0644, spk_var_show, spk_var_store);
315 status.tone = *t++; in synth_interrogate()
392 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
404 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_acntpc.c69 __ATTR(tone, 0644, spk_var_show, spk_var_store);
320 module_param_named(tone, vars[TONE_ID].u.n.default_val, int, 0444);
330 MODULE_PARM_DESC(tone, "Set the tone variable on load.");
H A Dspeakup_dtlk.h50 u_char tone; /* nX; 0-2 */ member
/linux/Documentation/ABI/testing/
H A Ddebugfs-iio-ad946736 Writing to this file will initiate one of available test tone on
38 where an IIO backend is available and supports the test tone,
/linux/drivers/media/firewire/
H A Dfiredtv-fe.c65 static int fdtv_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) in fdtv_set_tone() argument
69 fdtv->tone = tone; in fdtv_set_tone()
/linux/drivers/media/usb/dvb-usb/
H A Dvp702x-fe.c251 enum fe_sec_tone_mode tone) in vp702x_fe_set_tone() argument
259 st->tone_mode = tone; in vp702x_fe_set_tone()
261 if (tone == SEC_TONE_ON) in vp702x_fe_set_tone()
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996-sony-xperia-tone-kagura.dts10 #include "msm8996-sony-xperia-tone.dtsi"
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-tx.rst12 parameters for audio compression, pilot tone generation, audio deviation
137 Enables or disables the pilot tone generation feature.
140 Configures pilot tone frequency deviation level. Unit is in Hz. The
144 Configures pilot tone frequency value. Unit is in Hz. The range and
/linux/drivers/iio/dac/
H A Dadi-axi-dac.c571 int ret, tone; in axi_dac_set_sample_rate() local
594 for (tone = 0; tone <= AXI_DAC_FREQ_TONE_2; tone++) { in axi_dac_set_sample_rate()
595 ret = __axi_dac_frequency_get(st, chan, tone, &freq); in axi_dac_set_sample_rate()
599 ret = __axi_dac_frequency_set(st, chan, sample_rate, tone, freq); in axi_dac_set_sample_rate()
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_fcalls.rst21 fe-set-tone

123