Searched refs:note (Results 26 - 50 of 244) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmidi_synth.h3 int midi_synth_kill_note (int dev, int channel, int note, int velocity);
5 int midi_synth_start_note (int dev, int channel, int note, int volume);
H A Dmidi_synth.c283 midi_synth_kill_note(int dev, int channel, int note, int velocity) argument
288 if (note < 0 || note > 127)
306 if (!prefix_cmd(orig_dev, note))
309 midi_outc(orig_dev, note);
315 * Note on with velocity 0 == note
329 midi_outc(orig_dev, note);
340 midi_outc(orig_dev, note);
373 midi_synth_start_note(int dev, int channel, int note, int velocity) argument
378 if (note <
[all...]
H A Dsequencer.c75 static int seq_queue(unsigned char *note, char nonblock);
329 static int seq_queue(unsigned char *note, char nonblock) argument
354 memcpy(&queue[qtail * EV_SZ], note, EV_SZ);
417 static int find_voice(int dev, int chn, int note) argument
422 key = (chn << 8) | (note + 1);
429 static int alloc_voice(int dev, int chn, int note) argument
434 key = (chn << 8) | (note + 1);
436 voice = synth_devs[dev]->alloc_voice(dev, chn, note,
449 #define note event_rec[4] macro
464 voice = find_voice(dev, chn, note);
521 #undef note macro
1566 int note, octave, note_freq; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dseq_midi_emul.h50 unsigned char note[128]; /* Current status for all notes */ member in struct:snd_midi_channel
83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
86 void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */
167 /* MIDI note state */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq-decoder.c136 printf("; ch=%d, note=%d, velocity=%d, off_velocity=%d, duration=%d\n",
137 ev->data.note.channel,
138 ev->data.note.note,
139 ev->data.note.velocity,
140 ev->data.note.off_velocity,
141 ev->data.note.duration);
147 printf("; ch=%d, note=%d, velocity=%d\n",
148 ev->data.note.channel,
149 ev->data.note
[all...]
H A Dseq-sender.c86 /* note: last bit from the subdevices specifies playback */
132 ev.data.note.channel = 0;
133 ev.data.note.note = 64 + (queue*2);
134 ev.data.note.velocity = 127;
135 ev.data.note.off_velocity = 127;
136 ev.data.note.duration = 500; /* 0.5sec */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_local.h163 int note; member in struct:opl4_voice
222 void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
223 void snd_opl4_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
224 void snd_opl4_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/arch/h8300/boot/
H A DMakefile8 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvmlinux.lds.S11 note PT_NOTE FLAGS(4); /* R__ */
65 NOTES :text :note
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dvmlinux.lds.S155 .note 0 : { *(.note) }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/vsyscall/
H A DMakefile8 targets += vsyscall-note.o vsyscall.lds
35 $(obj)/vsyscall-trapa.o $(obj)/vsyscall-note.o FORCE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-charset.c552 const char *note; local
577 note = _("Continuing anyway, expect parse errors.");
579 note = _("Continuing anyway.");
583 warning_message, recommendation, note);
602 const char *note;
615 note = _("Continuing anyway, expect parse errors.");
619 warning_message, recommendation, note);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c71 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
124 struct snd_dm_fm_note note; local
125 if (copy_from_user(&note, argp, sizeof(struct snd_dm_fm_note)))
127 return snd_opl3_play_note(opl3, &note);
399 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) argument
409 if (note->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ?
414 if (note->voice < MAX_OPL2_VOICES) {
417 voice_offset = note->voice;
421 voice_offset = note->voice - MAX_OPL2_VOICES;
424 /* Set lower 8 bits of note frequenc
[all...]
H A Dopl3_drums.c185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, argument
194 if ((note < 35) || (note > 81))
196 drum_mask = snd_opl3_drum_table[note - 35];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dvmlinux.lds.S18 note PT_NOTE;
31 *(.note)
69 NOTES :code :note /* put .notes in text and mark in PT_NOTE */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq_event.h50 /** note on and off with duration; event data type = #snd_seq_ev_note_t */
52 /** note on; event data type = #snd_seq_ev_note_t */
54 /** note off; event data type = #snd_seq_ev_note_t */
232 unsigned char note; /**< note */ member in struct:snd_seq_ev_note
234 unsigned char off_velocity; /**< note-off velocity; only for #SND_SEQ_EVENT_NOTE */
235 unsigned int duration; /**< duration until note-off; only for #SND_SEQ_EVENT_NOTE */
259 void *ptr; /**< pointer to data (note: can be 64-bit) */
302 snd_seq_ev_note_t note; /**< note informatio member in union:snd_seq_event::__anon1407
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dexif-mnote-data-canon.c81 exif_mnote_data_canon_get_value (ExifMnoteData *note, unsigned int n, char *val, unsigned int maxlen) argument
83 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
314 exif_mnote_data_canon_get_name (ExifMnoteData *note, unsigned int i) argument
316 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
326 exif_mnote_data_canon_get_title (ExifMnoteData *note, unsigned int i) argument
328 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
338 exif_mnote_data_canon_get_description (ExifMnoteData *note, unsigned int i) argument
340 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/
H A DMakefile22 OBJCOPYFLAGS := -O binary -R .note -R .comment -R .GCC-command-line -R .note.gnu.build-id -S
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/boot/boot-elf/
H A DMakefile24 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
36 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkexec.c1152 struct elf_note note; local
1154 note.n_namesz = strlen(name) + 1;
1155 note.n_descsz = data_len;
1156 note.n_type = type;
1157 memcpy(buf, &note, sizeof(note));
1158 buf += (sizeof(note) + 3)/4;
1159 memcpy(buf, name, note.n_namesz);
1160 buf += (note.n_namesz + 3)/4;
1161 memcpy(buf, data, note
1169 struct elf_note note; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A DMakefile21 STRIPCMD := $(STRIP) --strip-all --remove-section=.note --remove-section=.comment --remove-section=.pdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/boot/boot-redboot/
H A DMakefile25 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A DMakefile21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/netgear-R7000-V1.0.7.12_1.2.5/src/router/compressed/
H A DMakefile45 OBJCOPY-arm := $(CROSS_COMPILE)objcopy -O binary -R .note -R .note.gnu.build-id -R .comment -S
46 OBJCOPY-mips := $(CROSS_COMPILE)objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S
49 OBJCOPYSREC := $(CROSS_COMPILE)objcopy -O srec -R .reginfo -R .note -R .comment -R .mdebug -S
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpiphp_ibm.c258 struct notification *note = context; local
264 acpi_bus_generate_proc_event(note->device, note->event, detail);
265 acpi_bus_generate_netlink_event(note->device->pnp.device_class,
266 dev_name(&note->device->dev),
267 note->event, detail);
269 note->event = event;

Completed in 107 milliseconds

12345678910