Home
last modified time | relevance | path

Searched full:sources (Results 1 – 25 of 2482) sorted by relevance

12345678910>>...100

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmirrors.bbclass41 ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
42 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
43 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
44 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
45 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
46 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
47 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
48 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
49 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
50 https?://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dmeta_oe_sources.py11 # Can we download everything from the OpenEmbedded Sources Mirror over http only
14 BB_ALLOWED_NETWORKS = " sources.openembedded.org"
18 bzr://.*/.* http://sources.openembedded.org/ \\n \\
19 cvs://.*/.* http://sources.openembedded.org/ \\n \\
20 git://.*/.* http://sources.openembedded.org/ \\n \\
21 gitsm://.*/.* http://sources.openembedded.org/ \\n \\
22 hg://.*/.* http://sources.openembedded.org/ \\n \\
23 osc://.*/.* http://sources.openembedded.org/ \\n \\
24 p4://.*/.* http://sources.openembedded.org/ \\n \\
25 svn://.*/.* http://sources.openembedded.org/ \\n \\
[all …]
/OK3568_Linux_fs/docs/licenses/
H A DBUILDROOT_README9 of image files, i.e. the Buildroot sources.
17 * The original source code for target packages in the 'sources/'
18 subdirectory and for host packages in the 'host-sources/' subdirectory
27 limitations, are not saved with the package sources. You may need
44 WARNING: linux-headers: sources not saved (local packages not handled)
45 WARNING: rockchip-mali: sources not saved (local packages not handled)
47 WARNING: rockchip-rga: sources not saved (local packages not handled)
49 WARNING: linux: sources not saved (local packages not handled)
50 WARNING: camera-engine-rkaiq: sources not saved (local packages not handled)
51 WARNING: gstreamer1-rockchip: sources not saved (local packages not handled)
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-bcm6328.txt18 explained later in brcm,link-signal-sources). Even if a LED is hardware
59 - brcm,link-signal-sources : An array of hardware link
60 signal sources. Up to four link hardware signals can get muxed into
65 - brcm,activity-signal-sources : An array of hardware activity
66 signal sources. Up to four activity hardware signals can get muxed into
127 brcm,link-signal-sources = <0>;
132 brcm,link-signal-sources = <1>;
205 brcm,link-signal-sources = <0>;
206 brcm,activity-signal-sources = <0>;
212 brcm,activity-signal-sources = <1>;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro25 SOURCES += \
28 SOURCES += \
61 SOURCES += \
64 SOURCES += \
68 SOURCES += \
172 src/mbgl/renderer/sources/render_custom_geometry_source.cpp \
173 src/mbgl/renderer/sources/render_geojson_source.cpp \
174 src/mbgl/renderer/sources/render_image_source.cpp \
175 src/mbgl/renderer/sources/render_raster_dem_source.cpp \
176 src/mbgl/renderer/sources/render_raster_source.cpp \
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c41 * For GPU interrupt sources that may be driven by another driver, IRQ domain
108 * Disable all types of interrupts from all sources.
118 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all()
122 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all()
306 * turns off interrupts from all sources (all ASICs).
322 if (!adev->irq.client[i].sources) in amdgpu_irq_fini()
326 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini()
336 adev->irq.client[i].sources[j] = NULL; in amdgpu_irq_fini()
339 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini()
340 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini()
[all …]
/OK3568_Linux_fs/buildroot/package/ffmpeg/
H A DConfig.in100 Run ./configure --list-encoders in the ffmpeg sources
110 Run ./configure --list-decoders in the ffmpeg sources
120 Run ./configure --list-muxers in the ffmpeg sources
130 Run ./configure --list-demuxers in the ffmpeg sources
140 Run ./configure --list-parsers in the ffmpeg sources
150 Run ./configure --list-bsfs in the ffmpeg sources
160 Run ./configure --list-protocols in the ffmpeg sources
170 Run ./configure --list-filters in the ffmpeg sources
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dstm.rst9 protocol multiplexing data from multiple trace sources, each one of
12 hardware trace sources, others are available to software. Software
13 trace sources are usually free to pick for themselves any
17 sources can only be identified by master/channel combination, so in
19 involves multiple trace sources, it needs to be able to map those
20 master/channel pairs to the trace sources that it understands.
55 be used for trace sources with the id string of "user/dummy".
57 Trace sources have to open the stm class device's node and write their
81 and have better control over the un-identified sources.
99 For kernel-based trace sources, there is "stm_source" device
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp91 sources.clear(); in parse()
98 for (auto& source : parser.sources) { in parse()
139 if (sources.get(source->getID())) { in addSource()
147 sources.add(std::move(source)); in addSource()
174 std::unique_ptr<Source> source = sources.remove(id); in removeSource()
240 return sources.getWrappers(); in getSources()
244 auto wrappers = sources.getWrappers(); in getSources()
249 return sources.get(id); in getSource()
261 for (const auto& source: sources) { in isLoaded()
288 sources.update(source); in onSourceLoaded()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dapt.py37 …self.target.run('cd %s; echo deb [ allow-insecure=yes ] %s/all ./ > sources.list' % (apt_get_sourc…
42 …self.target.run("cd %s; cp sources.list sources.list.bak; sed -i 's/\[trusted=yes\] http:\/\/bogus…
46 self.target.run('cd %s; rm sources.list' % (apt_get_sourceslist_dir))
50 self.target.run('cd %s; mv sources.list.bak sources.list' % (apt_get_sourceslist_dir))
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/
H A Dbuild.bp35 "sources/coresight_mali_sources.c",
36 "sources/coresight_mali_sources.h",
49 "sources/etm/coresight_mali_source_etm_core.c",
69 "sources/itm/coresight_mali_source_itm_core.c",
89 "sources/ela/coresight_mali_source_ela_core.c",
90 "sources/ela/coresight-ela600.h"
H A DKbuild43 sources/etm/coresight_mali_source_etm_core.o \
44 sources/coresight_mali_sources.o \
51 sources/itm/coresight_mali_source_itm_core.o \
52 sources/coresight_mali_sources.o \
59 sources/ela/coresight_mali_source_ela_core.o \
60 sources/coresight_mali_sources.o \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp3 #include <mbgl/renderer/sources/render_geojson_source.hpp>
4 #include <mbgl/renderer/sources/render_raster_source.hpp>
5 #include <mbgl/renderer/sources/render_raster_dem_source.hpp>
6 #include <mbgl/renderer/sources/render_vector_source.hpp>
9 #include <mbgl/renderer/sources/render_image_source.hpp>
10 #include <mbgl/renderer/sources/render_custom_geometry_source.hpp>
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py205 # Can we download everything from the Yocto Sources Mirror over http only
214 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
215 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
216 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
217 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
218 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
219 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
220 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
221 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
222 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/ade/
H A D0001-use-GNUInstallDirs-for-detecting-install-paths.patch11 sources/ade/CMakeLists.txt | 10 ++++++----
14 diff --git a/sources/ade/CMakeLists.txt b/sources/ade/CMakeLists.txt
16 --- a/sources/ade/CMakeLists.txt
17 +++ b/sources/ade/CMakeLists.txt
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,vic.txt14 the VIC has no configuration options for interrupt sources. The cell is a u32
21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit
25 - valid-wakeup-mask : A one cell big bit mask of interrupt sources that can be
29 interrupt sources configurable as wake up sources.
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Damplc_dio200_pci.c79 * supported on PC214E. For the other boards, valid clock sources are
95 * For the PCIe boards, clock sources in the range 0 to 31 are allowed
96 * and the following additional clock sources are defined:
104 * clock source in data[1]. For internal clock sources, data[2] is set
109 * supported on PC214E. For the other boards, valid gate sources are 0
124 * For the PCIe boards, gate sources in the range 0 to 31 are allowed;
125 * the following additional clock sources and clock sources 6 and 7 are
165 * channels matches the number of interrupt sources. The PC214E does not
166 * have an interrupt status register; see notes on 'INTERRUPT SOURCES'
169 * INTERRUPT SOURCES
[all …]
H A Damplc_dio200.c77 * supported on PC214E. For the other boards, valid clock sources are
94 * clock source in data[1]. For internal clock sources, data[2] is set
99 * supported on PC214E. For the other boards, valid gate sources are 0
132 * channels matches the number of interrupt sources. The PC214E does not
133 * have an interrupt status register; see notes on 'INTERRUPT SOURCES'
136 * INTERRUPT SOURCES
140 * Sources 6 1 6
150 * Sources 6 6
178 * 'INTERRUPT' subdevice. The channel list selects the interrupt sources
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dti-lmu.txt110 led-sources = <0 1>;
155 led-sources = <0 1>;
172 led-sources = <1 2>;
179 led-sources = <0>;
190 led-sources = <1>;
196 led-sources = <3 4 5>;
217 led-sources = <0 1>;
264 led-sources = <0 2>;
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/
H A Dcache.json397 "BriefDescription": "Retired load instructions with L1 cache hits as data sources",
403 "PublicDescription": "Counts retired load instructions with L2 cache hits as data sources.",
410 "BriefDescription": "Retired load instructions with L2 cache hits as data sources",
423 "BriefDescription": "Retired load instructions with L3 cache hits as data sources",
436 "BriefDescription": "Retired load instructions missed L1 cache as data sources",
442 "PublicDescription": "Counts retired load instructions missed L2 cache as data sources.",
449 "BriefDescription": "Retired load instructions missed L2 cache as data sources",
462 "BriefDescription": "Retired load instructions missed L3 cache as data sources",
481 …"PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cros…
488 …"BriefDescription": "Retired load instructions whose data sources were L3 hit and cross-core snoop…
[all …]
/OK3568_Linux_fs/buildroot/package/4th/
H A D4th.mk27 $(4TH_MAKE_ENV) $(MAKE) -C $(@D)/sources all \
34 $(4TH_MAKE_ENV) $(MAKE) -C $(@D)/sources libinstall \
36 $(INSTALL) -D -m 0644 $(@D)/sources/4th.h \
43 $(4TH_MAKE_ENV) $(MAKE) -C $(@D)/sources mostlyinstall \
57 $(HOST_MAKE_ENV) $(MAKE) -C $(@D)/sources all \
64 $(HOST_MAKE_ENV) $(MAKE) -C $(@D)/sources mostlyinstall \
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dtimekeeping.rst2 Clock sources, Clock events, sched_clock() and delay timers
11 specific implementations of clock sources, clockevents and several likewise
22 Clock sources
70 For real simple clock sources accessed from a single I/O memory location
88 Clock events are the conceptual reverse of clock sources: they take a
92 Clock events are orthogonal to clock sources. The same hardware
111 In addition to the clock sources and clock events there is a special weak
123 Compared to clock sources, sched_clock() has to be very fast: it is called
146 Some architectures may have a limited set of time sources and lack a nice
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Daspeed,cvic.txt9 some of the same sources as the main ARM interrupt controller but with
21 - valid-sources: One cell, bitmap of supported sources for the implementation
32 valid-sources = <0xffffffff>;
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/
H A D0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch34 SOURCES = zip_archive.cc \
36 @@ -5,14 +6,15 @@ SOURCES = zip_archive.cc \
37 SOURCES := $(foreach source, $(SOURCES), libziparchive/$(source))
47 build: $(SOURCES)
H A D0001-patching-adb.mk-to-build-in-yocto-environment.patch34 SOURCES = client/adb_client.cpp \
35 @@ -12,10 +13,10 @@ SOURCES = client/adb_client.cpp \
37 SOURCES := $(foreach source, $(SOURCES), adb/$(source))
52 build: $(SOURCES)

12345678910>>...100