Searched defs:ump (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/sound/core/ |
D | ump.c | 16 #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-6.14.4/sound/core/seq/ |
D | seq_ump_client.c | 37 struct snd_ump_endpoint *ump; /* assigned endpoint */ member 60 static void seq_ump_input_receive(struct snd_ump_endpoint *ump, in seq_ump_input_receive() 108 struct snd_ump_endpoint *ump = client->ump; in seq_ump_client_open() local 127 struct snd_ump_endpoint *ump = client->ump; in seq_ump_client_close() local 392 static int seq_ump_notify_ep_change(struct snd_ump_endpoint *ump) in seq_ump_notify_ep_change() 419 static int seq_ump_notify_fb_change(struct snd_ump_endpoint *ump, in seq_ump_notify_fb_change() 434 static int seq_ump_switch_protocol(struct snd_ump_endpoint *ump) in seq_ump_switch_protocol() 458 struct snd_ump_endpoint *ump = dev->private_data; in snd_seq_ump_probe() local 519 struct snd_ump_endpoint *ump = dev->private_data; in snd_seq_ump_remove() local
|
D | seq_memory.h | 18 struct snd_seq_ump_event ump; member 32 union __snd_seq_event ump; member
|
D | seq_dummy.c | 62 static int ump; variable
|
/linux-6.14.4/sound/usb/ |
D | midi2.c | 60 struct snd_ump_endpoint *ump; /* assigned UMP EP */ member 83 struct snd_ump_endpoint *ump; /* assigned UMP EP object */ member 336 ump_to_endpoint(struct snd_ump_endpoint *ump, int dir) in ump_to_endpoint() 344 static int snd_usb_midi_v2_open(struct snd_ump_endpoint *ump, int dir) in snd_usb_midi_v2_open() 364 static void snd_usb_midi_v2_close(struct snd_ump_endpoint *ump, int dir) in snd_usb_midi_v2_close() 376 static void snd_usb_midi_v2_trigger(struct snd_ump_endpoint *ump, int dir, in snd_usb_midi_v2_trigger() 387 static void snd_usb_midi_v2_drain(struct snd_ump_endpoint *ump, int dir) in snd_usb_midi_v2_drain() 591 struct snd_ump_endpoint *ump = rmidi->ump; in parse_group_terminal_block() local 699 struct snd_ump_endpoint *ump; in create_midi2_ump() local 1032 static void fill_ump_ep_name(struct snd_ump_endpoint *ump, in fill_ump_ep_name() [all …]
|
/linux-6.14.4/include/sound/ |
D | ump_convert.h | 27 u32 ump[4]; member
|
D | ump.h | 94 struct snd_ump_endpoint *ump; member 118 static inline int snd_ump_attach_legacy_rawmidi(struct snd_ump_endpoint *ump, in snd_ump_attach_legacy_rawmidi()
|
/linux-6.14.4/drivers/usb/gadget/function/ |
D | f_midi2.c | 78 struct snd_ump_endpoint *ump; /* assigned UMP EP */ member 991 u32 ump; in process_midi1_transmit() local 1444 static int f_midi2_ump_open(struct snd_ump_endpoint *ump, int dir) in f_midi2_ump_open() 1449 static void f_midi2_ump_close(struct snd_ump_endpoint *ump, int dir) in f_midi2_ump_close() 1453 static void f_midi2_ump_trigger(struct snd_ump_endpoint *ump, int dir, int up) in f_midi2_ump_trigger() 1470 static void f_midi2_ump_drain(struct snd_ump_endpoint *ump, int dir) in f_midi2_ump_drain() 1534 struct snd_ump_endpoint *ump; in f_midi2_create_card() local
|
/linux-6.14.4/include/uapi/sound/ |
D | asequencer.h | 307 unsigned int ump[4]; member
|