Searched refs:beep (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_beep.c38 struct hda_beep *beep = local
40 struct hda_codec *codec = beep->codec;
42 if (!beep->enabled)
46 snd_hda_codec_write(codec, beep->nid, 0,
47 AC_VERB_SET_BEEP_CONTROL, beep->tone);
50 /* (non-standard) Linear beep tone calculation for IDT/STAC codecs
52 * The tone frequency of beep generator on IDT/STAC codecs is
57 static int beep_linear_tone(struct hda_beep *beep, int hz) argument
65 hz = 0; /* turn off PC beep*/
75 /* HD-audio standard beep ton
81 beep_standard_tone(struct hda_beep *beep, int hz) argument
96 struct hda_beep *beep = input_get_drvdata(dev); local
117 snd_hda_do_detach(struct hda_beep *beep) argument
127 snd_hda_do_attach(struct hda_beep *beep) argument
166 struct hda_beep *beep = local
177 struct hda_beep *beep = local
188 struct hda_beep *beep = codec->beep; local
216 struct hda_beep *beep; local
257 struct hda_beep *beep = codec->beep; local
[all...]
H A Dhda_codec.h813 /* beep device */
814 struct hda_beep *beep; member in struct:hda_codec
H A Dpatch_sigmatel.c936 /* enable analog pc beep path */
944 /* enable analog pc beep path */
952 /* enable analog pc beep path */
3286 /* create PC beep volume controls */
3324 ucontrol->value.integer.value[0] = codec->beep->enabled;
3811 /* setup analog beep controls */
3819 /* setup digital beep controls and input device */
3831 if (codec->beep) {
3832 /* IDT/STAC codecs have linear beep tone parameter */
3833 codec->beep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dbeep.c44 * stop beep if running
48 struct pmac_beep *beep = chip->beep; local
49 if (beep && beep->running) {
50 beep->running = 0;
56 * Stuff for outputting a beep. The values range from -327 to +327
103 struct pmac_beep *beep; local
121 if (! chip || (beep = chip->beep)
220 struct pmac_beep *beep; local
[all...]
H A DMakefile6 snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
H A Dpmac.h144 struct pmac_beep *beep; member in struct:snd_pmac
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/realmode/
H A Dwakemain.c10 static void beep(unsigned int hz) function
46 beep(DOT_HZ);
48 beep(0);
52 beep(DASH_HZ);
54 beep(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/accessibility/braille/
H A Dbraille_console.c51 static void beep(unsigned int freq) function
171 beep(880);
180 beep(440);
191 beep(880);
195 beep(220);
201 beep(880);
205 beep(220);
211 beep(220);
217 beep(220);
260 beep(88
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c149 static void beep(void) function
780 beep();
872 beep();
1439 beep();
1583 beep();
1634 beep();
1672 beep();
1683 beep();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm9712.c165 u16 l, r, beep, line, phone, mic, pcm, aux; local
169 beep = ac97_read(w->codec, AC97_PC_BEEP);
202 ac97_write(w->codec, AC97_PC_BEEP, beep & 0x7fff);
204 ac97_write(w->codec, AC97_PC_BEEP, beep | 0x8000);
H A Dwm9713.c248 u16 l, r, beep, tone, phone, rec, pcm, aux; local
252 beep = ac97_read(w->codec, AC97_PC_BEEP);
262 ac97_write(w->codec, AC97_PC_BEEP, beep & 0x7fff);
264 ac97_write(w->codec, AC97_PC_BEEP, beep | 0x8000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/prj/
H A DGNUmakefile54 ../../print-beep.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dsyshdrs.h289 # define BEEP(a) beep()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtvalidat.tex38 the character is inappropriate, it is vetoed (does not appear) and a warning beep sounds.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DMakefile.in75 print-atm.c print-beep.c print-bfd.c print-bgp.c \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c5449 TPACPI_HANDLE(beep, ec, "BEEP"); /* all except R30, R31 */
5462 vdbg_printk(TPACPI_DBG_INIT, "initializing beep subdriver\n");
5464 TPACPI_ACPIHANDLE_INIT(beep);
5466 vdbg_printk(TPACPI_DBG_INIT, "beep is %s\n",
5518 .name = "beep",
8927 TPACPI_PARAM(beep); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure10382 # beep
10383 echo $ac_n "checking for beep() functionality in curses library""... $ac_c" 1>&6
10384 echo "configure:10385: checking for beep() functionality in curses library" >&5
10408 beep(); function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 817 milliseconds