Home
last modified time | relevance | path

Searched +full:separately +full:- +full:defined (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/buildroot/package/poke/
H A D0002-tentatively-change-cppflags-to-omit-I-prefix-on-cros.patch4 Subject: [PATCH] tentatively change --cppflags to omit -I prefix on
5 cross-compilation
7 The autoconf macros defined from jitter --cppflags get automatically changed, of
12 * bin/jitter-config.in.m4sh (main loop) <--cppflags>: Introduce conditional on
20 patch jitter-config.in instead of jitter-config.in.m4sh since
23 for @-substitutions.]
25 Signed-off-by: Romain Naour <romain.naour@gmail.com>
26 ---
27 jitter/bin/jitter-config.in | 10 +++++++---
29 2 files changed, 8 insertions(+), 3 deletions(-)
[all …]
/OK3568_Linux_fs/kernel/tools/arch/powerpc/include/asm/
H A Dbarrier.h1 /* SPDX-License-Identifier: GPL-2.0 */
15 * providing an ordering (separately) for (a) cacheable stores and (b)
16 * loads and stores to non-cacheable memory (e.g. I/O devices).
30 #if defined(__powerpc64__)
45 #endif /* defined(__powerpc64__) */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dvacpp.hpp1 // (C) Copyright John Maddock 2001 - 2003.
2 // (C) Copyright Toon Knapen 2001 - 2003.
3 // (C) Copyright Lie-Quan Lee 2001.
4 // (C) Copyright Markus Schoepflin 2002 - 2003.
5 // (C) Copyright Beman Dawes 2002 - 2003.
28 #if (__IBMCPP__ <= 600) || !defined(BOOST_STRICT_CONFIG)
33 // XL C++ V11.1 and earlier versions may not always value-initialize
34 // a temporary object T(), when T is a non-POD aggregate class type.
36 // high priority. -- Niels Dekker (LKEB), May 2010.
53 #error "Compiler not supported or configured - please reconfigure"
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h88 * This initializes the specified key and optionally requests pre-allocated
109 return key->initialized; in dixPrivateKeyRegistered()
115 * For keys with pre-defined storage, this gets the base of that storage
121 assert(key->initialized); in dixGetPrivateAddr()
122 return (char *) (*privates) + key->offset; in dixGetPrivateAddr()
130 * no pre-defined storage
135 assert(key->size == 0); in dixGetPrivate()
146 assert(key->size == 0); in dixSetPrivate()
156 * For privates with defined storage, return the address of the
157 * storage. For privates without defined storage, return the pointer
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm_types_task.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 * (These are defined separately to decouple sched.h from mm_types.h as much as possible.)
32 #define VMACACHE_MASK (VMACACHE_SIZE - 1)
51 #if USE_SPLIT_PTE_PTLOCKS && defined(CONFIG_MMU)
53 /* per-thread cached information, */
H A Dvga_switcheroo.h2 * vga_switcheroo.h - Support for laptop with dual GPU using one set of outputs
39 * enum vga_switcheroo_handler_flags_t - handler flags bitmask
41 * DDC lines separately. This signals to clients that they should call
44 * the AUX channel separately. This signals to clients that the active
47 * skip the AUX handshake and set up its output with these pre-calibrated
59 * enum vga_switcheroo_state - client power state
76 * enum vga_switcheroo_client_id - client identifier
94 * struct vga_switcheroo_handler - handler callbacks
102 * Mandatory. For muxless machines this should be a no-op. Returning 0
126 * struct vga_switcheroo_client_ops - client callbacks
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dhandles_container.hpp2 Copyright (c) 2001-2011 Hartmut Kaiser
7 #if !defined(BOOST_SPIRIT_HANDLES_CONTAINER_DEC_18_2010_0920AM)
10 #if defined(_MSC_VER)
24 // (or whether container attributes need to be split up separately).
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.JFFS22 -----------------------
4 JFFS2 in U-Boot is a read only implementation of the file system in
8 fsload - load binary file from a file system image
9 fsinfo - print information about file systems
10 ls - list files in a directory
11 chpart - change active partition
13 If you do now need the commands, you can enable the filesystem separately
30 defined the first flash bank to use
34 ---
H A DREADME.TPL5 --------
7 TPL---Third Program Loader.
20 ------------
25 The object files are built separately for SPL/TPL and placed in the
27 u-boot-{spl|tpl}, u-boot-{spl|tpl}.bin and u-boot-{spl|tpl}.map.
30 make environment and also appended to CPPFLAGS with -DCONFIG_TPL_BUILD.
40 LIBS-$(CONFIG_SPL_LIBCOMMON_SUPPORT) += common/libcommon.o
42 CONFIG_SPL_LIBCOMMON_SUPPORT is defined in board config file:
H A DREADME.SPL5 --------
14 ------------
16 The object files for SPL are built separately and placed in the "spl" directory.
17 The final binaries which are generated are u-boot-spl, u-boot-spl.bin and
18 u-boot-spl.map.
26 obj-y += board_spl.o
28 obj-y += board.o
31 obj-$(CONFIG_SPL_BUILD) += foo.o
42 defined with CONFIG_SPL_LDSCRIPT.
44 To support generic U-Boot libraries and drivers in the SPL binary one can
[all …]
H A DREADME.xtensa1 U-Boot for the Xtensa Architecture
5 -------------------------------------
8 Diamond Cores are pre-configured instances available for license and
12 and custom instructions, registers and co-processors. The custom core
18 Xtensa CPUs in U-Boot. Therefore, there is only a single 'xtensa' CPU
19 in the cpu tree of U-Boot.
21 In the same manner as the Linux port to Xtensa, U-Boot adapts to an
24 abstraction layer (HAL). For the purpose of U-Boot, the HAL consists only
30 --------------------------------------------------------
33 a variant-specific directory located in the arch/xtensa/include/asm
[all …]
/OK3568_Linux_fs/kernel/include/sound/
H A Djack.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
17 * enum snd_jack_types - Jack types which can be reported
43 SND_JACK_MECHANICAL = 0x0008, /* If detected separately */
107 #if !defined(CONFIG_SND_JACK) || !defined(CONFIG_SND_JACK_INPUT_DEV)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsuspend_64.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2001-2003 Pavel Machek <pavel@suse.cz>
18 * and make sure that __save/__restore_processor_state(), defined in
36 * so we save them separately. We save the kernelmode GSBASE to
58 set_debugreg((thread)->debugreg##register, register)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/poke/poke/
H A D0002-jitter-jitter-config.in-avoit-host-poisoning-while-c.patch4 Subject: [PATCH] jitter: jitter-config.in: avoit host poisoning while
5 cross-compiling
7 When jitter is bundled into another project (poke), jitter-config --cppflags
8 return an unsafe path "-I /usr/include".
11 after installation. But jitter-config is not installed by poke since it's
14 For now, patch jitter-config.in instead of jitter-config.in.m4sh since
17 for @-substitutions.
19 [1] https://git.buildroot.net/buildroot/tree/package/pkg-generic.mk?h=2021.02.1#n291
21 Signed-off-by: Romain Naour <romain.naour@gmail.com>
22 ---
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dbarrier.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 #include <asm/asm-const.h>
11 #include <asm/ppc-opcode.h>
19 * providing an ordering (separately) for (a) cacheable stores and (b)
20 * loads and stores to non-cacheable memory (e.g. I/O devices).
36 * heavy-weight sync, so smp_wmb() can be a lighter-weight eieio.
42 /* The sub-arch has lwsync */
43 #if defined(__powerpc64__) || defined(CONFIG_PPC_E500MC)
103 #elif defined(CONFIG_PPC_FSL_BOOK3E)
131 #include <asm-generic/barrier.h>
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Darm-ccn.rst5 CCN-504 is a ring-bus interconnect consisting of 11 crosspoints
11 -----------------
29 Crosspoint watchpoint-based events (special "event" value 0xfe)
34 Masks are defined separately from the event description
45 request the events on this processor (if not, the perf_event->cpu value
57 / # perf stat -a -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \
61 not work. Per-task (without "-a") perf sessions are not supported.
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md7 our community a harassment-free experience for everyone, regardless of age, body
9 level of experience, education, socio-economic status, nationality, personal
50 representing a project or community include using an official project e-mail
53 further defined and clarified by project maintainers.
62 Further details of specific enforcement policies may be posted separately.
71 available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
73 [homepage]: https://www.contributor-covenant.org
76 https://www.contributor-covenant.org/faq
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A DKconfig4 bool "Enable multiple CPUs to enter into U-Boot"
10 CPUECTLR_EL1.SMPEN bit before U-Boot.
25 bool "Support spin-table enable method"
28 Say Y here to support "spin-table" enable method for booting Linux.
31 - Specify enable-method = "spin-table" in each CPU node in the
33 - Bring secondary CPUs into U-Boot proper in a board specific
38 U-Boot automatically does:
39 - Set "cpu-release-addr" property of each CPU node
41 - Reserve the code for the spin-table and the release address
54 - Address of secure firmware.
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dfsl-sai.txt10 - compatible : Compatible list, contains "fsl,vf610-sai",
11 "fsl,imx6sx-sai", "fsl,imx6ul-sai",
12 "fsl,imx7ulp-sai", "fsl,imx8mq-sai" or
13 "fsl,imx8qm-sai".
15 - reg : Offset and length of the register set for the device.
17 - clocks : Must contain an entry for each entry in clock-names.
19 - clock-names : Must include the "bus" for register access and
22 - dmas : Generic dma devicetree binding as described in
25 - dma-names : Two dmas have to be defined, "tx" and "rx".
27 - pinctrl-names : Must contain a "default" entry.
[all …]
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct.rst11 our community a harassment-free experience for everyone, regardless of age, body
13 expression, level of experience, education, socio-economic status, nationality,
59 representing a project or community include using an official project e-mail
62 further defined and clarified by project maintainers.
74 separately.
80 available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dstatistics.rst1 .. SPDX-License-Identifier: GPL-2.0
14 - standard interface statistics based on
16 - protocol-specific statistics; and
17 - driver-defined statistics available via ethtool.
20 -----------------------------
25 $ ip -s -s link show dev ens4u1u1
38 Note that `-s` has been specified twice to see all members of
40 If `-s` is specified once the detailed errors won't be shown.
42 `ip` supports JSON formatting via the `-j` option.
44 Protocol-specific statistics
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_cpeid.py8 br2_external = [infra.filepath("tests/core/cpeid-br2-external")]
11 cmd = ["make", "--no-print-directory", "-C", self.b.builddir,
14 return dict([str(x, "utf-8").split("=") for x in lines])
17 cmd = ["make", "--no-print-directory", "-C", self.b.builddir,
18 "%s-show-info" % pkg]
23 # any CPE_ID variable defined.
29 pkg_json = self.get_json("cpe-id-pkg1")
30 self.assertNotIn("cpe-id", pkg_json['cpe-id-pkg1'])
35 pkg_json = self.get_json("host-cpe-id-pkg1")
36 self.assertNotIn("cpe-id", pkg_json['host-cpe-id-pkg1'])
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dcallbacks.rst7 Usbcore will call into a driver through callbacks defined in the driver
11 completion callback can be found in :ref:`usb-urb`.
13 The callbacks defined in the driver structure are:
17 - @probe:
21 - @disconnect:
28 - @ioctl:
36 - @suspend:
39 - @resume:
42 - @reset_resume:
48 - @pre_reset:
[all …]
/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 Dc-tree.h2 Copyright (C) 1987-2020 Free Software Foundation, Inc.
23 #include "c-family/c-common.h"
26 /* struct lang_identifier is private to c-decl.c, but langhooks.c needs to
27 know how big it is. This is sanity-checked in c-decl.c. */
31 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
57 /* Record whether a type is defined inside a struct or union type.
58 This is used for -Wc++-compat. */
64 /* For a FUNCTION_DECL, nonzero if it was defined without an explicit
74 /* For FUNCTION_DECLs, evaluates true if the decl is built-in but has
79 /* For FUNCTION_DECLs, evaluates true if the decl is built-in, has a
[all …]
/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 Dc-tree.h2 Copyright (C) 1987-2020 Free Software Foundation, Inc.
23 #include "c-family/c-common.h"
26 /* struct lang_identifier is private to c-decl.c, but langhooks.c needs to
27 know how big it is. This is sanity-checked in c-decl.c. */
31 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
57 /* Record whether a type is defined inside a struct or union type.
58 This is used for -Wc++-compat. */
64 /* For a FUNCTION_DECL, nonzero if it was defined without an explicit
74 /* For FUNCTION_DECLs, evaluates true if the decl is built-in but has
79 /* For FUNCTION_DECLs, evaluates true if the decl is built-in, has a
[all …]

12345678910>>...23