Searched refs:dca_providers (Results 1 – 2 of 2) sorted by relevance
51 INIT_LIST_HEAD(&domain->dca_providers); in dca_allocate_domain()100 list_for_each_entry_safe(dca, _dca, &domain->dca_providers, node) in unregister_dca_providers()160 list_for_each_entry(dca, &domain->dca_providers, node) in dca_find_provider_by_dev()198 list_for_each_entry(dca, &domain->dca_providers, node) { in dca_add_requester()382 list_add(&dca->node, &domain->dca_providers); in register_dca_provider()416 if (list_empty(&domain->dca_providers)) in unregister_dca_provider()
28 struct list_head dca_providers; member
Completed in 5 milliseconds