Searched refs:snd_seq_client_port (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/core/seq/ |
H A D | seq_ports.h | 46 struct snd_seq_client_port { struct 88 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num); argument 91 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 99 struct snd_seq_client_port **port_ret); 108 int snd_seq_set_port_info(struct snd_seq_client_port *port, 112 int snd_seq_get_port_info(struct snd_seq_client_port *port, 117 struct snd_seq_client *s, struct snd_seq_client_port *sp, 118 struct snd_seq_client *d, struct snd_seq_client_port *dp, 123 struct snd_seq_client *s, struct snd_seq_client_port *sp, 124 struct snd_seq_client *d, struct snd_seq_client_port *dp, [all …]
|
H A D | seq_ports.c | 44 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 …]
|
H A D | seq_ump_convert.c | 66 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() 433 struct snd_seq_client_port *dest_port, in cvt_ump_midi2_to_midi1() 505 struct snd_seq_client_port *dest_port, in cvt_ump_to_any() 552 struct snd_seq_client_port *dest_port, in deliver_with_group_convert() 584 struct snd_seq_client_port *dest_port, in snd_seq_deliver_from_ump() 628 struct snd_seq_client_port *dest_port, in note_ev_to_ump_midi1() 643 struct snd_seq_client_port *dest_port, in cc_ev_to_ump_midi1() 656 struct snd_seq_client_port *dest_port, in ctrl_ev_to_ump_midi1() 668 struct snd_seq_client_port *dest_port, in pitchbend_ev_to_ump_midi1() [all …]
|
H A D | seq_ump_convert.h | 13 struct snd_seq_client_port *dest_port, 18 struct snd_seq_client_port *dest_port,
|
H A D | seq_clientmgr.c | 533 static int check_port_perm(struct snd_seq_client_port *port, unsigned int flags) in get_event_dest_client() 643 struct snd_seq_client_port *dest_port, in __snd_seq_deliver_single_event() 675 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event() 739 struct snd_seq_client_port *src_port, in __deliver_to_subscribers() 791 struct snd_seq_client_port *src_port; in deliver_to_subscribers() 944 struct snd_seq_client_port *src_port = snd_seq_port_use_ptr(client, event->source.port); in snd_seq_client_enqueue_event() 1334 struct snd_seq_client_port *port; in snd_seq_ioctl_create_port() 1412 struct snd_seq_client_port *port; in snd_seq_ioctl_get_port_info() 1439 struct snd_seq_client_port *port; 1459 struct snd_seq_client_port *spor in check_subscription_permission() [all...] |
H A D | seq_clientmgr.h | 92 struct snd_seq_client_port *dest_port,
|