/linux/drivers/isdn/mISDN/ |
H A D | dsp_tones.c | 232 * tone sequence definition * 236 int tone; member 359 * copy tone data * 365 * memcpy per function call, or two memcpy if the tone sequence changes. 373 * if tones has finished (e.g. knocking tone), dsp->tones is turned off 379 struct dsp_tone *tone = &dsp->tone; in dsp_tone_copy() local 381 /* if we have no tone, we copy silence */ in dsp_tone_copy() 382 if (!tone->tone) { in dsp_tone_copy() 463 struct dsp_tone *tone = &dsp->tone; dsp_tone_timeout() local 496 dsp_tone(struct dsp * dsp,int tone) dsp_tone() argument [all...] |
H A D | dsp_core.c | 12 * Real-time tone generation 353 case DSP_TONE_PATT_ON: /* play tone */ in dsp_control_req() 363 printk(KERN_DEBUG "%s: turn tone 0x%x on\n", in dsp_control_req() 370 if (!dsp->tone.tone) in dsp_control_req() 373 case DSP_TONE_PATT_OFF: /* stop tone */ in dsp_control_req() 379 printk(KERN_DEBUG "%s: turn tone off\n", __func__); in dsp_control_req() 893 /* send data to tx-buffer (if no tone is played) */ in dsp_function() 894 if (!dsp->tone.tone) { in dsp_function() [all...] |
H A D | dsp.h | 150 int tone; member 180 struct dsp_tone tone; member 260 extern int dsp_tone(struct dsp *dsp, int tone);
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | fe-set-tone.rst | 13 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
|
H A D | fe-diseqc-send-burst.rst | 13 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/drivers/media/pci/ddbridge/ |
H A D | ddbridge-max.c | 53 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() [all...] |
/linux/sound/hda/common/ |
H A D | beep.c | 23 /* generate or stop tone */ 24 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() 54 /* (non-standard) Linear beep tone calculation for IDT/STAC codecs 56 * The tone frequency of beep generator on IDT/STAC codecs is 57 * defined from the 8bit tone parameter, in Hz, 58 * freq = 48000 * (257 - tone) / 102 [all...] |
H A D | hda_beep.h | 22 int tone; member 26 unsigned int linear_tone:1; /* linear tone for IDT/STAC codec */
|
/linux/drivers/accessibility/speakup/ |
H A D | speakup_txprt.c | 56 __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 D | speakup_bns.c | 51 __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 D | speakup_spkout.c | 57 __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 D | speakup_acntsa.c | 55 __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 D | speakup_dummy.c | 64 __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 D | speakup_audptr.c | 57 __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 D | speakup_ltlk.c | 62 __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 D | speakup_dtlk.c | 80 __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 D | speakup_acntpc.c | 69 __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.");
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-iio-ad9467 | 36 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 D | firedtv-fe.c | 65 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/dvb-frontends/ |
H A D | ds3000.c | 656 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() 673 dprintk("%s: setting tone on\n", __func__); in ds3000_set_tone() 680 dprintk("%s: setting tone off\n", __func__); in ds3000_set_tone() 770 /* Unmodulated tone burs in ds3000_diseqc_send_burst() [all...] |
H A D | lnbp21.c | 78 enum fe_sec_tone_mode tone) in lnbp21_set_tone() argument 85 switch (tone) { in lnbp21_set_tone()
|
H A D | isl6421.c | 143 enum fe_sec_tone_mode tone) in isl6421_set_tone() argument 150 switch (tone) { in isl6421_set_tone()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | vp702x-fe.c | 251 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() 336 s->lnb_buf[3] = 0xff; /* 0=tone burst, 2=data burst, ff=off */ in vp702x_fe_attach()
|
/linux/include/linux/ |
H A D | dtlk.h | 20 synthesizers or tone generators 75 unsigned char tone; /* nX; 0-2 */ member
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-sony-xperia-tone-kagura.dts | 10 #include "msm8996-sony-xperia-tone.dtsi"
|