Home
last modified time | relevance | path

Searched full:submodule (Results 1 – 25 of 142) sorted by relevance

123456

/OK3568_Linux_fs/kernel/include/linux/wimax/
H A Ddebug.h19 * selection is done per-submodule (as they are declared by the user
99 * and then register each submodule with:
110 * On each submodule (for example, .c files), the debug infrastructure
125 * than the current debug level of their submodule, they'll be
196 * Store a submodule's runtime debug level and name
262 * D_SUBMODULE - Name of the current submodule
264 * #define in your submodule .c file before #including debug-levels.h
265 * to the name of the current submodule as previously declared and
272 * (meaning they belong to the same submodule categorization).
279 * D_SUBMODULE_DECLARE - Declare a submodule for runtime debug level control
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dprm2xxx_3xxx.c26 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
40 * omap2_prm_assert_hardreset - assert the HW reset line of a submodule
43 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
50 * place the submodule into reset. Returns 0 upon success or -EINVAL
64 * omap2_prm_deassert_hardreset - deassert a submodule hardreset line and wait
65 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
67 * @st_shift: register bit shift for the status of the deasserted submodule
69 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
77 * take the submodule out of reset and wait until the PRCM indicates
79 * -EINVAL upon an argument error, -EEXIST if the submodule was already out
[all …]
H A Dprminst44xx.c112 * omap4_prminst_assert_hardreset - assert the HW reset line of a submodule
120 * place the submodule into reset. Returns 0 upon success or -EINVAL
134 * omap4_prminst_deassert_hardreset - deassert a submodule hardreset line and
147 * take the submodule out of reset and wait until the PRCM indicates
149 * -EINVAL upon an argument error, -EEXIST if the submodule was already out
150 * of reset, or -EBUSY if the submodule did not exit reset promptly.
H A Dprm33xx.c80 * am33xx_prm_assert_hardreset - assert the HW reset line of a submodule
90 * place the submodule into reset. Returns 0 upon success or -EINVAL
104 * am33xx_prm_deassert_hardreset - deassert a submodule hardreset line and
117 * take the submodule out of reset and wait until the PRCM indicates
119 * -EINVAL upon an argument error, -EEXIST if the submodule was already out
120 * of reset, or -EBUSY if the submodule did not exit reset promptly.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py53 if line.startswith('[submodule'):
81 … logger.debug("submodule %s is defined, but is not initialized in the repository. Skipping", m)
112 …logger.warning("Submodule included by %s refers to relative ssh reference %s. References may fail…
119 …raise bb.fetch2.FetchError("Submodule refers to the parent repository. This will cause deadlock si…
156 … logger.error('gitsm: submodule update check failed: %s %s' % (type(e).__name__, str(e)))
186 logger.error('gitsm: submodule download failed: %s %s' % (type(e).__name__, str(e)))
215 logger.error('gitsm: submodule unpack failed: %s %s' % (type(e).__name__, str(e)))
220 # Correct the submodule references to the local download version...
221 …runfetchcmd("%(basecmd)s config submodule.%(module)s.url %(url)s" % {'basecmd': ud.basecmd, 'modul…
224 …runfetchcmd("%(basecmd)s config submodule.%(module)s.shallow true" % {'basecmd': ud.basecmd, 'modu…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch22 git/objects/submodule/base.py | 19 ++++++----
147 diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py
149 --- a/git/objects/submodule/base.py
150 +++ b/git/objects/submodule/base.py
151 @@ -264,7 +264,8 @@ class Submodule(IndexObject, TraversableIterableObj):
161 @@ -281,7 +282,8 @@ class Submodule(IndexObject, TraversableIterableObj):
171 @@ -338,8 +340,8 @@ class Submodule(IndexObject, TraversableIterableObj):
176 - ) -> 'Submodule':
178 … allow_unsafe_options: bool = False, allow_unsafe_protocols: bool = False,) -> 'Submodule':
179 """Add a new submodule to the given repository. This will alter the index
[all …]
/OK3568_Linux_fs/buildroot/support/download/
H A Dgit152 # have sub-dirs converted to/from a submodule. So we would need to
155 # Using "git submodule deinit --all" would remove all the files for
161 # not need to be recursive, as removing a submodule will de-facto remove
170 # the submodule directory, so the following will effectively remove the
174 cmd='printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"'
175 _git submodule --quiet foreach "'${cmd}'"
192 _git submodule update --init --recursive
201 for module_dir in $( _plain_git submodule --quiet foreach "'${cmd}'" ); do
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst72 For each URL passed to the fetcher, the fetcher calls the submodule that
191 As mentioned earlier, the URL prefix determines which fetcher submodule
192 BitBake uses. Each submodule can support different URL parameters, which
200 This submodule handles URLs that begin with ``file://``. The filename
271 This submodule handles checking out files from the CVS version control
340 This fetcher submodule fetches code from the Subversion source control
383 This fetcher submodule fetches code from the Git source control system.
482 Git Submodule Fetcher (``gitsm://``)
485 This fetcher submodule inherits from the :ref:`Git
499 mirroring infrastructure properly. Further, the submodule sources it
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dexternalsrc.py19 test_recipe = "git-submodule-test"
20 git_url = "git://git.yoctoproject.org/git-submodule-test"
39 runCmd('git submodule update --init --recursive', cwd=externalsrc_dir)
H A Darchiver.py271 bitbake('-c clean git-submodule-test')
272 bitbake('-c deploy_archives -f git-submodule-test')
276 'git2_git.yoctoproject.org.git-submodule-test.tar.gz',
299 bitbake('-c clean git-submodule-test')
300 bitbake('-c deploy_archives -f git-submodule-test')
304 'gitsmshallow_git.yoctoproject.org.git-submodule-test_a2885dd-1_master.tar.gz',
H A Dintercept.py14 bitbake("git-submodule-test -c test_git_as_user")
15 bitbake("git-submodule-test -c test_git_as_root")
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1053 …url = "gitsm://git.yoctoproject.org/git-submodule-test;branch=ssh-gitsm-tests;rev=049da4a6cb198d7c…
1055 …url = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master;rev=a2885dd7d25380d23627e7544…
1064 …self.assertTrue(os.path.exists(os.path.join(repo_path, 'bitbake')), msg='bitbake submodule missing…
1065 …f.assertFalse(os.path.exists(os.path.join(repo_path, 'na')), msg='uninitialized submodule present')
1067 # Only when we're running the extended test with a submodule's submodule, can we check this.
1069 …s(os.path.join(repo_path, 'bitbake-gitsm-test1', 'bitbake')), msg='submodule of submodule missing')
1083 …oin(repo_path, '.git/modules/subprojects/c-dvar/config')), msg='Missing submodule config "subproje…
1084 …oin(repo_path, '.git/modules/subprojects/c-list/config')), msg='Missing submodule config "subproje…
1085 …n(repo_path, '.git/modules/subprojects/c-rbtree/config')), msg='Missing submodule config "subproje…
1086 …n(repo_path, '.git/modules/subprojects/c-sundry/config')), msg='Missing submodule config "subproje…
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A DREADME2 This is a submodule to access linux framebuffer devices.
11 on top of this fbdevhw submodule.
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/git-submodule-test/
H A Dgit-submodule-test.bb2 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/git-submodule-test/"
8 SRC_URI = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/
H A Dgeoservices.pro13 …warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocatio…
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/man/
H A Dfbdevhw.man4 fbdevhw \- os-specific submodule for framebuffer device access
8 os-specific. It is a submodule used by other video drivers.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax77686.txt5 are addressed using same i2c slave address whereas RTC submodule uses
8 PMIC submodule.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-protobuf-fix-configure-error.patch9 third_party/googletest is git submodule of protobuf. Above error
10 caused by missing submodule googletest.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/pahole/files/
H A D0003-CMakeList.txt-don-t-download-libbpf-source-when-syst.patch9 The build system always download the libbpf submodule, regardless if
25 # make sure git submodule(s) are checked out
/OK3568_Linux_fs/buildroot/support/testing/tests/download/
H A Dtest_git.py79 self.check_download("git-submodule-disabled")
80 self.check_download("git-submodule-enabled")
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,imx27-pinctrl.txt32 gpio_oconf configures the gpio submodule output signal. This does not
43 gpio_iconfa/b configures the gpio submodule input to functionblocks A and
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py64 submodule = "{}.{}".format(current_module, i[:-3]) variable
66 importlib.import_module(submodule)
/OK3568_Linux_fs/buildroot/support/testing/tests/download/br2-external/git-refs/package/git-submodule-enabled/
H A Dgit-submodule-enabled.hash1 sha256 176c32f10ad11f290b6251d701835450292ba281eb59c7fb57b244407a55ceab git-submodule-enabled-a9d…
/OK3568_Linux_fs/buildroot/support/testing/tests/download/br2-external/git-refs/package/git-submodule-disabled/
H A Dgit-submodule-disabled.hash1 sha256 e8e0febc7f1408df22bce2d73d9a30081e03b45e152bc25effd14435ca8b3433 git-submodule-disabled-a9…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/
H A D.gitmodules1 [submodule "src/3rdparty/mapbox-gl-native"]

123456