Home
last modified time | relevance | path

Searched refs:a (Results 13826 – 13850 of 20303) sorted by relevance

1...<<551552553554555556557558559560>>...813

/openbmc/u-boot/arch/arc/dts/
H A Dskeleton.dtsi3 * add a compatible value. The bootloader will typically populate the memory
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pymysql_1.1.0.bb3 This package contains a pure-Python MySQL client library, based on PEP 249 \
H A Dpython3-arpeggio_2.0.2.bb1 SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packr…
H A Dpython3-trustme_1.2.1.bb1 DESCRIPTION = "A utility provides a fake certificate authority (CA)"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/
H A Dlibconfuse_3.3.bb1 SUMMARY = "libConfuse is a configuration file parser library"
/openbmc/phosphor-inventory-manager/
H A Dmeson.options7 description: 'Enable creating D-Bus associations from a JSON definition',
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h1484 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 Dimx6qdl-tx6.dtsi6 * 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 Dimx6dl-yapp4-phoenix.dts3 // Copyright (C) 2021 Y Soft Corporation, a.s.
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-acer-aspire1.dts179 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 Dsc7280-qcard.dtsi507 * 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 Dmsm8998-hp-envy-x2.dts17 keyboard@3a {
/openbmc/linux/drivers/mtd/nand/raw/
H A Dcafe_nand.c550 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 Dtest-core.c635 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 Dsstatesig.py128 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 D7.AdvancedTopics.rst20 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 Dneon-dp.decode15 # 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 Dmsg.h572 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 D0002-Makefile-for-cross-compile-TestFloat.patch6 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 Dalways_syslog.patch10 --- a/ippool_main.c
/openbmc/docs/
H A Dsubtree.md5 and github for the sake of keeping a complete history, they should not be used,
/openbmc/linux/drivers/gpu/ipu-v3/
H A DKconfig10 Choose this if you have a i.MX5/6 system and want to use the Image
/openbmc/linux/drivers/crypto/cavium/nitrox/
H A DKconfig20 To compile this as a module, choose M here: the module
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-krane-sku176.dts7 * SKU is a 8-bit value (0xb0 == 176):
/openbmc/phosphor-bmc-code-mgmt/
H A DREADME.md3 Phosphor BMC Code Management provides a set of system software management

1...<<551552553554555556557558559560>>...813