Home
last modified time | relevance | path

Searched full:variants (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/openbmc/qemu/scripts/qapi/
H A Dtypes.py39 # variants must be emitted before their container; track what has already
163 variants: Optional[QAPISchemaVariants]) -> str:
169 for var in variants.variants if variants else ():
198 if variants:
199 ret += gen_variants(variants)
205 if (not base or base.is_empty()) and not members and not variants:
231 def gen_variants(variants: QAPISchemaVariants) -> str:
235 c_name=c_name(variants.tag_member.name))
237 for var in variants.variants:
H A Dschema.py672 for v in self.alternatives.variants:
703 for v in self.alternatives.variants:
723 variants: List[QAPISchemaVariant],
727 self.variants = variants
730 for v in self.variants:
737 for v in self.variants:
744 variants: List[QAPISchemaVariant],
746 super().__init__(info, variants)
789 cases = {v.name for v in self.variants}
795 self.variants.append(v)
[all …]
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A DKconfig37 bool "Raspberry Pi (all BCM2835 variants)"
39 Support for all ARM1176-/BCM2835-based Raspberry Pi variants, such as
50 Support for all ARM1176-/BCM2835-based Raspberry Pi variants, such as
66 Support for all BCM2836-based Raspberry Pi variants, such as
69 This option also supports BCM2837-based variants such as the RPi 3
89 Support for all BCM2837-based Raspberry Pi variants, such as
105 Support for all BCM2837-based Raspberry Pi variants, such as
/openbmc/linux/scripts/atomic/
H A Datomics.tbl3 # Where meta contains a string of variants to generate.
4 # Upper-case implies _{acquire,release,relaxed} variants.
9 # * R - return: returns base type (has _return variants)
10 # * F/f - fetch: returns base type (has fetch_ variants)
/openbmc/linux/Documentation/scheduler/
H A Dcompletion.rst39 - the waiting part through a call to one of the variants of wait_for_completion(),
79 variants of wait_for_completion(), as it must be assured that memory de-allocation
125 To emphasise this again: in particular when using some of the waiting API variants
127 _killable() and _interruptible()) variants, the wait might complete
174 uninterruptible. wait_for_completion() and its variants are only safe
180 As all variants of wait_for_completion() can (obviously) block for a long
185 wait_for_completion*() variants available:
188 The below variants all return status and this status should be checked in
228 Further variants include _killable which uses TASK_KILLABLE as the
235 The _io variants wait_for_completion_io() behave the same as the non-_io
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dutils.bbclass295 """Return a string of all bb class extend variants for the given extend"""
296 variants = []
301 variants.append(eext[1])
302 return " ".join(variants)
305 variants = (d.getVar("MULTILIB_VARIANTS") or "").split()
306 if not variants:
309 for v in variants:
319 variants = (d.getVar("MULTILIB_VARIANTS") or "").split() + ['']
320 for item in variants:
353 variants = (d.getVar("MULTILIB_VARIANTS") or "").split() + ['']
[all …]
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h210 * struct spinand_op_variants - SPI NAND operation variants
211 * @ops: the list of variants for a given operation
212 * @nops: the number of variants
214 * Some operations like read-from-cache/write-to-cache have several variants
216 * cycles. This structure is a way to describe the different variants supported
257 * @op_variants: operations variants
258 * @op_variants.read_cache: variants of the read-cache operation
259 * @op_variants.write_cache: variants of the write-cache operation
260 * @op_variants.update_cache: variants of the update-cache operation
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py235 def write_extra_pkgs(variants, pn, packages, pkgdatadir): argument
236 for variant in variants:
241 def write_extra_runtime_pkgs(variants, packages, pkgdatadir): argument
242 for variant in variants:
261 variants = (d.getVar('MULTILIB_VARIANTS') or "").split()
264 write_extra_pkgs(variants, pn, packages, pkgdatadir)
266 if bb.data.inherits_class('allarch', d) and not variants \
352 write_extra_runtime_pkgs(variants, packages, pkgdatadir)
354 if bb.data.inherits_class('allarch', d) and not variants \
/openbmc/linux/include/linux/mtd/
H A Dspinand.h218 * There are 3 possible variants:
275 * struct spinand_op_variants - SPI NAND operation variants
276 * @ops: the list of variants for a given operation
277 * @nops: the number of variants
279 * Some operations like read-from-cache/write-to-cache have several variants
281 * cycles. This structure is a way to describe the different variants supported
332 * @op_variants: operations variants
333 * @op_variants.read_cache: variants of the read-cache operation
334 * @op_variants.write_cache: variants of the write-cache operation
335 * @op_variants.update_cache: variants of the update-cache operation
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_sec_common.h14 * Invoke secure ROM API on high-security (HS) device variants. It formats
21 * Invoke a secure ROM API on high-secure (HS) device variants that can be used
44 * Invoke a secure HAL API on high-secure (HS) device variants that reserves a
/openbmc/linux/arch/arm/mach-bcm/
H A DKconfig36 which includes the following variants:
46 which includes the following variants:
111 variants.
119 BCM21663 and BCM21664 variants.
/openbmc/linux/include/linux/
H A Datomic.h11 * Relaxed variants of xchg, cmpxchg and some atomic operations.
13 * We support four variants:
35 * The idea here is to build acquire/release variants by adding explicit
H A Dseqlock.h129 * Lockdep is never used in any for the raw write variants.
313 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
338 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
352 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
364 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
385 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
410 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
434 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
454 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
475 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants
[all …]
/openbmc/linux/arch/arm/mach-pxa/
H A DKconfig124 Select code specific to PXA21x/25x/26x variants
130 Select code specific to PXA27x variants
136 Select code specific to PXA3xx variants
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-environment.bb23 # Need to ensure we have the virtual mappings and site files for all multtilib variants
39 variants = d.getVar("MULTILIB_VARIANTS") or ""
40 for item in variants.split():
/openbmc/qemu/docs/system/devices/
H A Dvirtio-gpu.rst16 QEMU virtio-gpu variants
19 QEMU virtio-gpu device variants come in the following form:
31 **Interfaces:** QEMU further categorizes virtio-gpu device variants based
33 into VGA and non-VGA variants. The VGA ones are prefixed with virtio-vga
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py90 def _print_variants(variants): argument
91 if variants:
92 print(' tag %s' % variants.tag_member.name)
93 for v in variants.variants:
H A Dunion-base-union.json1 # For now, we require the base to be a struct without variants
4 # member names added by local variants.
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_str.c18 * Test case to check that all bpf_attach_type variants are covered by
63 * Test case to check that all bpf_link_type variants are covered by
108 * Test case to check that all bpf_map_type variants are covered by
158 * Test case to check that all bpf_prog_type variants are covered by
/openbmc/linux/Documentation/fb/
H A Ds3fb.rst10 S3 Trio64 (and variants V+, UV+, V2/DX, V2/GX)
11 S3 Virge (and variants VX, DX, GX and GX2+)
26 * 4 bpp pseudocolor modes (with 18bit palette, two variants)
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME81 The -6q variants support either the i.MX6Quad or i.MX6Dual processors
84 The -6dl variants also use a 64-bit memory bus, operated at 800MHz.
86 The -6s variants use a 32-bit memory bus at 800MHz.
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dopencores,or1k-pic.txt5 - compatible : should be "opencores,or1k-pic-level" for variants with
6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with
/openbmc/u-boot/drivers/w1/
H A DKconfig30 There are currently two silicon variants:
35 The driver supports both silicon variants.
/openbmc/qemu/docs/system/arm/
H A Dmusca.rst8 QEMU provides models of the A and B1 variants of this board.
29 for the A and B1 variants differ significantly, so guest
/openbmc/linux/include/crypto/
H A Dchacha.h9 * The ChaCha paper specifies 20, 12, and 8-round variants. In general, it is
11 * variants can be needed in some performance-sensitive scenarios. The generic
12 * ChaCha code currently allows only the 20 and 12-round variants.

12345678910>>...38