Home
last modified time | relevance | path

Searched refs:note_off (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/lib/
H A Dbuildid.c23 u64 note_off = 0, new_off, name_sz, desc_sz; in parse_build_id_buf() local
26 while (note_off + sizeof(Elf32_Nhdr) < note_size && in parse_build_id_buf()
27 note_off + sizeof(Elf32_Nhdr) > note_off /* overflow */) { in parse_build_id_buf()
28 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_off); in parse_build_id_buf()
33 new_off = note_off + sizeof(Elf32_Nhdr); in parse_build_id_buf()
43 data = note_start + note_off + sizeof(Elf32_Nhdr) + ALIGN(note_name_sz, 4); in parse_build_id_buf()
51 note_off = new_off; in parse_build_id_buf()
/openbmc/linux/sound/core/seq/
H A Dseq_midi_emul.c33 static void note_off(const struct snd_midi_op *ops, void *drv,
119 if (ops->note_off) in snd_midi_process_event()
120 ops->note_off(drv, ev->data.note.note, 0, chan); in snd_midi_process_event()
129 if (ops->note_off) in snd_midi_process_event()
130 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); in snd_midi_process_event()
235 note_off(const struct snd_midi_op *ops, void *drv, in note_off() function
248 if (ops->note_off) in note_off()
249 ops->note_off(drv, note, vel, chan); in note_off()
281 if (ops->note_off) in do_control()
282 ops->note_off(drv, i, 0, chan); in do_control()
[all …]
/openbmc/linux/fs/proc/
H A Dvmcore.c856 u64 phdr_sz = 0, note_off; in merge_note_headers_elf64() local
880 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64()
882 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf64()
1047 u64 phdr_sz = 0, note_off; in merge_note_headers_elf32() local
1071 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32()
1073 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf32()
/openbmc/linux/include/sound/
H A Dseq_midi_emul.h70 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … member
H A Dopl3.h275 unsigned long note_off; /* note-off time */ member
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_seq.c105 .note_off = snd_opl4_note_off,
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_seq.c135 .note_off = snd_opl3_note_off,
H A Dopl3_midi.c234 if (vp->note_off == jiffies) in snd_opl3_timer_func()
549 opl3->voices[voice].note_off = jiffies + in snd_opl3_note_on()
/openbmc/linux/sound/synth/emux/
H A Demux_seq.c24 .note_off = snd_emux_note_off,