Searched refs:note (Results 1 - 25 of 244) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dvmlinux.lds.S8 PHDRS { kernel PT_LOAD; note PT_NOTE; }
29 NOTES :kernel :note
65 .note 0 : {
66 *(.note)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_voice.h31 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
32 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
33 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
34 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
44 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int on_off, int vel, struct snd_midi_channel *chan);
H A Dopl3_midi.c32 static void snd_opl3_note_off_unsafe(void *p, int note, int vel,
88 * Converts the note frequency to block and fnum values for the FM chip
98 int note, struct snd_midi_channel *chan)
100 int block = ((note / 12) & 0x07) - 1;
101 int idx = (note % 12) + 2;
138 * Get a FM voice (channel) to play a note on.
252 snd_opl3_note_off_unsafe(opl3, vp->note, 0,
293 * Start a note.
295 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) argument
315 int key = note;
97 snd_opl3_calc_pitch(unsigned char *fnum, unsigned char *blocknum, int note, struct snd_midi_channel *chan) argument
667 snd_opl3_note_off_unsafe(void *p, int note, int vel, struct snd_midi_channel *chan) argument
704 snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) argument
718 snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) argument
732 snd_opl3_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/core/seq/
H A Dseq_midi_emul.c48 int note, int vel);
98 dest_channel = ev->data.note.channel;
113 /* Make sure that we don't have a note on that should really be
114 * a note off */
115 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
118 /* Make sure the note is within array range */
122 if (ev->data.note.note >= 128)
128 if (chan->note[ev->data.note
244 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S39 .note : { *(.note.*) } :text :note
67 note PT_NOTE FLAGS(4); /* PF_R */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso-layout.lds.S19 .note : { *(.note.*) } :text :note
62 note PT_NOTE FLAGS(4); /* PF_R */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_event.c40 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
41 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
42 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
111 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
114 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
122 q->n.chn, 0, q->n.note, ev);
193 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
196 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
200 q->v.chn, q->v.note, q->v.parm, ev);
275 * process note
285 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
340 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
371 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) argument
[all...]
H A Dseq_oss_event.h39 /* short note events (4bytes) */
43 unsigned char note; member in struct:evrec_note
80 unsigned char note, parm; member in struct:evrec_voice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseqmid.h364 * \brief set note event
367 * \param key note key
374 (ev)->data.note.channel = (ch),\
375 (ev)->data.note.note = (key),\
376 (ev)->data.note.velocity = (vel),\
377 (ev)->data.note.duration = (dur))
380 * \brief set note-on event
383 * \param key note key
389 (ev)->data.note
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dinitgroups.exp10 note $test_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/
H A DMakefile5 objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/realmode/
H A Dwakeup.lds.S57 *(.note*)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dgate.lds.S24 .note : { *(.note*) } :readable :note
89 note PT_NOTE FLAGS(4); /* PF_R */
H A Dcrash.c34 struct elf_note *note = (struct elf_note *)buf; local
35 note->n_namesz = strlen(name) + 1;
36 note->n_descsz = data_len;
37 note->n_type = type;
38 buf += (sizeof(*note) + 3)/4;
39 memcpy(buf, name, note->n_namesz);
40 buf += (note->n_namesz + 3)/4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/boot/
H A DMakefile35 $(OBJCOPY) -O binary -R .note -R .comment -S vmlinux $@
38 # $(OBJCOPY) -O binary -R .note -R .comment -g -S $(SYSTEM) $@
43 $(OBJCOPY) -O binary -R .note -R .comment -S compressed/$(LINUX) $@
46 $(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dmidi_event.c190 TEST_CHECK(ev.data.note.channel == 1);
191 TEST_CHECK(ev.data.note.note == 2);
192 TEST_CHECK(ev.data.note.velocity == 3);
196 TEST_CHECK(ev.data.note.channel == 4);
197 TEST_CHECK(ev.data.note.note == 5);
198 TEST_CHECK(ev.data.note.velocity == 6);
202 TEST_CHECK(ev.data.note.channel == 7);
203 TEST_CHECK(ev.data.note
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S23 .note : { *(.note.*) } :text :note
106 *(.note.GNU-stack)
125 note PT_NOTE FLAGS(4); /* PF_R */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S23 .note : { *(.note.*) } :text :note
105 *(.note.GNU-stack)
125 note PT_NOTE FLAGS(4); /* PF_R */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S23 .note : { *(.note.*) } :text :note
98 *(.note.GNU-stack)
118 note PT_NOTE FLAGS(4); /* PF_R */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S23 .note : { *(.note.*) } :text :note
98 *(.note.GNU-stack)
118 note PT_NOTE FLAGS(4); /* PF_R */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dexif-mnote-data-pentax.c246 "Parsing Pentax maker note v%d...", (int)n->version);
251 "Parsing Casio maker note v2...");
258 "Parsing Pentax maker note v1...");
339 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
341 if (!note) return 0;
342 if (note->count <= n) return 0;
343 return note->entries[n].tag;
349 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
351 if (!note) return NULL;
352 if (note
359 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
369 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_voice.h47 void snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
48 void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
49 void snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
50 void snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Delfnote.h9 * Each note has three parts: a name, a type and a desc. The name is
10 * intended to distinguish the note's originator, so it would be a
19 * .note.NAME. When the kernel image is finally linked, all the notes
42 .pushsection .note.name, flags,@note ; \
67 * only define one note per line, since __LINE__ is used to generate
80 __attribute__((section(".note." name), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dcommon.lds.S18 .note : { *(.note.*) }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvmlinux.lds.S24 note PT_NOTE FLAGS(0); /* ___ */
44 NOTES :text :note

Completed in 263 milliseconds

12345678910