Home
last modified time | relevance | path

Searched refs:submodules (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h114 #define XCAM_MODULE_LOG_ERROR(module, submodules, format, ...) \ argument
116 xcam_print_log(module, submodules, XCORE_LOG_LEVEL_ERR, "E:" format "\n", ##__VA_ARGS__); \
120 #define XCAM_MODULE_LOG_WARNING(module, submodules, format, ...) \ argument
123 (submodules & g_xcore_log_infos[module].sub_modules)) \
124 xcam_print_log(module, submodules, XCORE_LOG_LEVEL_WARNING, "W:" format "\n", \
128 #define XCAM_MODULE_LOG_INFO(module, submodules, format, ...) \ argument
131 (submodules & g_xcore_log_infos[module].sub_modules)) \
132 … xcam_print_log (module, submodules, XCORE_LOG_LEVEL_INFO, "I:" format "\n", ## __VA_ARGS__); \
135 #define XCAM_MODULE_LOG_DEBUG(module, submodules, format, ...) \ argument
138 (submodules & g_xcore_log_infos[module].sub_modules)) \
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py43 submodules = []
84 submodules.append(m)
96 for module in submodules:
140 return submodules != []
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/pahole/files/
H A D0003-CMakeList.txt-don-t-download-libbpf-source-when-syst.patch29 # Update submodules as needed
30 option(GIT_SUBMODULE "Check submodules during build" ON)
/OK3568_Linux_fs/buildroot/package/qt6/
H A Dqt6.mk10 QT6_SITE = https://download.qt.io/archive/qt/$(QT6_VERSION_MAJOR)/$(QT6_VERSION)/submodules
/OK3568_Linux_fs/external/xserver/debian/patches/
H A Dseries7 05_Revert-Unload-submodules.diff
H A D05_Revert-Unload-submodules.diff4 Subject: [PATCH] Revert "Unload submodules."
/OK3568_Linux_fs/buildroot/package/qt5/qt5enginio/
H A Dqt5enginio.hash1 # Hash from: https://download.qt.io/official_releases/qt/5.6/5.6.3/submodules/qtenginio-opensource-…
H A Dqt5enginio.mk10 QT5ENGINIO_SITE = https://download.qt.io/official_releases/qt/5.6/5.6.3/submodules
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/git-submodule-test/
H A Dgit-submodule-test.bb1 SUMMARY = "Test recipe for fetching git submodules"
/OK3568_Linux_fs/buildroot/package/qt6/qt6serialport/
H A Dqt6serialport.hash1 # Hash from: https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtserialport-everywhe…
/OK3568_Linux_fs/buildroot/package/qt6/qt6serialbus/
H A Dqt6serialbus.hash1 # Hash from: https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtserialbus-everywher…
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/gitunpackoffline/
H A Dgitunpackoffline-fail.bb1 SUMMARY = "Test recipe for fetching git submodules"
/OK3568_Linux_fs/buildroot/package/qt6/qt6base/
H A Dqt6base.hash1 # Hash from: https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtbase-everywhere-src…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax77686.txt4 interfaced to host controller using i2c interface. PMIC and Charger submodules
H A Dmax77693.txt3 MAX77693 is a Multifunction device with the following submodules:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/wimax/
H A Dwimax.rst64 of different submodules of the WiMAX stack::
H A Di2400m.rst184 of different submodules::
/OK3568_Linux_fs/buildroot/package/qemu/
H A Dqemu.mk219 --with-git-submodules=ignore \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust.inc111 config.set("build", "submodules", e(False))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmodule.modulemap10 // FIXME: The standard does not require that each of these submodules
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmodule.modulemap10 // FIXME: The standard does not require that each of these submodules
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst488 repository's submodules. :term:`SRC_URI` is passed to the Git fetcher as
786 Fetch submodules also exist for the following:
801 submodules. However, you might find the code helpful and readable.
/OK3568_Linux_fs/kernel/drivers/bus/
H A DKconfig198 PWM submodules require PWM config space access from submodule
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc162 --with-git-submodules=ignore \
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-generic.txt339 with the git submodules in the repository. This is only available
342 submodules when they contain bundled libraries, in which case we

12