Searched refs:tone (Results 1 - 25 of 59) sorted by relevance

123

/drivers/staging/speakup/
H A Dspeakup_dtlk.h11 synthesizers or tone generators
43 u_char tone; /* nX; 0-2 */ member in struct:synth_settings
H A Dspeakup_dummy.c57 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
H A Dspeakup_acntsa.c58 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
H A Dspeakup_audptr.c62 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
H A Dspeakup_bns.c55 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
H A Dspeakup_ltlk.c65 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
H A Dspeakup_spkout.c61 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
H A Dspeakup_txprt.c55 __ATTR(tone, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
/drivers/isdn/mISDN/
H A Ddsp_tones.c232 * tone sequence definition *
236 int tone; member in struct:pattern
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; local
381 /* if we have no tone, we copy silence */
382 if (!tone->tone) {
463 struct dsp_tone *tone = &dsp->tone; local
497 dsp_tone(struct dsp *dsp, int tone) argument
[all...]
H A Ddsp.h150 int tone; member in struct:dsp_tone
180 struct dsp_tone tone; member in struct:dsp
260 extern int dsp_tone(struct dsp *dsp, int tone);
H A Ddsp_core.c14 * Real-time tone generation
354 case DSP_TONE_PATT_ON: /* play tone */
364 printk(KERN_DEBUG "%s: turn tone 0x%x on\n",
371 if (!dsp->tone.tone)
374 case DSP_TONE_PATT_OFF: /* stop tone */
380 printk(KERN_DEBUG "%s: turn tone off\n", __func__);
894 /* send data to tx-buffer (if no tone is played) */
895 if (!dsp->tone.tone) {
[all...]
H A DKconfig20 echo cancellation, tone generation, and Blowfish encryption and
/drivers/media/dvb-frontends/
H A Dcx24123.c765 int i, val, tone; local
769 /* stop continuous tone if enabled */
770 tone = cx24123_readreg(state, 0x29);
771 if (tone & 0x10)
772 cx24123_writereg(state, 0x29, tone & ~0x50);
777 /* select tone mode */
790 /* restart continuous tone if enabled */
791 if (tone & 0x10)
792 cx24123_writereg(state, 0x29, tone & ~0x40);
801 int val, tone; local
969 cx24123_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) argument
[all...]
H A Disl6421.c92 static int isl6421_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
99 switch (tone) {
H A Dlnbp21.c95 fe_sec_tone_mode_t tone)
102 switch (tone) {
94 lnbp21_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) argument
H A Dtda8083.c181 static int tda8083_set_tone (struct tda8083_state* state, fe_sec_tone_mode_t tone) argument
185 switch (tone) {
386 static int tda8083_diseqc_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
390 tda8083_set_tone (state, tone);
H A Ddvb_dummy_fe.c100 static int dvb_dummy_fe_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
/drivers/media/firewire/
H A Dfiredtv-fe.c69 static int fdtv_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) argument
73 fdtv->tone = tone;
H A Dfiredtv.h103 fe_sec_tone_mode_t tone; member in struct:firedtv
/drivers/media/usb/dvb-usb/
H A Dvp702x-fe.c252 static int vp702x_fe_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
260 st->tone_mode = tone;
262 if (tone == SEC_TONE_ON)
337 s->lnb_buf[3] = 0xff; /* 0=tone burst, 2=data burst, ff=off */
/drivers/media/pci/bt8xx/
H A Ddst_common.h120 fe_sec_tone_mode_t tone; member in struct:dst_state
/drivers/media/pci/ttpci/
H A Dbudget-patch.c133 static int budget_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
137 switch (tone) {
226 static int budget_patch_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
230 switch (tone) {
/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c172 static int ttusbdecfe_dvbs_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
176 state->hi_band = (SEC_TONE_ON == tone);
/drivers/media/i2c/m5mols/
H A Dm5mols.h106 * @tone: Tone color which means Contrast
127 u8 tone; member in struct:m5mols_scenemode
/drivers/media/pci/cx88/
H A Dcx88-dsp.c36 #define baseband_freq(carrier, srate, tone) ((s32)( \
37 (compat_remainder(carrier + tone, srate)) / srate * 2 * INT_PI))

Completed in 1289 milliseconds

123