Home
last modified time | relevance | path

Searched refs:ports_list_head (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/core/seq/
Dseq_ports.c67 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_use_ptr()
91 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_query_nearest()
160 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_create_port()
289 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_delete_port()
318 if (! list_empty(&client->ports_list_head)) { in snd_seq_delete_all_ports()
319 list_add(&deleted_list, &client->ports_list_head); in snd_seq_delete_all_ports()
320 list_del_init(&client->ports_list_head); in snd_seq_delete_all_ports()
Dseq_clientmgr.h59 struct list_head ports_list_head; member
Dseq_clientmgr.c238 INIT_LIST_HEAD(&client->ports_list_head); in seq_create_client1()
721 list_for_each_entry(port, &dest_client->ports_list_head, list) { in port_broadcast_event()
2487 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_info_dump_ports()