Searched defs:ump (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/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 41 static inline int process_legacy_output(struct snd_ump_endpoint *ump, in process_legacy_output() 46 static inline void process_legacy_input(struct snd_ump_endpoint *ump, in process_legacy_input() 74 struct snd_ump_endpoint *ump = rawmidi_to_ump(rmidi); in snd_ump_endpoint_free() local 123 struct snd_ump_endpoint *ump; in snd_ump_endpoint_new() local 176 struct snd_ump_endpoint *ump = device->private_data; in snd_ump_dev_seq_free() local 185 struct snd_ump_endpoint *ump = rawmidi_to_ump(rmidi); in snd_ump_dev_register() local [all …]
|
/Linux-v6.6/sound/core/seq/ |
D | seq_ump_client.c | 45 struct snd_ump_endpoint *ump; /* assigned endpoint */ member 69 static void seq_ump_input_receive(struct snd_ump_endpoint *ump, in seq_ump_input_receive() 117 struct snd_ump_endpoint *ump = client->ump; in seq_ump_client_open() local 138 struct snd_ump_endpoint *ump = client->ump; in seq_ump_client_close() local 450 static int seq_ump_notify_fb_change(struct snd_ump_endpoint *ump, in seq_ump_notify_fb_change() 462 static int seq_ump_switch_protocol(struct snd_ump_endpoint *ump) in seq_ump_switch_protocol() 480 struct snd_ump_endpoint *ump = dev->private_data; in snd_seq_ump_probe() local 542 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
|
/Linux-v6.6/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 709 struct snd_ump_endpoint *ump; in create_midi2_ump() local 1026 static void fill_ump_ep_name(struct snd_ump_endpoint *ump, in fill_ump_ep_name() [all …]
|
/Linux-v6.6/include/sound/ |
D | ump_convert.h | 26 u32 ump[4]; member
|
D | ump.h | 82 struct snd_ump_endpoint *ump; member 106 static inline int snd_ump_attach_legacy_rawmidi(struct snd_ump_endpoint *ump, in snd_ump_attach_legacy_rawmidi()
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | f_midi2.c | 78 struct snd_ump_endpoint *ump; /* assigned UMP EP */ member 980 u32 ump; in process_midi1_transmit() local 1434 static int f_midi2_ump_open(struct snd_ump_endpoint *ump, int dir) in f_midi2_ump_open() 1439 static void f_midi2_ump_close(struct snd_ump_endpoint *ump, int dir) in f_midi2_ump_close() 1443 static void f_midi2_ump_trigger(struct snd_ump_endpoint *ump, int dir, int up) in f_midi2_ump_trigger() 1460 static void f_midi2_ump_drain(struct snd_ump_endpoint *ump, int dir) in f_midi2_ump_drain() 1524 struct snd_ump_endpoint *ump; in f_midi2_create_card() local
|
/Linux-v6.6/include/uapi/sound/ |
D | asequencer.h | 297 unsigned int ump[4]; member
|