/openbmc/u-boot/arch/arc/dts/ |
H A D | skeleton.dtsi | 3 * add a compatible value. The bootloader will typically populate the memory
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pymysql_1.1.0.bb | 3 This package contains a pure-Python MySQL client library, based on PEP 249 \
|
H A D | python3-arpeggio_2.0.2.bb | 1 SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packr…
|
H A D | python3-trustme_1.2.1.bb | 1 DESCRIPTION = "A utility provides a fake certificate authority (CA)"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/ |
H A D | libconfuse_3.3.bb | 1 SUMMARY = "libConfuse is a configuration file parser library"
|
/openbmc/phosphor-inventory-manager/ |
H A D | meson.options | 7 description: 'Enable creating D-Bus associations from a JSON definition',
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 1484 atomic_fetch_add_unless(atomic_t *v, int a, int u) in atomic_fetch_add_unless() argument 1488 return raw_atomic_fetch_add_unless(v, a, u); in atomic_fetch_add_unless() 1504 atomic_add_unless(atomic_t *v, int a, int u) in atomic_add_unless() argument 1508 return raw_atomic_add_unless(v, a, u); in atomic_add_unless() 3048 atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u) in atomic64_fetch_add_unless() argument 3052 return raw_atomic64_fetch_add_unless(v, a, u); in atomic64_fetch_add_unless() 3068 atomic64_add_unless(atomic64_t *v, s64 a, s64 u) in atomic64_add_unless() argument 3072 return raw_atomic64_add_unless(v, a, u); in atomic64_add_unless() 4612 atomic_long_fetch_add_unless(atomic_long_t *v, long a, long u) in atomic_long_fetch_add_unless() argument 4616 return raw_atomic_long_fetch_add_unless(v, a, u); in atomic_long_fetch_add_unless() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-tx6.dtsi | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 21 * obtaining a copy of this software and associated documentation 53 lcdif-23bit-pins-a = &pinctrl_disp0_1; 54 lcdif-24bit-pins-a = &pinctrl_disp0_2; 323 sgtl5000: sgtl5000@a {
|
H A D | imx6dl-yapp4-phoenix.dts | 3 // Copyright (C) 2021 Y Soft Corporation, a.s.
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-acer-aspire1.dts | 179 keyboard@3a { 197 alc5682: codec@1a { 216 * NOTE: The board has a path from this codec to the 474 qcom,pmic-id = "a"; 727 * Configure a pull-down on CTS to match the pull of 759 * Configure a pull-up on RX. This is needed to avoid
|
H A D | sc7280-qcard.dtsi | 507 * Configure a bias-bus-hold on CTS to lower power 509 * maintain a low power state regardless of whether 533 * Configure a pull-up on RX. This is needed to avoid 604 * Configure a bias-bus-hold on CTS to lower power 606 * maintain a low power state regardless of whether 631 * Configure a pull-up on RX. This is needed to avoid
|
H A D | msm8998-hp-envy-x2.dts | 17 keyboard@3a {
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | cafe_nand.c | 550 static unsigned short gf64_mul(u8 a, u8 b) in gf64_mul() argument 557 if (a & 1) in gf64_mul() 559 a >>= 1; in gf64_mul() 569 static u16 gf4096_mul(u16 a, u16 b) in gf4096_mul() argument 573 ah = a >> 6; in gf4096_mul() 574 al = a & 0x3f; in gf4096_mul()
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-core.c | 635 struct table_test_args *a = (struct table_test_args *)args; in table_test_fn() local 641 if ((h->mask.bits & a->parent_mask) != a->parent_mask) in table_test_fn() 644 if ((h->value.bits ^ a->parent_value) & a->parent_mask) in table_test_fn() 649 struct table_test_args args2 = *a; in table_test_fn()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 128 for a in self.abisaferecipes: 129 if a in virtpnmap: 130 newabisafe.append(virtpnmap[a]) 132 newabisafe.append(a) 135 for a in self.saferecipedeps: 136 a1, a2 = a.split("->")
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | 7.AdvancedTopics.rst | 20 ebbe iniziò nel 2002 quando Linux iniziò a provare il programma proprietario 24 Oggigiorno, ci sono diverse alternative libere a BitKeeper. Per il meglio o il 32 di git ai suoi lettori; ci sarebbe materiale a sufficienza per un lungo 62 eseguire git-daemon è relativamente semplice . Altrimenti, iniziano a 68 In git è normale avere a che fare con tanti rami. Ogni linea di sviluppo 90 Ma, oltre a questo, gli sviluppatori non possono collaborare se non condividono
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon-dp.decode | 15 # You should have received a copy of the GNU Lesser General Public 27 # is a simple transformation of the A32 encoding. 377 # not in a way we can conveniently represent in decodetree without 378 # a lot of repetition: 382 # So we have a single decode line and check the cmode/op in the 390 # or they are a size field for the three-reg-different-lengths and
|
/openbmc/linux/net/tipc/ |
H A D | msg.h | 572 static inline void msg_set_prevnode(struct tipc_msg *m, u32 a) in msg_set_prevnode() argument 574 msg_set_word(m, 3, a); in msg_set_prevnode() 631 static inline void msg_set_orignode(struct tipc_msg *m, u32 a) in msg_set_orignode() argument 633 msg_set_word(m, 6, a); in msg_set_orignode() 641 static inline void msg_set_destnode(struct tipc_msg *m, u32 a) in msg_set_destnode() argument 643 msg_set_word(m, 7, a); in msg_set_destnode()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/ |
H A D | 0002-Makefile-for-cross-compile-TestFloat.patch | 6 This commit adds a Makefile for cross compile on TestFloat 20 diff --git a/TestFloat-3e/build/Linux-Cross-Compile/Makefile b/TestFloat-3e/build/Linux-Cross-Compi… 29 +# This Makefile template is part of TestFloat, Release 3b, a package of 91 +LIB = .a 379 diff --git a/TestFloat-3e/build/Linux-Cross-Compile/platform.h b/TestFloat-3e/build/Linux-Cross-Com… 388 +This C header template is part of TestFloat, Release 3e, a package of programs
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | always_syslog.patch | 10 --- a/ippool_main.c
|
/openbmc/docs/ |
H A D | subtree.md | 5 and github for the sake of keeping a complete history, they should not be used,
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | Kconfig | 10 Choose this if you have a i.MX5/6 system and want to use the Image
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | Kconfig | 20 To compile this as a module, choose M here: the module
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8183-kukui-krane-sku176.dts | 7 * SKU is a 8-bit value (0xb0 == 176):
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | README.md | 3 Phosphor BMC Code Management provides a set of system software management
|