Home
last modified time | relevance | path

Searched refs:snd_ump_endpoint (Results 1 – 5 of 5) sorted by relevance

/linux/include/sound/
H A Dump.h10 struct snd_ump_endpoint;
25 struct snd_ump_endpoint { struct
34 void (*private_free)(struct snd_ump_endpoint *ump); argument
76 int (*open)(struct snd_ump_endpoint *ump, int dir); argument
77 void (*close)(struct snd_ump_endpoint *ump, int dir);
78 void (*trigger)(struct snd_ump_endpoint *ump, int dir, int up);
79 void (*drain)(struct snd_ump_endpoint *ump, int dir);
84 void (*input_receive)(struct snd_ump_endpoint *ump,
86 int (*notify_ep_change)(struct snd_ump_endpoint *ump);
87 int (*notify_fb_change)(struct snd_ump_endpoint *um
28 infosnd_ump_endpoint global() argument
37 stream_wait_forsnd_ump_endpoint global() argument
38 stream_finishedsnd_ump_endpoint global() argument
39 parsedsnd_ump_endpoint global() argument
40 no_process_streamsnd_ump_endpoint global() argument
41 stream_waitsnd_ump_endpoint global() argument
42 stream_rfilesnd_ump_endpoint global() argument
44 block_listsnd_ump_endpoint global() argument
47 input_bufsnd_ump_endpoint global() argument
48 input_buf_headsnd_ump_endpoint global() argument
49 input_pendingsnd_ump_endpoint global() argument
51 open_mutexsnd_ump_endpoint global() argument
[all...]
/linux/sound/core/
H A Dump.c33 static void ump_handle_stream_msg(struct snd_ump_endpoint *ump,
36 static int process_legacy_output(struct snd_ump_endpoint *ump,
38 static void process_legacy_input(struct snd_ump_endpoint *ump, const u32 *src,
40 static void ump_legacy_set_rawmidi_name(struct snd_ump_endpoint *ump);
41 static void update_legacy_names(struct snd_ump_endpoint *ump);
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 *um in snd_ump_endpoint_free()
[all...]
/linux/sound/core/seq/
H A Dseq_ump_client.c37 struct snd_ump_endpoint *ump; /* assigned endpoint */
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()
127 struct snd_ump_endpoint *ump = client->ump; in seq_ump_client_close()
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()
519 struct snd_ump_endpoint *ump = dev->private_data; in snd_seq_ump_remove()
/linux/sound/usb/
H A Dmidi2.c60 struct snd_ump_endpoint *ump; /* assigned UMP EP */
83 struct snd_ump_endpoint *ump; /* assigned UMP EP object */
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()
699 struct snd_ump_endpoint *ump; in create_midi2_ump()
1032 static void fill_ump_ep_name(struct snd_ump_endpoint *um
[all...]
/linux/drivers/usb/gadget/function/
H A Df_midi2.c78 struct snd_ump_endpoint *ump; /* assigned UMP EP */
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()