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_bns.c55 __ATTR(tone, USER_RW, spk_var_show, spk_var_store);
H A Dspeakup_dummy.c57 __ATTR(tone, USER_RW, spk_var_show, spk_var_store);
H A Dspeakup_txprt.c55 __ATTR(tone, USER_RW, spk_var_show, spk_var_store);
H A Dspeakup_acntsa.c58 __ATTR(tone, USER_RW, spk_var_show, spk_var_store);
H A Dspeakup_audptr.c62 __ATTR(tone, USER_RW, spk_var_show, spk_var_store);
H A Dspeakup_ltlk.c65 __ATTR(tone, USER_RW, spk_var_show, spk_var_store);
H A Dspeakup_spkout.c61 __ATTR(tone, USER_RW, 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.h148 int tone; member in struct:dsp_tone
178 struct dsp_tone tone; member in struct:dsp
258 extern int dsp_tone(struct dsp *dsp, int tone);
H A Ddsp_core.c14 * Real-time tone generation
351 case DSP_TONE_PATT_ON: /* play tone */
361 printk(KERN_DEBUG "%s: turn tone 0x%x on\n",
368 if (!dsp->tone.tone)
371 case DSP_TONE_PATT_OFF: /* stop tone */
377 printk(KERN_DEBUG "%s: turn tone off\n", __func__);
891 /* send data to tx-buffer (if no tone is played) */
892 if (!dsp->tone.tone) {
[all...]
H A DKconfig20 echo cancelation, tone generation, and Blowfish encryption and
/drivers/staging/line6/
H A Dvariax.h106 Position of tone control dial.
108 int tone; member in struct:usb_line6_variax
H A Dvariax.c206 variax->tone = buf[2];
402 "read" request on "tone" special file.
409 return sprintf(buf, "%d\n", variax->tone);
413 "write" request on "tone" special file.
430 variax->tone = value;
556 static DEVICE_ATTR(tone, S_IWUSR | S_IRUGO, variax_get_tone, variax_set_tone);
/drivers/media/dvb/frontends/
H A Dcx24123.c779 int i, val, tone; local
783 /* stop continuous tone if enabled */
784 tone = cx24123_readreg(state, 0x29);
785 if (tone & 0x10)
786 cx24123_writereg(state, 0x29, tone & ~0x50);
791 /* select tone mode */
804 /* restart continuous tone if enabled */
805 if (tone & 0x10)
806 cx24123_writereg(state, 0x29, tone & ~0x40);
815 int val, tone; local
983 cx24123_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) argument
[all...]
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/dvb/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.h102 fe_sec_tone_mode_t tone; member in struct:firedtv
/drivers/media/dvb/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/dvb/bt8xx/
H A Ddst_common.h120 fe_sec_tone_mode_t tone; member in struct:dst_state
/drivers/media/dvb/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/dvb/ttusb-dec/
H A Dttusbdecfe.c169 static int ttusbdecfe_dvbs_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
173 state->hi_band = (SEC_TONE_ON == tone);
/drivers/media/video/m5mols/
H A Dm5mols.h101 * @tone: Tone color which means Contrast
122 u8 tone; member in struct:m5mols_scenemode

Completed in 387 milliseconds

123