Home
last modified time | relevance | path

Searched full:pulls (Results 1 – 25 of 137) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dincompatible_lic.py148 # dnf pulls in gpg which is gpl3; it also pulls in python3-rpm which pulls in rpm-build which pulls
/OK3568_Linux_fs/kernel/fs/crypto/
H A DKconfig20 # Note: this option only pulls in the algorithms that filesystem encryption
25 # Also note that this option only pulls in the generic implementations of the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dsharp,ls037v7dw01.yaml12 configured with external pulls, all the GPIOs are considered optional with holes
39 with external pulls, all the GPIOs are considered
/OK3568_Linux_fs/kernel/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c301 struct property *pins, *funcs, *pulls; in wmt_pctl_dt_node_to_map() local
314 pulls = of_find_property(np, "wm,pull", NULL); in wmt_pctl_dt_node_to_map()
316 if (!funcs && !pulls) { in wmt_pctl_dt_node_to_map()
327 num_pulls = pulls ? (pulls->length / sizeof(u32)) : 0; in wmt_pctl_dt_node_to_map()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm8994-core.c322 int pulls = 0; in wm8994_device_init() local
554 pulls |= WM8994_SPKMODE_PU; in wm8994_device_init()
556 pulls |= WM8994_CSNADDR_PD; in wm8994_device_init()
558 /* Disable unneeded pulls */ in wm8994_device_init()
562 pulls); in wm8994_device_init()
/OK3568_Linux_fs/buildroot/package/raspi-gpio/
H A DConfig.in6 mode and pulls (and level if set as an output).
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.7.rst104 ``util-linux`` package pulls in the individual binary packages using
114 package that pulls in all ``tzdata`` packages by default.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/images/
H A Dcore-image-testcontroller.bb15 # that pulls custom install scripts which take
/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H A Dbitmap.c1 /* lib/bitmap.c pulls in at least two other files. */
/OK3568_Linux_fs/buildroot/package/dnsmasq/
H A DConfig.in36 This option is a big space taker since it pulls in many
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/
H A Dgeoservices.pro3 QT_FOR_CONFIG += location-private # pulls in the features defined in configure.json
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dnativesdk-packagegroup-sdk-host.bb12 # autoconf pulls in nativesdk-perl but perl-module-integer is needed to
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dmeta-world-pkgdata.bb1 SUMMARY = "Pulls in pkgdata for world"
/OK3568_Linux_fs/buildroot/package/odb/
H A D0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch6 On MIPS this file pulls in enum processor which conflicts with
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgi-docgen.bbclass9 # pulls in additional dependencies, and makes build times longer
/OK3568_Linux_fs/kernel/tools/power/pm-graph/config/
H A Dcgskip.txt10 # The sleepgraph tool automatically pulls this file in when
/OK3568_Linux_fs/kernel/arch/hexagon/include/uapi/asm/
H A Dunistd.h23 * The kernel pulls this unistd.h in three different ways:
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-font/font-alias-1.0.4/
H A Dnocompiler.patch8 XORG_DEFAULT_OPTIONS pulls in the following dependency chains:
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0001-ovmf-update-path-to-native-BaseTools.patch23 # this assumes svn pulls have the same root dir
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-font/encodings/
H A Dnocompiler.patch8 XORG_DEFAULT_OPTIONS pulls in the following dependency chains:
/OK3568_Linux_fs/kernel/tools/arch/hexagon/include/uapi/asm/
H A Dunistd.h23 * The kernel pulls this unistd.h in three different ways:
/OK3568_Linux_fs/buildroot/board/olimex/imx233_olinuxino/
H A Dreadme.txt6 It also pulls up the console on the serial port, not on TV output.
/OK3568_Linux_fs/buildroot/package/uboot-tools/
H A D0002-tools-only-in-no-dot-config-targets.patch13 This indirectly pulls in a build-dependency on libssl-dev used for FIT
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-appleir.c217 * the test above, or here set a timer which pulls in appleir_raw_event()
235 * above, or here set a timer which pulls them up after 1/8 s in appleir_raw_event()
/OK3568_Linux_fs/kernel/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c784 struct property *pins, *funcs, *pulls; in bcm2835_pctl_dt_node_to_map() local
803 pulls = of_find_property(np, "brcm,pull", NULL); in bcm2835_pctl_dt_node_to_map()
805 if (!funcs && !pulls) { in bcm2835_pctl_dt_node_to_map()
814 num_pulls = pulls ? (pulls->length / 4) : 0; in bcm2835_pctl_dt_node_to_map()

123456