Searched refs:c_src (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/core/seq/
H A Dseq_ports.h65 struct snd_seq_port_subs_info c_src; /* read (sender) list */ member in struct:snd_seq_client_port
H A Dseq_ports.c140 port_subs_info_init(&new_port->c_src);
258 clear_subscriber_list(client, port, &port->c_src, true);
264 snd_BUG_ON(port->c_src.count != 0);
390 info->read_use = port->c_src.count;
499 grp = is_src ? &port->c_src : &port->c_dest;
543 grp = is_src ? &port->c_src : &port->c_dest;
563 grp = is_src ? &port->c_src : &port->c_dest;
H A Dseq_clientmgr.c728 grp = &src_port->c_src;
1336 port->c_src.open = callback->subscribe;
1337 port->c_src.close = callback->unsubscribe;
1963 result = snd_seq_port_get_subscription(&sport->c_src, &subs->dest,
1997 group = &port->c_src;
2639 snd_seq_info_dump_subscribers(buffer, &p->c_src, 1, " Connecting To: ");

Completed in 239 milliseconds