Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Diommu_table.h51 #define __IOMMU_INIT(_detect, _depend, _early_init, _late_init, _finish)\ argument
53 __iommu_entry_##_detect __used \
56 = {_detect, _depend, _early_init, _late_init, \
66 #define IOMMU_INIT_POST(_detect) \ argument
67 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 0)
70 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 1)
90 #define IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init) \ argument
91 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1)
93 #define IOMMU_INIT(_detect, _depend, _init, _late_init) \ argument
94 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dfloat_functions.hpp201 namespace c99_func##_detect { \
236 ::boost::hash_detail::c99_func##_detect::check::c99 \
254 ::boost::hash_detail::c99_func##_detect::check::cpp \
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-detect.rst3 .. _detect-controls:
13 .. _detect-control-id:
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Diommu_table.h5 #define IOMMU_INIT_POST(_detect) argument