Home
last modified time | relevance | path

Searched refs:atleast (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dcross_899198.patch78 -if pkg-config --atleast-version $GLIB_REQUIRED_VERSION $GLIB; then
79 +if $PKG_CONFIG --atleast-version $GLIB_REQUIRED_VERSION $GLIB; then
87 -if PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig pkg-config --atleast-version 1.4.20 O…
88 +if $PKG_CONFIG --atleast-version 1.4.20 OpenIPMI; then
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dgconf-cfg.sh22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
/OK3568_Linux_fs/kernel/net/core/
H A Dnetpoll.c697 unsigned long atmost, atleast; in netpoll_setup() local
709 atleast = jiffies + HZ/10; in netpoll_setup()
724 if (time_before(jiffies, atleast)) { in netpoll_setup()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch7 __sync* builtins are not implemented atleast for 64bit values
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/
H A Dbrcm,iproc-flexrm-mbox.txt32 to CPU provided atleast one completion message is available.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/
H A Dnpcm750-pwm-fan.txt26 Each fan subnode must have one PWM channel and atleast one Fan tach channel.
/OK3568_Linux_fs/buildroot/package/easyframes/
H A D0002-Fix-different-compiling-issues.patch31 // instead (atleast that seems to work for libpcap)
/OK3568_Linux_fs/external/xserver/
H A Dconfigure6064 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
21300 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
24893 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25534 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25593 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25668 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25770 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25909 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25994 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26519 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
[all …]
H A Daclocal.m4484 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
535 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
H A DChangeLog18775 xfree86: Try harder to find atleast 1 non GPU Screen
117512 as powerful as allowing "No" to precede the option names, but it atleast
136479 …ensures we have a L modifier key down if we are told neither are down and atleast one is down... =/
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A DMakefile278 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dmax8997-regulator.txt27 property should specify atleast one voltage level (which would be a
/OK3568_Linux_fs/buildroot/support/kconfig/
H A DMakefile314 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-bad_1.20.5.bb50 # Pick atleast one crypto backend below when enabling hls
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Di915.rst304 the HW context is essentially (most of atleast) the state of a GPU.
307 user space the need to restore (most of atleast) the GPU state at the
/OK3568_Linux_fs/kernel/Documentation/core-api/irq/
H A Dirq-domain.rst61 The irq_create_mapping() function must be called *atleast once*
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch8066 + if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then