Searched refs:ports_list_head (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/sound/core/seq/ |
D | seq_ports.c | 66 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_use_ptr() 90 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_query_nearest() 159 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_create_port() 288 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_delete_port() 317 if (! list_empty(&client->ports_list_head)) { in snd_seq_delete_all_ports() 318 list_add(&deleted_list, &client->ports_list_head); in snd_seq_delete_all_ports() 319 list_del_init(&client->ports_list_head); in snd_seq_delete_all_ports()
|
D | seq_clientmgr.h | 59 struct list_head ports_list_head; member
|
D | seq_clientmgr.c | 237 INIT_LIST_HEAD(&client->ports_list_head); in seq_create_client1() 720 list_for_each_entry(port, &dest_client->ports_list_head, list) { in port_broadcast_event() 2486 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_info_dump_ports()
|