Searched refs:dca_providers (Results 1 – 2 of 2) sorted by relevance
50 INIT_LIST_HEAD(&domain->dca_providers); in dca_allocate_domain()99 list_for_each_entry_safe(dca, _dca, &domain->dca_providers, node) in unregister_dca_providers()159 list_for_each_entry(dca, &domain->dca_providers, node) in dca_find_provider_by_dev()197 list_for_each_entry(dca, &domain->dca_providers, node) { in dca_add_requester()381 list_add(&dca->node, &domain->dca_providers); in register_dca_provider()415 if (list_empty(&domain->dca_providers)) in unregister_dca_provider()
28 struct list_head dca_providers; member