Home
last modified time | relevance | path

Searched full:tone (Results 1 – 25 of 194) sorted by relevance

12345678

/linux/sound/hda/common/
H A Dbeep.c23 /* 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) / 1024
[all …]
H A Dhda_beep.h22 int tone; member
26 unsigned int linear_tone:1; /* linear tone for IDT/STAC codec */
/linux/drivers/tty/vt/
H A Ducs_width_table.h_shipped43 { BMP_0WIDTH(0x07EB, 0x07F3) }, /* NKO COMBINING SHORT HIGH TONE - NKO COMBINING DOUBLE DOT ABOVE */
125 { BMP_0WIDTH(0x0EC8, 0x0ECE) }, /* LAO TONE MAI EK - LAO YAMAKKAN */
139 { BMP_0WIDTH(0x1062, 0x1064) }, /* MYANMAR VOWEL SIGN SGAW KAREN EU - MYANMAR TONE MARK SGAW KAREN KE PHO */
140 { BMP_0WIDTH(0x1067, 0x106D) }, /* MYANMAR VOWEL SIGN WESTERN PWO KAREN EU - MYANMAR SIGN WESTERN PWO KAREN TONE-5 */
142 { BMP_0WIDTH(0x1082, 0x108D) }, /* MYANMAR CONSONANT SIGN SHAN MEDIAL WA - MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE */
143 { BMP_0WIDTH(0x108F, 0x108F) }, /* MYANMAR SIGN RUMAI PALAUNG TONE-5 */
144 { BMP_0WIDTH(0x109A, 0x109D) }, /* MYANMAR SIGN KHAMTI TONE-1 - MYANMAR VOWEL SIGN AITON AI */
170 { BMP_0WIDTH(0x1CD0, 0x1CD2) }, /* VEDIC TONE KARSHANA - VEDIC TONE PRENKHA */
173 { BMP_0WIDTH(0x1CF4, 0x1CF4) }, /* VEDIC TONE CANDR
[all...]
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-max.c53 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()
209 res = lnb_set_tone(dev, port->lnr, dvb->input, tone); in max_set_tone()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dcx24123.c209 {0x2b, 0x73}, /* DiSEqC Tone Frequency (default) */
219 {0x35, 0x03}, /* DiSEqC Tone Amplitude (default) */
752 int i, val, tone; in cx24123_send_diseqc_msg() local
756 /* stop continuous tone if enabled */ in cx24123_send_diseqc_msg()
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()
764 /* select tone mode */ in cx24123_send_diseqc_msg()
777 /* restart continuous tone if enabled */ in cx24123_send_diseqc_msg()
778 if (tone & 0x10) in cx24123_send_diseqc_msg()
[all …]
H A Dlnbh25.h18 /* 22 kHz tone enabled. Tone output controlled by DSQIN pin */
20 /* Low power mode activated (used only with 22 kHz tone output disabled) */
H A Dlnbp21.h27 /* [RW] 0=tone controlled by DSQIN pin
28 1=tone enable, disable DSQIN */
/linux/drivers/accessibility/speakup/
H A Dspeakup_dummy.c42 [TONE_ID] = { TONE, .u.n = {"TONE %d\n", 8, 0, 16, 0, 0, NULL } },
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 Dspeakup_bns.c34 [TONE_ID] = { TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL } },
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 Dspeakup_txprt.c40 [TONE_ID] = { TONE, .u.n = {"\x05T%c", 12, 0, 25, 61, 0, NULL } },
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 Dspeakup_spkout.c38 [TONE_ID] = { TONE, .u.n = {"\x05T%c", 8, 0, 25, 65, 0, NULL } },
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 Dspeakup_acntsa.c38 [TONE_ID] = { TONE, .u.n = {"\033V%d", 5, 0, 9, 0, 0, NULL } },
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 Dspeakup_audptr.c37 [TONE_ID] = { TONE, .u.n = {"\x05[s%d]", 9, 0, 63, 0, 0, NULL } },
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 Dspeakup_ltlk.c38 [TONE_ID] = { TONE, .u.n = {"\x01%dx", 1, 0, 2, 0, 0, NULL } },
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 Dspeakup_acntpc.c52 [TONE_ID] = { TONE, .u.n = {"\033V%d", 5, 0, 9, 0, 0, NULL } },
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.");
H A Dspeakup_dtlk.c56 [TONE_ID] = { TONE, .u.n = {"\x01%dx", 1, 0, 2, 0, 0, NULL } },
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.");
/linux/Documentation/devicetree/bindings/media/
H A Dmediatek,mdp3-tcc.yaml7 title: MediaTek Media Data Path 3 Tone Curve Conversion
13 Tone Curve Conversion (TCC) is one of Media Profile Path 3 (MDP3) components.
14 It is used to handle the tone mapping of various gamma curves in order to
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h36 * @last_duration: Duration of the tone currently being played
37 * @note_offset: Position at the music tone array
38 * @last_tone: Tone currently being played
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-tx.rst12 parameters for audio compression, pilot tone generation, audio deviation
137 Enables or disables the pilot tone generation feature.
140 Configures pilot tone frequency deviation level. Unit is in Hz. The
144 Configures pilot tone frequency value. Unit is in Hz. The range and
/linux/Documentation/sound/cards/
H A Demu-mixer.rst180 name='Tone Control - Switch',index=0
182 This control turns the tone control on or off. The samples forwarded to
185 name='Tone Control - Bass',index=0
188 When the tone control code is activated, the samples are always modified.
191 name='Tone Control - Treble',index=0
194 When the tone control code is activated, the samples are always modified.
/linux/sound/soc/codecs/
H A Dwm8997.c426 SND_SOC_DAPM_SIGGEN("TONE"),
462 SND_SOC_DAPM_PGA("Tone Generator 1", ARIZONA_TONE_GENERATOR_1,
464 SND_SOC_DAPM_PGA("Tone Generator 2", ARIZONA_TONE_GENERATOR_1,
703 { name, "Tone Generator 1", "Tone Generator 1" }, \
704 { name, "Tone Generator 2", "Tone Generator 2" }, \
774 { "Tone Generator 1", NULL, "SYSCLK" },
775 { "Tone Generator 2", NULL, "SYSCLK" },
778 { "Tone Generato
[all...]
H A Dcs47l24.c358 SND_SOC_DAPM_SIGGEN("TONE"),
400 SND_SOC_DAPM_PGA("Tone Generator 1", ARIZONA_TONE_GENERATOR_1,
402 SND_SOC_DAPM_PGA("Tone Generator 2", ARIZONA_TONE_GENERATOR_1,
666 { name, "Tone Generator 1", "Tone Generator 1" }, \
667 { name, "Tone Generator 2", "Tone Generator 2" }, \
770 { "Tone Generator 1", NULL, "SYSCLK" },
771 { "Tone Generator 2", NULL, "SYSCLK" },
774 { "Tone Generato
[all...]
H A Dwm8998.c521 SND_SOC_DAPM_SIGGEN("TONE"),
557 SND_SOC_DAPM_PGA("Tone Generator 1", ARIZONA_TONE_GENERATOR_1,
559 SND_SOC_DAPM_PGA("Tone Generator 2", ARIZONA_TONE_GENERATOR_1,
845 { name, "Tone Generator 1", "Tone Generator 1" }, \
846 { name, "Tone Generator 2", "Tone Generator 2" }, \
949 { "Tone Generator 1", NULL, "SYSCLK" },
950 { "Tone Generator 2", NULL, "SYSCLK" },
952 { "Tone Generato
[all...]
/linux/Documentation/ABI/testing/
H A Ddebugfs-iio-ad946736 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 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()

12345678