Home
last modified time | relevance | path

Searched refs:snd_seq_client_port (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/sound/core/seq/
Dseq_ports.h56 struct snd_seq_client_port { struct
98 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num); argument
101 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client,
109 struct snd_seq_client_port **port_ret);
118 int snd_seq_set_port_info(struct snd_seq_client_port *port,
122 int snd_seq_get_port_info(struct snd_seq_client_port *port,
127 struct snd_seq_client *s, struct snd_seq_client_port *sp,
128 struct snd_seq_client *d, struct snd_seq_client_port *dp,
133 struct snd_seq_client *s, struct snd_seq_client_port *sp,
134 struct snd_seq_client *d, struct snd_seq_client_port *dp,
[all …]
Dseq_ports.c44 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, in snd_seq_port_use_ptr()
47 struct snd_seq_client_port *port; 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()
71 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest()
118 struct snd_seq_client_port **port_ret) in snd_seq_create_port()
120 struct snd_seq_client_port *new_port, *p; in snd_seq_create_port()
176 struct snd_seq_client_port *port,
180 struct snd_seq_client_port *port,
185 static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr, in get_client_port()
188 struct snd_seq_client_port *p; in get_client_port()
[all …]
Dseq_ump_convert.c66 static unsigned char get_ump_group(struct snd_seq_client_port *port) in get_ump_group()
363 struct snd_seq_client_port *dest_port, in cvt_ump_midi1_to_midi2()
414 struct snd_seq_client_port *dest_port, in cvt_ump_midi2_to_midi1()
467 struct snd_seq_client_port *dest_port, in cvt_ump_to_any()
514 struct snd_seq_client_port *dest_port, in deliver_with_group_convert()
546 struct snd_seq_client_port *dest_port, in snd_seq_deliver_from_ump()
590 struct snd_seq_client_port *dest_port, in note_ev_to_ump_midi1()
605 struct snd_seq_client_port *dest_port, in cc_ev_to_ump_midi1()
618 struct snd_seq_client_port *dest_port, in ctrl_ev_to_ump_midi1()
630 struct snd_seq_client_port *dest_port, in pitchbend_ev_to_ump_midi1()
[all …]
Dseq_ump_convert.h13 struct snd_seq_client_port *dest_port,
18 struct snd_seq_client_port *dest_port,
Dseq_clientmgr.c519 static int check_port_perm(struct snd_seq_client_port *port, unsigned int flags) in check_port_perm()
626 struct snd_seq_client_port *dest_port, in __snd_seq_deliver_single_event()
658 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event()
716 struct snd_seq_client_port *src_port, in __deliver_to_subscribers()
768 struct snd_seq_client_port *src_port; in deliver_to_subscribers()
921 struct snd_seq_client_port *src_port = snd_seq_port_use_ptr(client, event->source.port); in snd_seq_client_enqueue_event()
1305 struct snd_seq_client_port *port; in snd_seq_ioctl_create_port()
1383 struct snd_seq_client_port *port; in snd_seq_ioctl_get_port_info()
1410 struct snd_seq_client_port *port; in snd_seq_ioctl_set_port_info()
1430 struct snd_seq_client_port *sport, in check_subscription_permission()
[all …]
Dseq_clientmgr.h92 struct snd_seq_client_port *dest_port,