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

/linux-master/sound/core/seq/
H A Dseq_clientmgr.h48 struct list_head ports_list_head; member in struct:snd_seq_client
H A Dseq_ports.c52 list_for_each_entry(port, &client->ports_list_head, list) {
75 list_for_each_entry(port, &client->ports_list_head, list) {
147 list_for_each_entry(p, &client->ports_list_head, list) {
279 list_for_each_entry(p, &client->ports_list_head, list) {
306 if (!list_empty(&client->ports_list_head)) {
307 list_add(&deleted_list, &client->ports_list_head);
308 list_del_init(&client->ports_list_head);
H A Dseq_clientmgr.c246 INIT_LIST_HEAD(&client->ports_list_head);
2629 list_for_each_entry(p, &client->ports_list_head, list) {

Completed in 97 milliseconds