Home
last modified time | relevance | path

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

/linux-6.15/sound/core/seq/
H A Dseq_ports.c52 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_use_ptr()
75 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_query_nearest()
147 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_create_port()
279 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_delete_port()
306 if (!list_empty(&client->ports_list_head)) { in snd_seq_delete_all_ports()
307 list_add(&deleted_list, &client->ports_list_head); in snd_seq_delete_all_ports()
308 list_del_init(&client->ports_list_head); in snd_seq_delete_all_ports()
H A Dseq_clientmgr.h48 struct list_head ports_list_head; member
H A Dseq_clientmgr.c260 INIT_LIST_HEAD(&client->ports_list_head); in seq_create_client1()
2685 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_info_dump_ports()