Home
last modified time | relevance | path

Searched refs:for_each_dev_scope (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Ddmar.h100 #define for_each_dev_scope(devs, cnt, i, tmp) \ macro
106 for_each_dev_scope((devs), (cnt), (i), (tmp)) \
/OK3568_Linux_fs/kernel/
H A D.clang-format171 - 'for_each_dev_scope'
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Ddmar.c261 for_each_dev_scope(devices, devices_cnt, i, tmp) in dmar_insert_dev_scope()
749 for_each_dev_scope(dmaru->devices, dmaru->devices_cnt, i, tmp) in dmar_acpi_insert_dev_scope()
H A Diommu.c4637 for_each_dev_scope(atsru->devices, atsru->devices_cnt, i, tmp) in dmar_find_matched_atsr_unit()