| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | mirrors.bbclass | 41 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/docs/licenses/ |
| H A D | BUILDROOT_README | 9 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 D | leds-bcm6328.txt | 18 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/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_irq.c | 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() 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() 370 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id() 371 adev->irq.client[client_id].sources = in amdgpu_irq_add_id() 375 if (!adev->irq.client[client_id].sources) in amdgpu_irq_add_id() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | style_impl.cpp | 91 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/buildroot/package/4th/ |
| H A D | 4th.mk | 27 $(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/yocto/meta-openembedded/meta-oe/recipes-support/opencv/ade/ |
| H A D | 0001-use-GNUInstallDirs-for-detecting-install-paths.patch | 11 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/drivers/hwtracing/coresight/mali/ |
| H A D | build.bp | 35 "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 D | Kbuild | 43 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/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | arm,vic.txt | 14 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.
|
| H A D | samsung,exynos4210-combiner.txt | 4 can combine interrupt sources as a group and provide a single interrupt request 9 interrupt sources can be connected to a combiner. The combiner outputs one 10 combined interrupt for its eight interrupt sources. The combined interrupt 18 up to 8 interrupt sources).
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | ti-lmu.txt | 110 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/Documentation/devicetree/bindings/misc/ |
| H A D | aspeed,cvic.txt | 9 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/buildroot/package/ffmpeg/ |
| H A D | Config.in | 100 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/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_crtc.c | 877 const char **sources; in rcar_du_crtc_crc_init() local 888 sources = kmalloc_array(count, sizeof(*sources), GFP_KERNEL); in rcar_du_crtc_crc_init() 889 if (!sources) in rcar_du_crtc_crc_init() 892 sources[0] = kstrdup("auto", GFP_KERNEL); in rcar_du_crtc_crc_init() 893 if (!sources[0]) in rcar_du_crtc_crc_init() 901 sources[i + 1] = kstrdup(name, GFP_KERNEL); in rcar_du_crtc_crc_init() 902 if (!sources[i + 1]) in rcar_du_crtc_crc_init() 906 rcrtc->sources = sources; in rcar_du_crtc_crc_init() 912 kfree(sources[i]); in rcar_du_crtc_crc_init() 915 kfree(sources); in rcar_du_crtc_crc_init() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0020-Fix-incompatible-pointer-type-struct-sockaddr_un.patch | 6 | ../../../../../../workspace/sources/systemd/src/nspawn/nspawn.c: In function 'cant_be_in_netns': 7 | ../../../../../../workspace/sources/systemd/src/nspawn/nspawn.c:4893:25: error: passing argument … 12 | In file included from ../../../../../../workspace/sources/systemd/src/systemd/sd-daemon.h:22, 13 | from ../../../../../../workspace/sources/systemd/src/nspawn/nspawn.c:21:
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/ |
| H A D | CMakeLists.txt | 56 ${CMAKE_CURRENT_SOURCE_DIR}/sources 70 ${CMAKE_CURRENT_SOURCE_DIR}/sources/rga_im2d_slt.cpp 71 ${CMAKE_CURRENT_SOURCE_DIR}/sources/dma_alloc.cpp 75 ${CMAKE_CURRENT_SOURCE_DIR}/sources/drm_alloc.cpp
|
| H A D | Android.mk | 55 sources/rga_im2d_slt.cpp \ 56 sources/drm_alloc.cpp \ 57 sources/dma_alloc.cpp
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | mapbox-gl-native.pro | 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 \ 177 src/mbgl/renderer/sources/render_vector_source.cpp \ 293 src/mbgl/style/sources/custom_geometry_source.cpp \ 294 src/mbgl/style/sources/custom_geometry_source_impl.cpp \ 295 src/mbgl/style/sources/geojson_source.cpp \ 296 src/mbgl/style/sources/geojson_source_impl.cpp \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | stm.rst | 9 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/kernel/sound/soc/codecs/ |
| H A D | max98504.c | 228 unsigned int i, sources = 0; in max98504_set_channel_map() local 232 sources |= (1 << i); in max98504_set_channel_map() 237 sources); in max98504_set_channel_map() 241 regmap_write(map, MAX98504_PDM_TX_CONTROL, sources); in max98504_set_channel_map() 247 regmap_write(map, MAX98504_MEASUREMENT_ENABLE, sources ? 0x3 : 0x01); in max98504_set_channel_map()
|
| /OK3568_Linux_fs/buildroot/support/legal-info/ |
| H A D | README.header | 9 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
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | doc-asciidoc.mk | 109 build xsltproc from the libxslt sources >=1.1.29 and pass it \ 118 $(1)-prepare-sources 159 .PHONY: $(1)-prepare-sources 160 $(1)-prepare-sources: $$(BUILD_DIR)/docs/$(1)/.stamp_doc_rsynced
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1022ds/ |
| H A D | README | 13 'setenv hwconfig audclk:12' to enable Audio(codec clock sources is 12MHz) 16 'setenv hwconfig 'usb2;audclk:11' to enable USB2 and Audio(codec clock sources 20 and AUDIO codec clock sources only setting as 11MHz or 12MHz !
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_debugfs_crc.c | 89 const char *const *sources = crtc->funcs->get_crc_sources(crtc, in crc_control_show() local 94 if (count == 0 || !sources) in crc_control_show() 98 if (!crtc->funcs->verify_crc_source(crtc, sources[i], in crc_control_show() 100 if (strcmp(sources[i], crtc->crc.source)) in crc_control_show() 101 seq_printf(m, "%s\n", sources[i]); in crc_control_show() 103 seq_printf(m, "%s*\n", sources[i]); in crc_control_show()
|