Searched refs:note (Results 51 - 75 of 244) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-prodikeys.c52 unsigned char note; member in struct:pcmidi_sustain
219 unsigned char status, unsigned char note, unsigned char velocity)
225 buffer[1] = note;
247 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity);
346 unsigned char status, note, velocity; local
350 note = data[j*2+1];
353 if (note < 0x81) { /* note on */
355 note = note
218 pcmidi_send_note(struct pcmidi_snd *pm, unsigned char status, unsigned char note, unsigned char velocity) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_midi_event.c49 /* from 0 to 6 are normal commands (note off, on, etc.) for 0x8?-0xe? */
463 /* encode note event */
466 ev->data.note.channel = dev->buf[0] & 0x0f;
467 ev->data.note.note = dev->buf[1];
468 ev->data.note.velocity = dev->buf[2];
580 /* data.note.channel and data.control.channel is identical */
581 cmd = 0x80 | (type << 4) | (ev->data.note.channel & 0x0f);
617 /* decode note event */
620 buf[0] = ev->data.note
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtusage.tex4 functions, note that descriptions of inherited member functions are not
H A Dhtmlhlpf.tex27 {\bf Localization note:} In addition, .hhp file may contain line
34 and index files. Please note that this line is incompatible with
H A Dstatbox.tex6 Please note that a static box should {\bf not} be used as the parent for the
11 Also, please note that because of this, the order in which you create new
H A Ddropevt.tex8 Important note: this is a separate implementation to the more general
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/boot/
H A DMakefile26 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $(obj)/image -o $@
74 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start vmlinux -o $@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_event.c35 /* from 0 to 6 are normal commands (note off, on, etc.) for 0x9?-0xe? */
282 /* encode note event */
285 ev->data.note.channel = dev->buf[0] & 0x0f;
286 ev->data.note.note = dev->buf[1];
287 ev->data.note.velocity = dev->buf[2];
350 /* data.note.channel and data.control.channel is identical */
351 cmd = 0x80 | (type << 4) | (ev->data.note.channel & 0x0f);
384 /* decode note event */
387 buf[0] = ev->data.note
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dexif-mnote-data-fuji.c254 ExifMnoteDataFuji *note = (ExifMnoteDataFuji *) d; local
256 if (!note) return 0;
257 if (note->count <= n) return 0;
258 return note->entries[n].tag;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A DMakefile4 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A DMakefile3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso32/
H A DMakefile3 obj-vdso32 = gettimeofday.o clock_getres.o clock_gettime.o note.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso64/
H A DMakefile3 obj-vdso64 = gettimeofday.o clock_getres.o clock_gettime.o note.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_synth.c310 * Executes the callback for all voices playing the specified note.
312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, argument
322 if (voice->chan == chan && voice->note == note) {
423 int note, pitch, octave; local
425 note = chan->drum_channel ? 60 : voice->note;
430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7);
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) argument
495 if (note >
565 snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) argument
581 snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/
H A DMakefile11 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A DMakefile14 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o vvar.o
80 targets += vdso32/note.o $(vdso32.so-y:%=vdso32/%.o)
92 $(obj)/vdso32/note.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c43 static void terminate_note1(struct snd_emux *emu, int note,
56 * Start a note.
59 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) argument
76 key = note; /* remember the original note */
77 nvoices = get_zone(emu, port, &note, vel, chan, table);
81 /* exclusive note off */
108 vp->note = note;
140 /* clear voice position for the next note o
154 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) argument
233 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) argument
374 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) argument
395 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Ddev_table.h268 int (*kill_note) (int dev, int voice, int note, int velocity);
269 int (*start_note) (int dev, int voice, int note, int velocity);
280 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/
H A DMakefile44 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A DMakefile77 $(STRIP) --remove-section=.note --remove-section=.comment $(EXEC1) $(EXEC2) $(EXEC3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dcrc_68.s21 ; If using this source on a non-Amiga 680x0 system, note that we treat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_device.h65 int note, vel; member in struct:seq_oss_chinfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dcrc_68.s21 ; If using this source on a non-Amiga 680x0 system, note that we treat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boot/images/
H A DMakefile13 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/
H A DMakefile43 OBJCOPYFLAGS := -O binary -R .note -R .comment -S

Completed in 129 milliseconds

12345678910