/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp_tones.c | 236 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() 463 struct dsp_tone *tone = &dsp->tone; in dsp_tone_timeout() local 464 struct pattern *pat = (struct pattern *)tone->pattern; in dsp_tone_timeout() [all …]
|
D | dsp_core.c | 371 if (!dsp->tone.tone) in dsp_control_req() 895 if (!dsp->tone.tone) { in dsp_function() 928 dsp->tone.tone = 0; in dsp_function() 929 dsp->tone.hardware = 0; in dsp_function() 930 dsp->tone.software = 0; in dsp_function() 931 if (timer_pending(&dsp->tone.tl)) in dsp_function() 932 del_timer(&dsp->tone.tl); in dsp_function() 979 if (timer_pending(&dsp->tone.tl)) in dsp_ctrl() 980 del_timer(&dsp->tone.tl); in dsp_ctrl() 1095 ndsp->tone.tl.function = (void *)dsp_tone_timeout; in dspcreate() [all …]
|
D | dsp.h | 150 int tone; member 180 struct dsp_tone tone; member 260 extern int dsp_tone(struct dsp *dsp, int tone);
|
D | Kconfig | 20 echo cancellation, tone generation, and Blowfish encryption and
|
D | dsp_cmx.c | 1329 !(dsp->tone.tone && dsp->tone.software)) { /* AND not soft tones */ 1383 if (dsp->tone.tone && dsp->tone.software) {
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_beep.c | 37 static void generate_tone(struct hda_beep *beep, int tone) in generate_tone() argument 41 if (tone && !beep->playing) { in generate_tone() 48 AC_VERB_SET_BEEP_CONTROL, tone); in generate_tone() 49 if (!tone && beep->playing) { in generate_tone() 63 generate_tone(beep, beep->tone); in snd_hda_generate_beep() 121 beep->tone = beep_linear_tone(beep, hz); in snd_hda_beep_event() 123 beep->tone = beep_standard_tone(beep, hz); in snd_hda_beep_event()
|
D | hda_beep.h | 35 int tone; member
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | cx24123.c | 765 int i, val, tone; in cx24123_send_diseqc_msg() local 770 tone = cx24123_readreg(state, 0x29); in cx24123_send_diseqc_msg() 771 if (tone & 0x10) in cx24123_send_diseqc_msg() 772 cx24123_writereg(state, 0x29, tone & ~0x50); in cx24123_send_diseqc_msg() 791 if (tone & 0x10) in cx24123_send_diseqc_msg() 792 cx24123_writereg(state, 0x29, tone & ~0x40); in cx24123_send_diseqc_msg() 801 int val, tone; in cx24123_diseqc_send_burst() local 806 tone = cx24123_readreg(state, 0x29); in cx24123_diseqc_send_burst() 807 if (tone & 0x10) in cx24123_diseqc_send_burst() 808 cx24123_writereg(state, 0x29, tone & ~0x50); in cx24123_diseqc_send_burst() [all …]
|
D | tda8083.c | 181 static int tda8083_set_tone (struct tda8083_state* state, fe_sec_tone_mode_t tone) in tda8083_set_tone() argument 185 switch (tone) { in tda8083_set_tone() 386 static int tda8083_diseqc_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in tda8083_diseqc_set_tone() argument 390 tda8083_set_tone (state, tone); in tda8083_diseqc_set_tone()
|
D | isl6421.c | 92 static int isl6421_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in isl6421_set_tone() argument 99 switch (tone) { in isl6421_set_tone()
|
D | ds3000.c | 669 static int ds3000_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in ds3000_set_tone() argument 674 dprintk("%s(%d)\n", __func__, tone); in ds3000_set_tone() 675 if ((tone != SEC_TONE_ON) && (tone != SEC_TONE_OFF)) { in ds3000_set_tone() 676 printk(KERN_ERR "%s: Invalid, tone=%d\n", __func__, tone); in ds3000_set_tone() 684 switch (tone) { in ds3000_set_tone()
|
D | lnbp21.c | 95 fe_sec_tone_mode_t tone) in lnbp21_set_tone() argument 102 switch (tone) { in lnbp21_set_tone()
|
D | cx24116.c | 875 fe_sec_tone_mode_t tone) in cx24116_set_tone() argument 880 dprintk("%s(%d)\n", __func__, tone); in cx24116_set_tone() 881 if ((tone != SEC_TONE_ON) && (tone != SEC_TONE_OFF)) { in cx24116_set_tone() 882 printk(KERN_ERR "%s: Invalid, tone=%d\n", __func__, tone); in cx24116_set_tone() 899 switch (tone) { in cx24116_set_tone()
|
D | stv0288.c | 196 static int stv0288_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in stv0288_set_tone() argument 200 switch (tone) { in stv0288_set_tone()
|
D | cx24117.c | 959 fe_sec_tone_mode_t tone) in cx24117_set_tone() argument 966 __func__, state->demod, tone); in cx24117_set_tone() 967 if ((tone != SEC_TONE_ON) && (tone != SEC_TONE_OFF)) { in cx24117_set_tone() 969 KBUILD_MODNAME, state->demod, tone); in cx24117_set_tone() 987 switch (tone) { in cx24117_set_tone()
|
D | dvb_dummy_fe.c | 100 static int dvb_dummy_fe_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in dvb_dummy_fe_set_tone() argument
|
D | cx24110.c | 577 static int cx24110_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in cx24110_set_tone() argument 581 …return cx24110_writereg(state,0x76,(cx24110_readreg(state,0x76)&~0x10)|(((tone==SEC_TONE_ON))?0x10… in cx24110_set_tone()
|
D | tda10071.c | 211 u8 tone; in tda10071_set_tone() local 223 tone = 1; in tda10071_set_tone() 226 tone = 0; in tda10071_set_tone() 239 cmd.args[4] = tone; in tda10071_set_tone()
|
D | m88ds3103.c | 1074 u8 u8tmp, tone, reg_a1_mask; in m88ds3103_set_tone() local 1086 tone = 0; in m88ds3103_set_tone() 1090 tone = 1; in m88ds3103_set_tone() 1100 u8tmp = tone << 7 | priv->cfg->envelope_mode << 5; in m88ds3103_set_tone()
|
D | si21xx.c | 437 static int si21xx_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in si21xx_set_tone() argument 445 switch (tone) { in si21xx_set_tone()
|
D | stv0299.c | 332 static int stv0299_set_tone (struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in stv0299_set_tone() argument 342 switch (tone) { in stv0299_set_tone()
|
D | tda10086.c | 188 static int tda10086_set_tone (struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in tda10086_set_tone() argument 198 switch (tone) { in tda10086_set_tone()
|
D | m88rs2000.c | 267 static int m88rs2000_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in m88rs2000_set_tone() argument 277 switch (tone) { in m88rs2000_set_tone()
|
D | s5h1420.c | 152 static int s5h1420_set_tone (struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in s5h1420_set_tone() argument 157 switch(tone) { in s5h1420_set_tone()
|
D | stb0899_drv.c | 1208 static int stb0899_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in stb0899_set_tone() argument 1219 switch (tone) { in stb0899_set_tone()
|
D | mb86a16.c | 1593 static int mb86a16_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in mb86a16_set_tone() argument 1597 switch (tone) { in mb86a16_set_tone()
|
D | stv090x.c | 3735 static int stv090x_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in stv090x_set_tone() argument 3741 switch (tone) { in stv090x_set_tone()
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-fe.c | 69 static int fdtv_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in fdtv_set_tone() argument 73 fdtv->tone = tone; in fdtv_set_tone()
|
D | firedtv.h | 103 fe_sec_tone_mode_t tone; member
|
D | firedtv-fw.c | 265 fdtv->tone = 0xff; in node_probe()
|
D | firedtv-avc.c | 379 if (fdtv->tone == 0xff) in avc_tuner_tuneqpsk() 381 else if (fdtv->tone == SEC_TONE_ON) /* band */ in avc_tuner_tuneqpsk()
|
/linux-4.1.27/include/linux/ |
D | dtlk.h | 74 unsigned char tone; /* nX; 0-2 */ member
|
/linux-4.1.27/drivers/staging/speakup/ |
D | speakup_dtlk.h | 43 u_char tone; /* nX; 0-2 */ member
|
D | speakup_dtlk.c | 82 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store); 315 status.tone = *t++; in synth_interrogate()
|
D | speakup_txprt.c | 55 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_bns.c | 55 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_dummy.c | 57 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_spkout.c | 61 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_acntsa.c | 58 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_ltlk.c | 65 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_audptr.c | 62 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_acntpc.c | 73 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | speakup_soft.c | 76 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
|
D | spkguide.txt | 411 tone 1398 the substance and tone of each of the contributor acknowledgements
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | vp702x-fe.c | 252 static int vp702x_fe_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in vp702x_fe_set_tone() argument 260 st->tone_mode = tone; in vp702x_fe_set_tone() 262 if (tone == SEC_TONE_ON) in vp702x_fe_set_tone()
|
D | gp8psk-fe.c | 257 static int gp8psk_fe_set_tone (struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in gp8psk_fe_set_tone() argument 262 (tone == SEC_TONE_ON), 0, NULL, 0)) { in gp8psk_fe_set_tone()
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | budget-patch.c | 133 static int budget_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in budget_set_tone() argument 137 switch (tone) { in budget_set_tone() 226 static int budget_patch_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in budget_patch_set_tone() argument 230 switch (tone) { in budget_patch_set_tone()
|
D | av7110.h | 288 int (*fe_set_tone)(struct dvb_frontend* fe, fe_sec_tone_mode_t tone);
|
D | budget.c | 167 static int budget_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in budget_set_tone() argument 171 switch (tone) { in budget_set_tone()
|
D | av7110.c | 1175 static int av7110_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in av7110_set_tone() argument 1179 switch (tone) { in av7110_set_tone() 2058 static int av7110_fe_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in av7110_fe_set_tone() argument 2064 av7110->saved_tone = tone; in av7110_fe_set_tone() 2065 ret = av7110->fe_set_tone(fe, tone); in av7110_fe_set_tone()
|
/linux-4.1.27/Documentation/video4linux/ |
D | si4713.txt | 91 * Pilot is an audible tone sent by the device. 93 pilot_frequency - Configures the frequency of the stereo pilot tone. 94 pilot_deviation - Configures pilot tone frequency deviation level. 95 pilot_enabled - Enables or disables the pilot tone feature.
|
D | vivid.txt | 510 1 kHz tone that has an amplitude of sqrt(2).
|
/linux-4.1.27/Documentation/isdn/ |
D | README.audio | 67 y = 0 ... 255 tone duration in units of 5ms. 123 <DLE>c FAX calling tone received. 124 <DLE>b busy tone received.
|
D | README | 188 11 70 Touch tone timing (ignored).
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | ttusbdecfe.c | 172 static int ttusbdecfe_dvbs_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in ttusbdecfe_dvbs_set_tone() argument 176 state->hi_band = (SEC_TONE_ON == tone); in ttusbdecfe_dvbs_set_tone()
|
/linux-4.1.27/drivers/media/common/b2c2/ |
D | flexcop-fe-tuner.c | 70 static int flexcop_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in flexcop_set_tone() argument 77 deb_tuner("tone = %u\n",tone); in flexcop_set_tone() 79 switch (tone) { in flexcop_set_tone()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-dsp.c | 36 #define baseband_freq(carrier, srate, tone) ((s32)( \ argument 37 (compat_remainder(carrier + tone, srate)) / srate * 2 * INT_PI))
|
D | cx88-dvb.c | 900 fe_sec_tone_mode_t tone) in samsung_smt_7020_set_tone() argument 907 switch (tone) { in samsung_smt_7020_set_tone()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | dst_common.h | 120 fe_sec_tone_mode_t tone; member
|
D | dst.c | 1503 static int dst_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) in dst_set_tone() argument 1507 state->tone = tone; in dst_set_tone() 1511 switch (tone) { in dst_set_tone() 1561 state->tone = SEC_TONE_OFF; in bt8xx_dst_init()
|
/linux-4.1.27/sound/drivers/opl4/ |
D | opl4_local.h | 135 u16 tone; member
|
D | opl4_synth.c | 517 (sound[i]->tone >> 8) & OPL4_TONE_NUMBER_BIT8; in snd_opl4_note_on() 521 sound[i]->tone & 0xff); in snd_opl4_note_on()
|
/linux-4.1.27/drivers/media/i2c/m5mols/ |
D | m5mols.h | 127 u8 tone; member
|
D | m5mols_controls.c | 168 ret = m5mols_write(sd, MON_TONE_CTL, scenemode.tone); in m5mols_do_scenemode()
|
/linux-4.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 114 fe_sec_tone_mode_t tone; member 501 ttusb->tone == SEC_TONE_ON ? 1 : 0, 1, 1 in ttusb_update_lnb() 523 static int ttusb_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in ttusb_set_tone() argument 527 ttusb->tone = tone; in ttusb_set_tone()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.ymfsb | 59 hardware restriction). So many players become tone deafness.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | SB-Live-mixer.txt | 215 This control turns the tone control on or off. The samples for front, rear 221 When the tone control code is activated, the samples are always modified. 227 When the tone control code is activated, the samples are always modified.
|
D | Audigy-mixer.txt | 191 This control turns the tone control on or off. The samples for front, rear 197 When the tone control code is activated, the samples are always modified. 203 When the tone control code is activated, the samples are always modified.
|
D | ALSA-Configuration.txt | 1205 port_tc - tone control (i2c bus) port # for TEA6330T chip (0x350,0x360,0x370,0x380)
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_frontend.h | 302 int (*set_tone)(struct dvb_frontend* fe, fe_sec_tone_mode_t tone);
|
D | dvb_frontend.c | 117 int tone; member 752 if (fe->ops.set_tone && fepriv->tone != -1) in dvb_frontend_thread() 753 fe->ops.set_tone(fe, fepriv->tone); in dvb_frontend_thread() 2423 fepriv->tone = (fe_sec_tone_mode_t) parg; in dvb_frontend_ioctl_legacy() 2624 fepriv->tone = -1; in dvb_frontend_open()
|
/linux-4.1.27/drivers/char/ |
D | dtlk.c | 553 status.tone = *t++; in dtlk_interrogate()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpicmn.c | 427 phr->u.c.param1 = pC->u.tone.state; in hpi_check_control_cache_single()
|
D | hpi_internal.h | 1360 struct hpi_control_cache_tonedetector tone; member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_n.c | 4607 int tone[2] = { 57, 58 }; in b43_nphy_spur_workaround() local 4626 tone[0] = 0x20; in b43_nphy_spur_workaround() 4630 tone[0] = 0x20; in b43_nphy_spur_workaround() 4633 tone[0] = 0; in b43_nphy_spur_workaround() 4637 tone[0] = 0x20; in b43_nphy_spur_workaround() 4640 tone[0] = 0x10; in b43_nphy_spur_workaround() 4643 tone[0] = 0x30; in b43_nphy_spur_workaround() 4646 tone[0] = 0; in b43_nphy_spur_workaround() 4650 if (!tone[0] && !noise[0]) in b43_nphy_spur_workaround()
|