| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | Kconfig | 19 select the proper drivers which depend on this option. 26 select the proper drivers which depend on this option. 33 select the proper drivers which depend on this option. 40 select the proper drivers which depend on this option. 46 select the proper drivers which depend on this option. 52 select the proper drivers which depend on this option. 59 select the proper drivers which depend on this option. 66 select the proper drivers which depend on this option. 72 select the proper drivers which depend on this option. 78 select the proper drivers which depend on this option. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-core-sdk.bb | 59 # for depend in rdepends: 60 # split_depend = depend.split(' (') 67 # for depend in rdepends2: 68 # split_depend = depend.split(' (')
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_opr_v5.h | 44 SAMPLE_ASPECT_RATIO_IDC = 0x74, /* E, H.264, depend on 54 depend on RC_BIT_RATE_CHANGE in ENC_PARAM_CHANGE */ 56 depend on RC_FRAME_RATE_CHANGE in ENC_PARAM_CHANGE */ 58 depend on I_PERIOD_CHANGE in ENC_PARAM_CHANGE */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | st,stih4xx.txt | 16 number of clocks may depend of the SoC type. 34 number of clocks may depend of the SoC type. 67 number of clocks may depend of the SoC type. 80 number of clocks may depend of the SoC type. 93 number of clocks may depend of the SoC type. 107 number of clocks may depend of the SoC type.
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | pci-iommu_table.c | 21 if (p->detect == q->depend) in find_dependents_of() 37 * out if the node we depend on is past our point, if so, swap. in sort_iommu_table() 63 x->depend = NULL; in check_iommu_entries()
|
| /OK3568_Linux_fs/buildroot/package/vde2/ |
| H A D | vde2.mk | 23 # - cryptcab is disabled to not depend on openSSL 24 # - python is disabled to not depend on Python 25 # - pcap is disabled to not depend on libpcap
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/ |
| H A D | depends.py | 19 for depend in depends: 20 dparts = depend.split('.') 27 depend_id = depend
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-target.inc | 5 # Otherwise we'll depend on what we provide 7 # We don't need to depend on gcc-native because yocto assumes it exists
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-queues | 8 network device queue. Possible values depend on the number 42 network device transmit queue. Possible vaules depend on the 52 network device transmit queue. Possible values depend on the
|
| H A D | sysfs-bus-iio-dma-buffer | 13 The alignment requirements in number of sample sets will depend 18 will remain static and does not depend on which channels are
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/angle/ |
| H A D | Kconfig | 18 select the proper drivers which depend on this option. 24 select the proper drivers which depend on this option.
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | base.bbclass | 500 …bb.error("%s: PACKAGECONFIG[%s] Only enable,disable,depend,rdepend,rrecommend,conflict_packageconf… 643 # Svn packages should DEPEND on subversion-native 648 # Git packages should DEPEND on git-native 653 # Mercurial packages should DEPEND on mercurial-native 663 # OSC packages should DEPEND on osc-native 674 # *.lz4 should DEPEND on lz4-native for unpacking 678 # *.zst should DEPEND on zstd-native for unpacking 682 # *.lz should DEPEND on lzip-native for unpacking 686 # *.xz should DEPEND on xz-native for unpacking 690 # .zip should DEPEND on unzip-native for unpacking [all …]
|
| H A D | package.bbclass | 30 # knows which package to depend on. 670 …bb.error("An allarch packagegroup shouldn't depend on packages which are dynamically renamed (%s t… 703 for depend, depversions in deps.items(): 704 new_depend = get_package_mapping(depend, pkg, d, depversions) 705 if depend != new_depend: 706 bb.note("package name mapping done: %s -> %s" % (depend, new_depend)) 707 new_depends[new_depend] = deps[depend] 2290 for depend in sorted(depends): 2291 … if depend.find('-native') != -1 or depend.find('-cross') != -1 or depend.startswith('virtual/'): 2292 #bb.note("Skipping %s" % depend) [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | iommu_table.h | 28 * to be built by defining who we depend on. 36 initcall_t depend; member 75 * b). The name of the detection routine we depend on to get called
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | Makefile.br | 9 -include $(obj)/.depend 10 $(obj)/.depend: $(wildcard *.h *.c) 50 mconf .depend)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | 0001-build-Pass-tag-CC-explictly-when-using-libtool.patch | 6 Do not depend solely on libtool heuristics which fail 22 @@ -72,10 +72,10 @@ depend: 23 include $(depend)
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | package-make-target.txt | 69 the package (i.e packages that directly depend on it) 72 dependencies of the package (i.e the packages that depend on it, 81 dependencies (i.e the packages that depend on it, directly or
|
| /OK3568_Linux_fs/buildroot/package/go/ |
| H A D | Config.in.host | 1 # Target go packages should depend on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 21 # Host go packages should depend on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 154 def _find_layer(depend, layers): argument 160 if depend == collection: 190 for depend in depends.split(): 192 if depend == 'core': 195 layer_depend = _find_layer(depend, layers) 198 (layer['name'], depend))
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | Makefile | 8 # zcrypt_api.o and zcrypt_msgtype*.o depend on ap.o 13 # adapter drivers depend on ap.o and zcrypt.o
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | Makefile | 18 # APIC probe will depend on the listing order here 26 # APIC probe will depend on the listing order here
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0001-example-Do-not-run-the-tests.patch | 16 @@ -33,11 +33,8 @@ depend: $(SOURCES) 17 makedepend -f- $(CFLAGS) $(SOURCES) 2> /dev/null 1> depend
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-none/ |
| H A D | skeleton-init-none.mk | 7 # The skeleton can't depend on the toolchain, since all packages depends on the 9 # Hence, skeleton would depends on the toolchain and the toolchain would depend
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gtm-builtins.def | 63 The TM optimizations depend on this order. 132 The TM optimizations depend on this order. */ 212 depend on this. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gtm-builtins.def | 63 The TM optimizations depend on this order. 132 The TM optimizations depend on this order. */ 212 depend on this. */
|