Home
last modified time | relevance | path

Searched defs:ump (Results 1 – 6 of 6) sorted by relevance

/linux/sound/core/
H A Dump.c16 #define ump_err(ump, fmt, args...) dev_err((ump)->core.dev, fmt, ##args) argument
17 #define ump_warn(ump, fmt, args...) dev_warn((ump)->core.dev, fmt, ##args) argument
18 #define ump_info(ump, fmt, args...) dev_info((ump)->core.dev, fmt, ##args) argument
19 #define ump_dbg(ump, fmt, args...) dev_dbg((ump)->core.dev, fmt, ##args) argument
43 static inline int process_legacy_output(struct snd_ump_endpoint *ump, in process_legacy_output()
48 static inline void process_legacy_input(struct snd_ump_endpoint *ump, in process_legacy_input()
52 static inline void ump_legacy_set_rawmidi_name(struct snd_ump_endpoint *ump) in ump_legacy_set_rawmidi_name()
55 static inline void update_legacy_names(struct snd_ump_endpoint *ump) in update_legacy_names()
110 struct snd_ump_endpoint *ump = rawmidi_to_ump(rmidi); in snd_ump_endpoint_free() local
159 struct snd_ump_endpoint *ump; in snd_ump_endpoint_new() local
[all …]
/linux/sound/core/seq/
H A Dseq_ump_client.c37 struct snd_ump_endpoint *ump; /* assigned endpoint */ member
60 seq_ump_input_receive(struct snd_ump_endpoint * ump,const u32 * val,int words) seq_ump_input_receive() argument
108 struct snd_ump_endpoint *ump = client->ump; seq_ump_client_open() local
127 struct snd_ump_endpoint *ump = client->ump; seq_ump_client_close() local
392 seq_ump_notify_ep_change(struct snd_ump_endpoint * ump) seq_ump_notify_ep_change() argument
419 seq_ump_notify_fb_change(struct snd_ump_endpoint * ump,struct snd_ump_block * fb) seq_ump_notify_fb_change() argument
434 seq_ump_switch_protocol(struct snd_ump_endpoint * ump) seq_ump_switch_protocol() argument
457 struct snd_ump_endpoint *ump = dev->private_data; snd_seq_ump_probe() local
517 struct snd_ump_endpoint *ump = dev->private_data; snd_seq_ump_remove() local
[all...]
H A Dseq_memory.h18 struct snd_seq_ump_event ump; member
32 union __snd_seq_event ump; member
H A Dseq_dummy.c63 static int ump; variable
/linux/sound/usb/
H A Dmidi2.c60 struct snd_ump_endpoint *ump; /* assigned UMP EP */ member
83 struct snd_ump_endpoint *ump; /* assigned UMP EP object */ member
328 ump_to_endpoint(struct snd_ump_endpoint *ump, int dir) in ump_to_endpoint() argument
336 static int snd_usb_midi_v2_open(struct snd_ump_endpoint *ump, int dir) in snd_usb_midi_v2_open() argument
356 snd_usb_midi_v2_close(struct snd_ump_endpoint * ump,int dir) snd_usb_midi_v2_close() argument
368 snd_usb_midi_v2_trigger(struct snd_ump_endpoint * ump,int dir,int up) snd_usb_midi_v2_trigger() argument
379 snd_usb_midi_v2_drain(struct snd_ump_endpoint * ump,int dir) snd_usb_midi_v2_drain() argument
585 struct snd_ump_endpoint *ump = rmidi->ump; parse_group_terminal_block() local
693 struct snd_ump_endpoint *ump; create_midi2_ump() local
1026 fill_ump_ep_name(struct snd_ump_endpoint * ump,struct usb_device * dev,int id) fill_ump_ep_name() argument
1044 struct snd_ump_endpoint *ump; set_fallback_rawmidi_names() local
[all...]
/linux/include/sound/
H A Dump_convert.h27 u32 ump[4]; member