Home
last modified time | relevance | path

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

1234

/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_tones.c236 int tone; member
379 struct dsp_tone *tone = &dsp->tone; in dsp_tone_copy() local
382 if (!tone->tone) { in dsp_tone_copy()
388 pat = (struct pattern *)tone->pattern; in dsp_tone_copy()
390 index = tone->index; /* gives current sequence index */ in dsp_tone_copy()
391 count = tone->count; /* gives current sample */ in dsp_tone_copy()
425 tone->index = index; in dsp_tone_copy()
426 tone->count = count; in dsp_tone_copy()
462 struct dsp *dsp = from_timer(dsp, t, tone.tl); in dsp_tone_timeout()
463 struct dsp_tone *tone = &dsp->tone; in dsp_tone_timeout() local
[all …]
Ddsp_core.c369 if (!dsp->tone.tone) in dsp_control_req()
893 if (!dsp->tone.tone) { in dsp_function()
926 dsp->tone.tone = 0; in dsp_function()
927 dsp->tone.hardware = 0; in dsp_function()
928 dsp->tone.software = 0; in dsp_function()
929 if (timer_pending(&dsp->tone.tl)) in dsp_function()
930 del_timer(&dsp->tone.tl); in dsp_function()
976 if (timer_pending(&dsp->tone.tl)) in dsp_ctrl()
977 del_timer(&dsp->tone.tl); in dsp_ctrl()
1092 timer_setup(&ndsp->tone.tl, dsp_tone_timeout, 0); in dspcreate()
Ddsp.h150 int tone; member
180 struct dsp_tone tone; member
260 extern int dsp_tone(struct dsp *dsp, int tone);
/linux-5.19.10/Documentation/userspace-api/media/dvb/
Dfe-set-tone.rst13 FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
20 ``int ioctl(int fd, FE_SET_TONE, enum fe_sec_tone_mode tone)``
28 ``tone``
34 This ioctl is used to set the generation of the continuous 22kHz tone.
38 to send a 22kHz tone in order to select between high/low band on some
43 setting a tone may interfere on other devices, as they may lose the
Dfe-diseqc-send-burst.rst13 FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite selection.
20 ``int ioctl(int fd, FE_DISEQC_SEND_BURST, enum fe_sec_mini_cmd tone)``
28 ``tone``
34 This ioctl is used to set the generation of a 22kHz tone burst for mini
/linux-5.19.10/drivers/media/pci/ddbridge/
Dddbridge-max.c62 v = LNB_TONE & (dev->link[link].lnb.tone << (15 - lnb)); in lnb_command()
127 enum fe_sec_tone_mode tone) in lnb_set_tone() argument
132 switch (tone) { in lnb_set_tone()
134 if (!(dev->link[link].lnb.tone & mask)) in lnb_set_tone()
136 dev->link[link].lnb.tone &= ~(1ULL << input); in lnb_set_tone()
139 if (dev->link[link].lnb.tone & mask) in lnb_set_tone()
141 dev->link[link].lnb.tone |= (1ULL << input); in lnb_set_tone()
202 static int max_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) in max_set_tone() argument
213 dvb->tone = tone; in max_set_tone()
218 res = lnb_set_tone(dev, port->lnr, dvb->input, tone); in max_set_tone()
[all …]
/linux-5.19.10/sound/pci/hda/
Dhda_beep.c24 static void generate_tone(struct hda_beep *beep, int tone) in generate_tone() argument
28 if (tone && !beep->playing) { in generate_tone()
35 AC_VERB_SET_BEEP_CONTROL, tone); in generate_tone()
36 if (!tone && beep->playing) { in generate_tone()
50 generate_tone(beep, beep->tone); in snd_hda_generate_beep()
108 beep->tone = beep_linear_tone(beep, hz); in snd_hda_beep_event()
110 beep->tone = beep_standard_tone(beep, hz); in snd_hda_beep_event()
Dhda_beep.h22 int tone; member
/linux-5.19.10/drivers/media/dvb-frontends/
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 …]
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()
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()
Dlnbp21.c78 enum fe_sec_tone_mode tone) in lnbp21_set_tone() argument
85 switch (tone) { in lnbp21_set_tone()
Disl6421.c143 enum fe_sec_tone_mode tone) in isl6421_set_tone() argument
150 switch (tone) { in isl6421_set_tone()
/linux-5.19.10/arch/arm64/boot/dts/qcom/
DMakefile33 dtb-$(CONFIG_ARCH_QCOM) += msm8996-pmi8996-sony-xperia-tone-dora.dtb
34 dtb-$(CONFIG_ARCH_QCOM) += msm8996-pmi8996-sony-xperia-tone-kagura.dtb
35 dtb-$(CONFIG_ARCH_QCOM) += msm8996-pmi8996-sony-xperia-tone-keyaki.dtb
36 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-dora.dtb
37 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-kagura.dtb
38 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-keyaki.dtb
Dmsm8996-pmi8996-sony-xperia-tone-kagura.dts6 #include "msm8996-sony-xperia-tone-kagura.dts"
Dmsm8996-pmi8996-sony-xperia-tone-keyaki.dts6 #include "msm8996-sony-xperia-tone-keyaki.dts"
Dmsm8996-pmi8996-sony-xperia-tone-dora.dts6 #include "msm8996-sony-xperia-tone-dora.dts"
Dmsm8996-sony-xperia-tone-kagura.dts10 #include "msm8996-sony-xperia-tone.dtsi"
/linux-5.19.10/drivers/media/firewire/
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-5.19.10/drivers/media/usb/dvb-usb/
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-5.19.10/drivers/staging/media/av7110/
Dbudget-patch.c116 enum fe_sec_tone_mode tone) in budget_set_tone() argument
120 switch (tone) { in budget_set_tone()
211 enum fe_sec_tone_mode tone) in budget_patch_set_tone() argument
215 switch (tone) { in budget_patch_set_tone()
/linux-5.19.10/include/linux/
Ddtlk.h75 unsigned char tone; /* nX; 0-2 */ member
/linux-5.19.10/drivers/accessibility/speakup/
Dspeakup_dtlk.h50 u_char tone; /* nX; 0-2 */ member
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-fm-tx.rst11 parameters for audio compression, pilot tone generation, audio deviation
136 Enables or disables the pilot tone generation feature.
139 Configures pilot tone frequency deviation level. Unit is in Hz. The
143 Configures pilot tone frequency value. Unit is in Hz. The range and
/linux-5.19.10/Documentation/admin-guide/media/
Dsi4713.rst101 * Pilot is an audible tone sent by the device.
103 - pilot_frequency - Configures the frequency of the stereo pilot tone.
104 - pilot_deviation - Configures pilot tone frequency deviation level.
105 - pilot_enabled - Enables or disables the pilot tone feature.

1234