Home
last modified time | relevance | path

Searched refs:a (Results 526 – 550 of 21480) sorted by relevance

1...<<21222324252627282930>>...860

/openbmc/linux/include/media/i2c/
H A Dadp1653.h54 #define ADP1653_INDICATOR_INTENSITY_uA_TO_REG(a) \ argument
55 ((a) / ADP1653_INDICATOR_INTENSITY_STEP)
56 #define ADP1653_INDICATOR_INTENSITY_REG_TO_uA(a) \ argument
57 ((a) * ADP1653_INDICATOR_INTENSITY_STEP)
70 #define ADP1653_FLASH_INTENSITY_mA_TO_REG(a) \ argument
71 ((a) < ADP1653_FLASH_INTENSITY_BASE ? 0 : \
72 (((a) - ADP1653_FLASH_INTENSITY_BASE) / ADP1653_FLASH_INTENSITY_STEP))
73 #define ADP1653_FLASH_INTENSITY_REG_TO_mA(a) \ argument
74 ((a) * ADP1653_FLASH_INTENSITY_STEP + ADP1653_FLASH_INTENSITY_BASE)
/openbmc/qemu/tests/tcg/mips/include/
H A Dtest_utils_128.h46 uint64_t a, b; in check_results_128() local
47 memcpy(&a, (b128_result + 2 * ii), 8); in check_results_128()
50 printf(" { 0x%016llxULL, 0x%016llxULL, },\n", a, b); in check_results_128()
53 a, b, ii); in check_results_128()
71 uint64_t a, b; in check_results_128() local
77 memcpy(&a, (b128_expect + 2 * i), 8); in check_results_128()
80 a, b); in check_results_128()
82 memcpy(&a, (b128_result + 2 * i), 8); in check_results_128()
85 a, b); in check_results_128()
/openbmc/openbmc/meta-openembedded/meta-networking/licenses/
H A Dcopyleft-next-0.3.08 a) A non-exclusive, worldwide, perpetual, royalty-free, irrevocable
41 When Distributing a Covered Work, You may not impose further
45 extrinsic to this License (such as a court order or an agreement with a
75 modification of a Covered Work (a "Patch"), and no explicit licensing
82 If I offer to license, for a fee, a Covered Work under terms other than
84 License or a numbered version of copyleft-next released by the
167 "Covered Work" means My Work or a Derived Work.
199 only as a consequence of further modification of My Work.
201 "Mere Aggregation" means an aggregation of a Covered Work with a
212 "Separate Work" means a work that is separate from and independent of a
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dcopyleft-next-0.3.18 a) A non-exclusive, worldwide, perpetual, royalty-free, irrevocable
41 When Distributing a Covered Work, You may not impose further
45 extrinsic to this License (such as a court order or an agreement with a
76 modification of a Covered Work (a "Patch"), and no explicit licensing
83 If I offer to license, for a fee, a Covered Work under terms other than
85 License or a numbered version of copyleft-next released by the
168 "Covered Work" means My Work or a Derived Work.
200 only as a consequence of further modification of My Work.
202 "Mere Aggregation" means an aggregation of a Covered Work with a
213 "Separate Work" means a work that is separate from and independent of a
[all …]
H A Dcopyleft-next-0.3.08 a) A non-exclusive, worldwide, perpetual, royalty-free, irrevocable
41 When Distributing a Covered Work, You may not impose further
45 extrinsic to this License (such as a court order or an agreement with a
75 modification of a Covered Work (a "Patch"), and no explicit licensing
82 If I offer to license, for a fee, a Covered Work under terms other than
84 License or a numbered version of copyleft-next released by the
167 "Covered Work" means My Work or a Derived Work.
199 only as a consequence of further modification of My Work.
201 "Mere Aggregation" means an aggregation of a Covered Work with a
212 "Separate Work" means a work that is separate from and independent of a
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch33 --- a/checksum.c
46 --- a/exclude.c
59 --- a/hlink.c
73 --- a/lib/pool_alloc.c
84 diff --git a/log.c b/log.c
86 --- a/log.c
99 --- a/main.c
112 --- a/syscall.c
128 --- a/zlib/crc32.c
141 --- a/zlib/trees.c
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c178 if (res < a) {
220 if (((res ^ a) & SIGNBIT) && !((a ^ b) & SIGNBIT)) { in HELPER()
308 res = a + b; in HELPER()
392 res = a + b; in HELPER()
394 if (((a & res) in HELPER()
423 if (res > a) { in HELPER()
466 if (((res ^ a) & SIGNBIT) && ((a ^ b) & SIGNBIT)) { in HELPER()
1158 uint32_t low = a + (a >> 32); in HELPER()
1186 x = a; in HELPER()
1193 x = a >> 32; in HELPER()
[all …]
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst7 a new gpio_chip. This supports the following use cases.
16 accessible for a user, or it is not.
19 aggregating them into a new gpio_chip, which can be assigned to a group or user
32 controller by writing a string describing the GPIOs to
42 is a GPIO line name,
45 is a GPIO chip label, and
48 is a comma-separated list of GPIO offsets and/or
51 Example: Instantiate a new GPIO aggregator by aggregating GPIO
53 "e6050000.gpio" into a new gpio_chip:
75 The GPIO Aggregator can also be used as a generic driver for a simple
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dnss-fix-incorrect-shebang-of-perl.patch24 --- a/nss/cmd/signver/examples/1/form.pl
34 --- a/nss/cmd/signver/examples/1/signedForm.pl
44 --- a/nss/cmd/smimetools/smime
52 diff --git a/nss/coreconf/version.pl b/nss/coreconf/version.pl
54 --- a/nss/coreconf/version.pl
62 diff --git a/nss/tests/clean_tbx b/nss/tests/clean_tbx
64 --- a/nss/tests/clean_tbx
74 --- a/nss/tests/iopr/server_scr/client.cgi
82 diff --git a/nss/tests/path_uniq b/nss/tests/path_uniq
83 index f29f60a..850332a 100755
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Ddebug.h49 #define rtw_dbg(rtwdev, a...) __rtw_dbg(rtwdev, ##a) argument
58 #define rtw_info(rtwdev, a...) dev_info(rtwdev->dev, ##a) argument
59 #define rtw_warn(rtwdev, a...) dev_warn(rtwdev->dev, ##a) argument
60 #define rtw_err(rtwdev, a...) dev_err(rtwdev->dev, ##a) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.h25 #define CONN_MSG(c,l,f,a...) do { \ argument
28 _conn->index, _conn->info.location, _conn->info.type, ##a); \
30 #define CONN_ERR(c,f,a...) CONN_MSG((c), error, f, ##a) argument
31 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a) argument
32 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a) argument
/openbmc/linux/Documentation/crypto/
H A Dintro.rst7 The kernel crypto API offers a rich set of cryptographic ciphers as well
9 This document contains a description of the API and provides example
44 hardware which implements a certain transformation with precisely
47 The transformation object (TFM) is an instance of a transformation
49 with a single transformation implementation. Each of those
50 transformation objects is held by a crypto API consumer or another
53 provided with a structure, which contains a transformation object (TFM).
56 to as a "cipher handle". Such a cipher handle is always subject to the
58 a cipher handle:
60 1. Initialization of a cipher handle.
[all …]
/openbmc/linux/Documentation/security/keys/
H A Dcore.rst32 - A description (for matching a key in a search).
130 Like a "user" key, a "logon" key has a payload that is an arbitrary
227 This permits a key or keyring to be linked to. To create a link from a
430 a keyring.
565 * Link a key into a keyring::
617 * Search a keyring tree for a key::
948 signed, a signature blob, a blob to be encrypted and a blob to be
1075 being made in a keyring, a link being removed from a keyring, a keyring
1076 being cleared, a key being revoked, a key being invalidated or a key
1166 * To search for a key in a specific domain, call::
[all …]
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst1 .. _submitting-a-patch:
3 Submitting a Patch
69 There's no point submitting a patch which is based on a released version
158 subject lines. Then there is a blank line and a more detailed
182 a bug in another public bug tracker, you can also use a line with
203 is such a large project the default configuration won't create a
207 work with a full build before submitting a series, especially if your
212 Also, it is a wise idea to include a testsuite addition as part of
236 attachments can be used as a last resort on a first-time submission.
323 Your patches **must** include a Signed-off-by: line. This is a hard
[all …]
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst50 A *cgroup* associates a set of tasks with a set of parameters for one
57 anything that wants to act on a group of processes, e.g. a
60 A *hierarchy* is a set of cgroups arranged in a tree, such that
80 you to associate a set of CPUs and a set of memory nodes with the
177 - Each task in the system has a reference-counted pointer to a
208 kernel. When mounting a cgroup hierarchy, you may specify a
268 When a task is moved from one cgroup to another, it gets a new
277 a single cgroup on its cgrp_link_list field, and a list of
487 you give a subsystem a name.
620 when a subsystem is disabled on a cgroup through
[all …]
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A DREADME7 - Tests are built around a common main compilation unit: such shared main
8 enforces a standard sequence of operations needed to perform a single
11 - The above mentioned ops are configurable on a test-by-test basis: each test
14 - Each signal testcase is compiled into its own executable: a separate
18 test from a clean slate.
20 - New tests can be simply defined in testcases/ dir providing a proper struct
21 tdescr overriding all the defaults we wish to change (as of now providing a
27 - 'mangle_' tests: a real signal (SIGUSR1) is raised and used as a trigger
31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure
32 is placed on the stack and a sigreturn syscall is called to simulate a
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Drenesas,ether.yaml20 - renesas,gether-r8a7740 # device is a part of R8A7740 SoC
21 - renesas,gether-r8a77980 # device is a part of R8A77980 SoC
22 - renesas,ether-r7s72100 # device is a part of R7S72100 SoC
23 - renesas,ether-r7s9210 # device is a part of R7S9210 SoC
26 - renesas,ether-r8a7778 # device is a part of R8A7778 SoC
27 - renesas,ether-r8a7779 # device is a part of R8A7779 SoC
29 - renesas,rcar-gen1-ether # a generic R-Car Gen1 device
32 - renesas,ether-r8a7742 # device is a part of R8A7742 SoC
33 - renesas,ether-r8a7743 # device is a part of R8A7743 SoC
75 specify when a board does not provide a proper Ether LINK signal
[all …]
/openbmc/linux/Documentation/driver-api/gpio/
H A Ddrivers-on-gpio.rst14 i.e. a LED will turn on/off in response to a GPIO line going high or low
22 by a timer.
27 to the lines for a more permanent solution of this type.
30 an external speaker connected to a GPIO line.
37 the system by pulling a GPIO line and will register a restart handler so
41 system down by pulling a GPIO line and will register a pm_power_off()
46 (off/on) that uses a GPIO, and integrated with the clock subsystem.
61 a GPIO line, integrating with the W1 subsystem and handling devices on
65 system, connected to a GPIO line (and optionally a GPIO alarm line),
70 regulator providing a certain voltage by pulling a GPIO line, integrating
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dseq_file.rst21 Creating those files correctly has always been a bit of a challenge,
22 however. It is not that hard to make a virtual file which returns a
27 middle of a line of output. The kernel has traditionally had a number of
82 transiently during a session. If the iterator cannot easily find a
103 first, called start(), starts a session and takes a position as an
133 code. It is provided as a convenience for a start() function to
162 a next() function does not change the value of ``*pos``. Consequently a
207 a little bit.
244 The first two output a single character and a string, just like one would
276 seq_file system, but we have not yet turned them into a file that a user
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/
H A Dfixes.patch4 diff --git a/src/configure.ac b/src/configure.ac
6 --- a/src/configure.ac
37 --- a/src/librcksum/Makefile.am
43 noinst_LIBRARIES = librcksum.a
47 --- a/src/librcksum/md4.h
64 --- a/src/libzsync/Makefile.am
69 noinst_LIBRARIES = libzsync.a
73 --- a/src/libzsync/sha1.h
90 --- a/src/libzsync/zmap.c
102 diff --git a/src/make.c b/src/make.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-makefiles-Append-to-CFLAGS-instead-of-re-assign.patch21 diff --git a/jailtest/Makefile b/jailtest/Makefile
23 --- a/jailtest/Makefile
35 --- a/mconsole/Makefile
45 diff --git a/moo/Makefile b/moo/Makefile
47 --- a/moo/Makefile
60 --- a/port-helper/Makefile
70 diff --git a/tunctl/Makefile b/tunctl/Makefile
72 --- a/tunctl/Makefile
84 --- a/uml_net/Makefile
97 --- a/uml_router/Makefile
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dstacktrace.h130 #define CALL_TYPECHECK_1(t, a, ...) \ argument
131 typecheck(t, a)
132 #define CALL_TYPECHECK_2(t, a, ...) \ argument
134 typecheck(t, a)
135 #define CALL_TYPECHECK_3(t, a, ...) \ argument
137 typecheck(t, a)
138 #define CALL_TYPECHECK_4(t, a, ...) \ argument
140 typecheck(t, a)
141 #define CALL_TYPECHECK_5(t, a, ...) \ argument
143 typecheck(t, a)
[all …]
/openbmc/linux/include/net/tc_act/
H A Dtc_csum.h19 #define to_tcf_csum(a) ((struct tcf_csum *)a) argument
21 static inline bool is_tcf_csum(const struct tc_action *a) in is_tcf_csum() argument
24 if (a->ops && a->ops->id == TCA_ID_CSUM) in is_tcf_csum()
30 static inline u32 tcf_csum_update_flags(const struct tc_action *a) in tcf_csum_update_flags() argument
35 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst10 under a single, shared operating system.
68 This function provides a means for DT users of a hwspinlock module
92 Lock a previously-assigned hwspinlock with a timeout limit (specified in
108 Lock a previously-assigned hwspinlock with a timeout limit (specified in
124 Lock a previously-assigned hwspinlock with a timeout limit (specified in
141 Lock a previously-assigned hwspinlock with a timeout limit (specified in
158 Lock a previously-assigned hwspinlock with a timeout limit (specified in
163 value shall not exceed a few msecs.
276 Unlock a previously-locked hwspinlock.
401 order to register a new hwspinlock device (which is usually a bank of
[all …]
/openbmc/linux/include/trace/events/
H A Dtlb.h24 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
25 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
35 #define EM(a,b) { a, b }, argument
36 #define EMe(a,b) { a, b } argument

1...<<21222324252627282930>>...860