Searched refs:ports_list_head (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_ports.c | 52 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_use_ptr() 76 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_query_nearest() 145 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_create_port() 274 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_delete_port() 302 if (! list_empty(&client->ports_list_head)) { in snd_seq_delete_all_ports() 303 list_add(&deleted_list, &client->ports_list_head); in snd_seq_delete_all_ports() 304 list_del_init(&client->ports_list_head); in snd_seq_delete_all_ports()
|
H A D | seq_clientmgr.h | 46 struct list_head ports_list_head; member
|
H A D | seq_clientmgr.c | 240 INIT_LIST_HEAD(&client->ports_list_head); in seq_create_client1() 730 list_for_each_entry(port, &dest_client->ports_list_head, list) { in port_broadcast_event() 2428 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_info_dump_ports()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ports.c | 52 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_use_ptr() 77 list_for_each_entry(port, &client->ports_list_head, list) { in snd_seq_port_query_nearest() 150 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_create_port() 286 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_delete_port() 314 if (! list_empty(&client->ports_list_head)) { in snd_seq_delete_all_ports() 315 list_add(&deleted_list, &client->ports_list_head); in snd_seq_delete_all_ports() 316 list_del_init(&client->ports_list_head); in snd_seq_delete_all_ports()
|
H A D | seq_clientmgr.h | 48 struct list_head ports_list_head; member
|
H A D | seq_clientmgr.c | 246 INIT_LIST_HEAD(&client->ports_list_head); in seq_create_client1() 2629 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_info_dump_ports()
|
Completed in 20 milliseconds