Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_ports.h85 struct snd_seq_client;
88 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num);
91 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client,
98 int snd_seq_create_port(struct snd_seq_client *client, int port_index,
102 int snd_seq_delete_port(struct snd_seq_client *client, int port);
105 int snd_seq_delete_all_ports(struct snd_seq_client *client);
116 int snd_seq_port_connect(struct snd_seq_client *caller,
117 struct snd_seq_client *s, struct snd_seq_client_port *sp,
118 struct snd_seq_client *d, struct snd_seq_client_port *dp,
122 int snd_seq_port_disconnect(struct snd_seq_client *caller,
[all …]
H A Dseq_clientmgr.c62 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
68 static int bounce_error_event(struct snd_seq_client *client,
71 static int snd_seq_deliver_single_event(struct snd_seq_client *client,
76 static void free_ump_info(struct snd_seq_client *client);
93 static inline int snd_seq_write_pool_allocated(struct snd_seq_client *client) in snd_seq_write_pool_allocated()
99 static struct snd_seq_client *clientptr(int clientid) in clientptr()
109 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr()
112 struct snd_seq_client *client; in snd_seq_client_use_ptr()
177 struct snd_seq_client *client; in snd_seq_client_ioctl_lock()
191 struct snd_seq_client *client; in snd_seq_client_ioctl_unlock()
[all …]
H A Dseq_clientmgr.h33 struct snd_seq_client { struct
79 struct snd_seq_client *snd_seq_client_use_ptr(int clientid); argument
91 int __snd_seq_deliver_single_event(struct snd_seq_client *dest,
103 struct snd_seq_client *snd_seq_kernel_client_get(int client);
104 void snd_seq_kernel_client_put(struct snd_seq_client *cptr);
106 static inline bool snd_seq_client_is_ump(struct snd_seq_client *c) in snd_seq_client_is_ump()
111 static inline bool snd_seq_client_is_midi2(struct snd_seq_client *c) in snd_seq_client_is_midi2()
H A Dseq_ports.c44 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, in snd_seq_port_use_ptr()
67 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, in snd_seq_port_query_nearest()
117 int snd_seq_create_port(struct snd_seq_client *client, int port, in snd_seq_create_port()
175 static int subscribe_port(struct snd_seq_client *client,
179 static int unsubscribe_port(struct snd_seq_client *client,
186 struct snd_seq_client **cp) in get_client_port()
201 static void delete_and_unsubscribe_port(struct snd_seq_client *client,
219 static void clear_subscriber_list(struct snd_seq_client *client, in clear_subscriber_list()
228 struct snd_seq_client *c; in clear_subscriber_list()
257 static int port_delete(struct snd_seq_client *client, in port_delete()
[all …]
H A Dseq_ump_convert.h11 int snd_seq_deliver_from_ump(struct snd_seq_client *source,
12 struct snd_seq_client *dest,
16 int snd_seq_deliver_to_ump(struct snd_seq_client *source,
17 struct snd_seq_client *dest,
H A Dseq_compat.c31 static int snd_seq_call_port_info_ioctl(struct snd_seq_client *client, unsigned int cmd, in snd_seq_call_port_info_ioctl()
76 struct snd_seq_client *client = file->private_data; in snd_seq_ioctl_compat()
H A Dseq_ump_convert.c362 static int cvt_ump_midi1_to_midi2(struct snd_seq_client *dest, in cvt_ump_midi1_to_midi2()
432 static int cvt_ump_midi2_to_midi1(struct snd_seq_client *dest, in cvt_ump_midi2_to_midi1()
504 static int cvt_ump_to_any(struct snd_seq_client *dest, in cvt_ump_to_any()
551 static int deliver_with_group_convert(struct snd_seq_client *dest, in deliver_with_group_convert()
569 static bool ump_event_filtered(struct snd_seq_client *dest, in ump_event_filtered()
582 int snd_seq_deliver_from_ump(struct snd_seq_client *source, in snd_seq_deliver_from_ump()
583 struct snd_seq_client *dest, in snd_seq_deliver_from_ump()
1131 static int cvt_to_ump_midi1(struct snd_seq_client *dest, in cvt_to_ump_midi1()
1165 static int cvt_to_ump_midi2(struct snd_seq_client *dest, in cvt_to_ump_midi2()
1213 static int cvt_sysex_to_ump(struct snd_seq_client *dest, in cvt_sysex_to_ump()
[all …]
H A Dseq_ump_client.c353 struct snd_seq_client *cptr; in setup_client_midi_version()
368 struct snd_seq_client *cptr; in setup_client_group_filter()
429 struct snd_seq_client *cptr; in snd_seq_ump_probe()
H A Dseq_dummy.c155 struct snd_seq_client *client; in register_client()