Home
last modified time | relevance | path

Searched +full:native +full:- +full:mode (Results 1 – 25 of 930) sorted by relevance

12345678910>>...38

/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Ddisplay-timings.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/display-timings.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
12 - Sam Ravnborg <sam@ravnborg.org>
17 The display-timings node makes it possible to specify the timings
18 and to specify the timing that is native for the display.
22 const: display-timings
[all …]
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dintel,x86-broadwell-pinctrl.txt3 Pin-muxing on broadwell devices can be described with a node for the PINCTRL
9 - compatible : "intel,x86-broadwell-pinctrl"
11 Pin state nodes must be sub-nodes of the pinctrl master node. The must have
13 - mode-gpio - forces the pin into GPIO mode
14 - output-value - sets the default output value of the GPIO, 0 (low, default)
16 - direction - sets the direction of the gpio, either PIN_INPUT (default)
18 - invert - the input pin is inverted
19 - trigger - sets the trigger type, either TRIGGER_EDGE (default) or
21 - sense-disable - the input state sense is disabled
22 - owner 0 sets the owner of the pin, either OWNER_ACPI (default) or
[all …]
/openbmc/linux/drivers/misc/cxl/
H A Dnative.c1 // SPDX-License-Identifier: GPL-2.0-or-later
17 #include <misc/cxl-base.h>
29 spin_lock(&afu->afu_cntl_lock); in afu_control()
40 dev_warn(&afu->dev, "WARNING: AFU control timed out!\n"); in afu_control()
41 rc = -EBUSY; in afu_control()
45 if (!cxl_ops->link_ok(afu->adapter, afu)) { in afu_control()
46 afu->enabled = enabled; in afu_control()
47 rc = -EIO; in afu_control()
67 afu->enabled = enabled; in afu_control()
70 spin_unlock(&afu->afu_cntl_lock); in afu_control()
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.7.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-2.7-bitbake-changes:
12 ---------------
16 - BitBake now checks anonymous Python functions and pure Python
20 - BitBake now checks
24 .. _migration-2.7-eclipse-support-dropped:
27 -----------------------
33 .. _migration-2.7-qemu-native-splits-system-and-user-mode-parts:
35 ``qemu-native`` Splits the System and User-Mode Parts
36 -----------------------------------------------------
[all …]
/openbmc/qemu/tcg/tci/
H A DREADME1 TCG Interpreter (TCI) - Copyright (c) 2011 Stefan Weil.
12 QEMU can create native code for some hosts (arm, i386, ia64, ppc, ppc64,
24 tcg-target.c.inc, tcg-target.h. Both files are in directory tcg/tci.
30 to six arguments packed into a 32-bit integer. See comments in tci.c
35 For hosts without native TCG, the interpreter TCI must be enabled by
37 configure --enable-tcg-interpreter
39 If configure is called without --enable-tcg-interpreter, it will
41 additional code in configure which must be fixed when new native TCG
44 For hosts with native TCG, the interpreter TCI can be enabled by
46 configure --enable-tcg-interpreter
[all …]
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplay-timing.txt1 display-timing bindings
4 display-timings node
5 --------------------
8 - none
11 - native-mode: The native mode for the display, in case multiple modes are
12 provided. When omitted, assume the first node is the native.
15 --------------
18 - hactive, vactive: display resolution
19 - hfront-porch, hback-porch, hsync-len: horizontal display timing parameters
21 vfront-porch, vback-porch, vsync-len: vertical display timing parameters in
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/
H A Dbubblewrap_0.10.0.bb3 LICENSE = "LGPL-2.0-or-later"
11 inherit autotools bash-completion github-releases manpages pkgconfig
16 PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native
17 PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
18 PACKAGECONFIG[setuid] = "--with-priv-mode=setuid,--with-priv-mode=none"
20 PACKAGES += "${PN}-zsh-completion"
22 FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
24 BBCLASSEXTEND = "native"
/openbmc/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt5 ----------
13 - big-endian: Boolean; force big endian register accesses
15 know the peripheral always needs to be accessed in big endian (BE) mode.
16 - little-endian: Boolean; force little endian register accesses
18 peripheral always needs to be accessed in little endian (LE) mode.
19 - native-endian: Boolean; always use register accesses matched to the
20 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel,
21 BE vmlinux -> ioread32be/iowrite32be). In this case no byte swaps
22 will ever be performed. Use this if the hardware "self-adjusts"
27 In such cases, little-endian is the preferred default, but it is not
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/
H A Djq_1.7.1.bb1 SUMMARY = "Lightweight and flexible command-line JSON processor"
12 SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
13 file://run-ptest \
17 inherit autotools github-releases ptest
19 UPSTREAM_CHECK_REGEX = "releases/tag/${BPN}-(?P<pver>\d+(\.\d+)+)"
23 PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,ruby-native"
24 PACKAGECONFIG[maintainer-mode] = "--enable-maintainer-mode,--disable-maintainer-mode,flex-native bi…
25 PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig"
27 PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
30 sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status
[all …]
/openbmc/openbmc/meta-security/recipes-security/paxctl/
H A Dpaxctl_0.9.bb2 per-binary basis. PaX is part of common security-enhancing \
4 GrSecurity or Adamantix and Hardened Gen-too, respectively."
6 LICENSE = "GPL-2.0-only"
8 file://paxctl-elf.c;beginline=1;endline=5;md5=99f453ce7f6d1687ee808982e2924813 \
12 file://0001-To-fix-package-error-if-DESTDIR-is-set-to-usr.patch \
24 # The install target in the Makefile will fail for paxctl-native with error:
25 # install -D --owner 0 --group 0 --mode a=rx paxctl .../sbin/paxctl
28 # Drop '--owner 0 --group 0' to fix the issue.
29 do_install:class-native() {
31 install -d ${D}${base_sbindir}
[all …]
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net>
20 4.2 Native relative mode 4 byte packet format
21 4.3 Native absolute mode 4 byte packet format
24 5.2 Native absolute mode 6 byte packet format
25 5.2.1 Parity checking and packet re-synchronization
30 6.2 Native absolute mode 6 byte packet format
35 7.2 Native absolute mode 6 byte packet format
41 8.2 Native relative mode 6 byte packet format
82 in relative mode and not in absolute mode. As the Linux Elantech touchpad
83 driver always puts the hardware into absolute mode not all information
[all …]
/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_samus.dts1 /dts-v1/;
3 #include <dt-bindings/gpio/x86-gpio.h>
27 #address-cells = <1>;
28 #size-cells = <0>;
32 compatible = "intel,core-i3-gen5";
34 intel,apic-id = <0>;
35 intel,slow-ramp = <3>;
40 compatible = "intel,core-i3-gen5";
42 intel,apic-id = <1>;
47 compatible = "intel,core-i3-gen5";
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c55 const struct drm_connector_helper_funcs *helper = connector->helper_private; in nouveau_conn_native_mode()
56 struct nouveau_drm *drm = nouveau_drm(connector->dev); in nouveau_conn_native_mode()
57 struct drm_device *dev = connector->dev; in nouveau_conn_native_mode()
58 struct drm_display_mode *mode, *largest = NULL; in nouveau_conn_native_mode() local
61 list_for_each_entry(mode, &connector->probed_modes, head) { in nouveau_conn_native_mode()
62 if (helper->mode_valid(connector, mode) != MODE_OK || in nouveau_conn_native_mode()
63 (mode->flags & DRM_MODE_FLAG_INTERLACE)) in nouveau_conn_native_mode()
66 /* Use preferred mode if there is one.. */ in nouveau_conn_native_mode()
67 if (mode->type & DRM_MODE_TYPE_PREFERRED) { in nouveau_conn_native_mode()
68 NV_DEBUG(drm, "native mode from preferred\n"); in nouveau_conn_native_mode()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/
H A Dguc_klvs_abi.h1 /* SPDX-License-Identifier: MIT */
14 * +---+-------+--------------------------------------------------------------+
17 * | 0 | 31:16 | **KEY** - KLV key identifier |
18 * | | | - `GuC Self Config KLVs`_ |
20 * | +-------+--------------------------------------------------------------+
21 * | | 15:0 | **LEN** - length of VALUE (in 32bit dwords) |
22 * +---+-------+--------------------------------------------------------------+
23 * | 1 | 31:0 | **VALUE** - actual value of the KLV (format depends on KEY) |
24 * +---+-------+ |
26 * +---+-------+ |
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/
H A Dpkgconfig_git.bb2 DESCRIPTION = "pkg-config is a helper tool used when compiling applications and libraries. It helps…
3 the correct compiler/link options. It is also language-agnostic."
4 HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
5 BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config"
8 LICENSE = "GPL-2.0-or-later"
14 SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;protocol=https \
15 file://pkg-config-esdk.in \
16 file://pkg-config-native.in \
17 file://0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch \
24 # Because of a faulty test, the current auto mode always evaluates to no,
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/
H A Depiphany_47.2.bb3 It provides a simple and easy-to-use internet browsing experience."
6 LICENSE = "GPL-3.0-or-later"
12 gsettings-desktop-schemas \
14 json-glib \
21 glib-2.0-native \
22 coreutils-native \
23 desktop-file-utils-native \
26 inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache
29 SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${…
30 file://0002-help-meson.build-disable-the-use-of-yelp.patch \
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb5 LICENSE = "Apache-2.0"
8 RRECOMMENDS:${PN} += "packagegroup-obmc-ipmid-providers-libs"
11 inherit obmc-phosphor-ipmiprovider-symlink
12 inherit obmc-phosphor-sdbus-service
13 inherit obmc-phosphor-systemd
14 inherit phosphor-ipmi-host
22 'VIRTUAL-RUNTIME_phosphor-ipmi-providers', True) or ''
24 whitelists = [ '{}-whitelist-native'.format(x) for x in whitelists ]
27 PACKAGECONFIG ??= "allowlist i2c-allowlist boot-flag-safe-mode softoff libuserlayer entity-manager-
28 PACKAGECONFIG[dynamic-sensors] = "-Ddynamic-sensors=enabled,-Ddynamic-sensors=disabled"
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tar/
H A Dtar_1.35.bb6 LICENSE = "GPL-3.0-only"
9 SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2"
16 PACKAGECONFIG:append:class-target = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}"
18 PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl"
19 PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
29 acpaths = "-I ./m4"
33 ln -s tar ${D}${bindir}/gtar
36 do_install:append:class-target() {
38 install -d ${D}${base_bindir}
47 file://run-ptest \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-cmake-Add-check-for-atomic-support.patch3 Date: Wed, 18 Mar 2020 15:10:37 -0700
12 …nt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-yoe
13 …nt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-yoe
14 …nt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-yoe
15 …nt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-yoe
16 …nt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-yoe
17 …nt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-yoe
18 …nt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-yoe
20 Upstream-Status: Submitted [https://github.com/facebook/rocksdb/pull/6555]
22 Signed-off-by: Khem Raj <raj.khem@gmail.com>
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-logitech-lg4ff4 Contact: Michal Malý <madcatxster@devoid-pointer.net>
12 Contact: Michal Malý <madcatxster@devoid-pointer.net>
14 mode is listed as follows:
16 Tag: Mode Name
18 Currently active mode is marked with an asterisk. List also
19 contains an abstract item "native" which always denotes the
20 native mode of the wheel. Echoing the mode tag switches the
21 wheel into the corresponding mode. Depending on the exact model
23 If a wheel cannot be switched into the desired mode, -EINVAL
26 This entry is not created for devices that have only one mode.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/
H A Dnodejs_22.12.0.bb3 LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0 & Apache-2.0"
8 DEPENDS = "openssl openssl-native file-replacement-native python3-packaging-native"
9 DEPENDS:append:class-target = " qemu-native"
10 DEPENDS:append:class-native = " c-ares-native"
22 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
23 file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
24 file://0004-v8-don-t-override-ARM-CFLAGS.patch \
25 file://system-c-ares.patch \
26 file://0001-liftoff-Correct-function-signatures.patch \
28 file://0001-deps-disable-io_uring-support-in-libuv.patch \
[all …]
/openbmc/linux/include/drm/display/
H A Ddrm_dsc.h1 /* SPDX-License-Identifier: MIT
48 * struct drm_dsc_rc_range_parameters - DSC Rate Control range parameters
70 * struct drm_dsc_config - Parameters required to configure DSC
87 * Flag to indicate if RGB - YCoCg conversion is needed
104 * @simple_422: True if simple 4_2_2 mode is enabled else False
176 u16 rc_buf_thresh[DSC_NUM_BUF_RANGES - 1];
224 * @vbr_enable: True if VBR mode is enabled, false if disabled
228 * @mux_word_size: Mux word size (in bits) for SSM mode
250 * @native_422: True if Native 4:2:2 supported, else false
254 * @native_420: True if Native 4:2:0 supported else false.
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835aux.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * the driver does not rely on the native chipselects at all
8 * Based on: spi-bcm2835.c
32 "time in us to run a transfer in polling mode - if zero no polling is used\n");
112 snprintf(name, sizeof(name), "spi-bcm2835aux-%s", dname); in bcm2835aux_debugfs_create()
116 bs->debugfs_dir = dir; in bcm2835aux_debugfs_create()
120 &bs->count_transfer_polling); in bcm2835aux_debugfs_create()
122 &bs->count_transfer_irq); in bcm2835aux_debugfs_create()
124 &bs->count_transfer_irq_after_poll); in bcm2835aux_debugfs_create()
129 debugfs_remove_recursive(bs->debugfs_dir); in bcm2835aux_debugfs_remove()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-trap.c1 // SPDX-License-Identifier: GPL-2.0-only
21 * to zero which determines a BE endianness that is the native
27 * endianness "flipped back" to the native endianness (BE).
67 thread_endianness = MSR_LE & ucp->uc_mcontext.gp_regs[PT_MSR]; in trap_signal_handler()
70 * Little-Endian Machine in trap_signal_handler()
94 * not in transacional mode). On te other hand, if after in trap_signal_handler()
95 * the return from the signal handler the endianness in- in trap_signal_handler()
98 * and (4) are executed (tbegin.; trap;) and we get sim- in trap_signal_handler()
99 * ilaly on the trap signal handler, but now in TM mode. in trap_signal_handler()
104 * Finally, getting a trap in TM mode or not is just in trap_signal_handler()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py4 # SPDX-License-Identifier: MIT
20 Product: oe-core
25 include_recipe = 'selftest-ed'
34 bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))
35 bitbake("-c deploy_archives %s %s" % (include_recipe, exclude_recipe))
41 included_present = len(glob.glob(src_path + '/%s-*/*' % include_recipe))
45 excluded_present = len(glob.glob(src_path + '/%s-*/*' % exclude_recipe))
53 Product: oe-core
57 target_recipe = 'selftest-ed'
58 native_recipe = 'selftest-ed-native'
[all …]

12345678910>>...38