Home
last modified time | relevance | path

Searched refs:dca_providers (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/dca/
Ddca-core.c66 INIT_LIST_HEAD(&domain->dca_providers); in dca_allocate_domain()
115 list_for_each_entry_safe(dca, _dca, &domain->dca_providers, node) in unregister_dca_providers()
175 list_for_each_entry(dca, &domain->dca_providers, node) in dca_find_provider_by_dev()
213 list_for_each_entry(dca, &domain->dca_providers, node) { in dca_add_requester()
398 list_add(&dca->node, &domain->dca_providers); in register_dca_provider()
432 if (list_empty(&domain->dca_providers)) in unregister_dca_provider()
/linux-3.4.99/include/linux/
Ddca.h44 struct list_head dca_providers; member