Home
last modified time | relevance | path

Searched refs:ump_endpoint_port (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.h53 int ump_endpoint_port; member
H A Dseq_clientmgr.c248 client->ump_endpoint_port = -1; in seq_create_client1()
780 if (client->ump_endpoint_port < 0 || in deliver_to_subscribers()
781 event->source.port == client->ump_endpoint_port) in deliver_to_subscribers()
784 src_port = snd_seq_port_use_ptr(client, client->ump_endpoint_port); in deliver_to_subscribers()
1318 client->ump_endpoint_port >= 0) in snd_seq_ioctl_create_port()
1350 client->ump_endpoint_port = port->addr.port; in snd_seq_ioctl_create_port()
1371 if (client->ump_endpoint_port == info->addr.port) in snd_seq_ioctl_delete_port()
1372 client->ump_endpoint_port = -1; in snd_seq_ioctl_delete_port()