Home
last modified time | relevance | path

Searched refs:a (Results 11551 – 11575 of 22321) sorted by relevance

1...<<461462463464465466467468469470>>...893

/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Darm,pl18x.yaml23 # We need a select here so we don't match all nodes with 'arm,primecell'
90 be discovered. On ST Micro variants, a second register window may be
91 defined if a delay block is present and used for tuning.
95 to the event at the end of a command. The second interrupt is the
97 emptied as part of a bulk read from the card. Some variants have these
148 driver to sample the receive data (for example with a voltage switch
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst38 Show information about loaded BTF objects. If a BTF ID is
49 Dump BTF entries from a given *BTF_SRC*.
81 Pass a base BTF object. Base BTF objects are typically used
89 module BTF to dump) is passed as a *FILE*, bpftool attempts
133 int a;
157 'a' type_id=3 bits_offset=0
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/
H A Drpm_4.19.1.1.bb2 DESCRIPTION = "The RPM Package Manager (RPM) is a powerful command line driven \
6 the package like its version, a description, etc."
17 DESCRIPTION:python3-rpm = "The python3-rpm package contains a module that permits applications \
34 file://0001-Add-a-color-setting-for-mips64_n32-binaries.patch \
188 # Do not specify a sysroot when compiling on a target.
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot168 [Documentation] Return the TotalCores of a CPU.
173 # processor The Redfish URI of a CPU (e.g.
200 [Documentation] Get and return a tuple of lists of URIs for CPU,
219 [Documentation] Verify a minimum number of FRUs.
226 # A valid FRU will have a "State" key of "Enabled" and a "Health" key
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Diqs269a.yaml49 1: Low power (all sensing at a reduced reporting rate)
55 description: Divides the device's core clock by a factor of 4.
211 Represents a single sensing channel. A channel is active if defined and
228 description: Specifies that the channel is a blocking channel.
358 Specifies the associated channels for which the channel serves as a
375 Represents a proximity event reported by the channel in response to
376 a decrease in counts. Node names suffixed with '-alt' instead corre-
380 that only events corresponding to a decrease in counts are reported
407 description: Represents a touch event reported by the channel.
431 description: Represents a deep-touch event reported by the channel.
/openbmc/linux/drivers/media/i2c/
H A Dccs-pll.c20 static inline u32 clk_div_even(u32 a) in clk_div_even() argument
22 return max_t(u32, 1, a & ~1); in clk_div_even()
26 static inline u32 clk_div_even_up(u32 a) in clk_div_even_up() argument
28 if (a == 1) in clk_div_even_up()
30 return (a + 1) & ~1; in clk_div_even_up()
33 static inline u32 is_one_or_even(u32 a) in is_one_or_even() argument
35 if (a == 1) in is_one_or_even()
37 if (a & 1) in is_one_or_even()
43 static inline u32 one_or_more(u32 a) in one_or_more() argument
45 return a ?: 1; in one_or_more()
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h232 #define DOTSYM(a) a
236 #define XGLUE(a,b) a##b
237 #define GLUE(a,b) XGLUE(a,b)
254 #define DOTSYM(a) GLUE(.,a)
266 #define DOTSYM(a) a
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc_asm.h232 #define DOTSYM(a) a
236 #define XGLUE(a,b) a##b
237 #define GLUE(a,b) XGLUE(a,b)
254 #define DOTSYM(a) GLUE(.,a)
266 #define DOTSYM(a) a
/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c77 static inline int rtc_from_bcd(MC146818RtcState *s, int a);
553 static inline int rtc_to_bcd(MC146818RtcState *s, int a) in rtc_to_bcd() argument
556 return a; in rtc_to_bcd()
558 return ((a / 10) << 4) | (a % 10); in rtc_to_bcd()
562 static inline int rtc_from_bcd(MC146818RtcState *s, int a) in rtc_from_bcd() argument
564 if ((a & 0xc0) == 0xc0) { in rtc_from_bcd()
568 return a; in rtc_from_bcd()
570 return ((a >> 4) * 10) + (a & 0x0f); in rtc_from_bcd()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c1957 struct preempt_client a, b; in live_nopreempt() local
1981 a.ctx, engine, in live_nopreempt()
2016 igt_spinner_end(&a.spin); in live_nopreempt()
2040 preempt_client_fini(&a); in live_nopreempt()
2045 igt_spinner_end(&a.spin); in live_nopreempt()
2336 arg->a.ctx, engine, in __cancel_fail()
2480 a.ctx, engine, in live_suppress_self_preempt()
2518 swap(a, b); in live_suppress_self_preempt()
2521 igt_spinner_end(&a.spin); in live_suppress_self_preempt()
2542 preempt_client_fini(&a); in live_suppress_self_preempt()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2782 a[0] = a[1] = a[2] = a[3] = a[4] = a[5] = a[6] = a[7] = a[8] = 1; in init_cong_ctrl()
2783 a[9] = 2; in init_cong_ctrl()
2784 a[10] = 3; in init_cong_ctrl()
2785 a[11] = 4; in init_cong_ctrl()
2786 a[12] = 5; in init_cong_ctrl()
2787 a[13] = 6; in init_cong_ctrl()
2788 a[14] = 7; in init_cong_ctrl()
2789 a[15] = 8; in init_cong_ctrl()
2790 a[16] = 9; in init_cong_ctrl()
2791 a[17] = 10; in init_cong_ctrl()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt16 # This is the example Tripwire Policy file. It is intended as a place to # #
19 # make a good custom Tripwire Policy file that better covers your # #
25 # creation, or violations on a subsiquent integrity check. However, it is # #
36 # Add the 'emailto=' to the rule directive section of each rule (add a comma # #
97 # NOTE: We remove the inode attribute because when Tripwire creates a backup,
98 # it does so by renaming the old file and creating a new one (which will
99 # have a new inode number). Inode is left turned on for keys, which shouldn't
103 # afterward triggers this rule until a database update is run, since the
791 # These files are critical to a correct system boot. # #
1084 # Linux is a registered trademark of Linus Torvalds.
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.rst30 - :term:`KERNEL_LOCALVERSION`: to add a string to the kernel version
35 - :term:`LICENSE_FLAGS_DETAILS`: add extra details about a recipe license
38 - :term:`MESON_TARGET`: to compile a specific Meson target instead of the
100 by a few packages.
141 ``getty`` programs only when a terminal exists, preventing respawns
181 - Added new ``gpt-hybrid`` option to ``ptable_format`` (formatting a disk with a hybrid
187 format partition after flashing to a USB stick/SD card
256 it can set a custom message with :term:`LICENSE_FLAGS_DETAILS` to be
269 - Most repositories now include a :yocto_git:`SECURITY.md
304 - The ``psplash`` recipe now accepts a PNG format image through
[all …]
/openbmc/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst16 ``amd-pstate`` is the AMD CPU performance scaling driver that introduces a
22 only in 3 P-states. CPPC replaces the ACPI P-states controls and allows a
39 Collaborative Processor Performance Control (CPPC) interface enumerates a
40 continuous, abstract, and unit-less performance value in a scale that is
41 not tied to a specific performance state / frequency. This is an ACPI
43 hints as a relative target to the infrastructure limits. AMD processors
45 interpreter for performance adjustments. ``amd-pstate`` will initialize a
141 ``amd-pstate`` specifies a limit the maximum performance that is expected
147 ``amd-pstate`` specifies a desired target in the CPPC performance scale as
148 a relative number. This can be expressed as percentage of nominal
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot131 # Generate a random 14 byte data,
145 …# ${fw_version}= ["11","00","00","0e","7a","77","63","6c","4d","58","77","66","63","7a","4d","76"].
166 # Generate a random 15 byte data,
188 # Generate a random 14 byte data,
204 … # ${sys_name}= ["11","00","00","0e","7a","77","63","6c","4d","58","77","66","63","7a","4d","76"].
225 # Generate a random 15 byte data,
247 # os_version_name given in variable section which is a 14 byte data.
301 # os_version_name given in variable section which is a 14 byte data.
319 # os_version_name given in variable section which is a 14 byte data.
434 # Given a string, convert to hexadecimal and prefix with 0x.
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dsecurity.txt31 diff -Nura a/policy/flask/access_vectors b/policy/flask/access_vectors
32 --- a/policy/flask/access_vectors 2020-02-04 18:19:53.000000000 +0300
58 diff -Nura a/policy/flask/security_classes b/policy/flask/security_classes
59 --- a/policy/flask/security_classes 2020-02-04 18:19:53.000000000 +0300
134 Perf tool provides a message similar to the one below:
166 require to be extended. On SELinux system this can be done by loading a special
230 To fully turn SELinux off a machine set SELINUX=disabled at /etc/selinux/config file and reboot;
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dst,stih4xx.txt9 - st,slave: phandle on a slave vtg
29 must be a child of sti-display-subsystem
45 must be a child of sti-display-subsystem
57 must be a child of sti-display-subsystem
74 must be a child of sti-display-subsystem
87 must be a child of sti-display-subsystem
102 must be a child of sti-display-subsystem
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-edac36 panic_on_ue is set, this counter will not have a chance to
52 indications that a DIMM is beginning to fail. This count
71 writing a minimum bandwidth in bytes/sec to the attribute file.
110 mean a Chipkill with x4 DRAM.
116 Description: This control file allows this DIMM to have a label assigned
147 to examine. CEs provide early indications that a DIMM is beginning
156 counter will not have a chance to increment, since EDAC will panic the
H A Dsysfs-bus-most24 If the network interface controller is attached via USB, a dci
148 Triggers the controller's synchronization process for a certain
157 For every channel of the device a directory is created, whose
202 Indicates the size of a packet buffer the channel can
211 Indicates the size of a streaming buffer the channel can
290 This is used to retrieve a list of registered components.
298 This is used to retrieve a list of established links.
/openbmc/linux/arch/sparc/lib/
H A DNG4memcpy.S22 be,a,pn %icc, 999f; \
73 #define STORE(type,src,addr) type##a src, [addr] %asi
207 ba,a,pt %icc, .Lmedium_noprefetch
261 ba,a,pt %icc, .Lmedium_unaligned
308 ba,a,pt %icc, .Lexit
375 ba,a,pt %icc, .Ltiny
384 ba,a,pt %icc, .Lexit
/openbmc/u-boot/arch/arm/dts/
H A Dsun9i-a80-cubieboard4.dts9 * licensing only applies to this file, and not this project as a
12 * a) This file is free software; you can redistribute it and/or
25 * obtaining a copy of this software and associated documentation
263 * The WiFi chip supports a wide range
341 * unused, but use a different name to
349 * unused, but use a different name to
426 * unused, but use a different name to
H A Dsun9i-a80-optimus.dts8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
252 * The WiFi chip supports a wide range
330 * unused, but use a different name to
338 * unused, but use a different name to
415 * unused, but use a different name to
/openbmc/linux/net/ceph/
H A Dauth.c341 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a) in ceph_auth_destroy_authorizer() argument
343 a->destroy(a); in ceph_auth_destroy_authorizer()
348 struct ceph_authorizer *a, in ceph_auth_add_authorizer_challenge() argument
356 ret = ac->ops->add_authorizer_challenge(ac, a, challenge_buf, in ceph_auth_add_authorizer_challenge()
364 struct ceph_authorizer *a, in ceph_auth_verify_authorizer_reply() argument
373 ret = ac->ops->verify_authorizer_reply(ac, a, in ceph_auth_verify_authorizer_reply()
/openbmc/openbmc/poky/meta/recipes-core/gettext/
H A Dgettext_0.22.5.bb2 DESCRIPTION = "GNU gettext is a set of tools that provides a framework to help other programs produ…
3 These tools include a set of conventions about how programs should be written to support message ca…
4 naming organization for the message catalogs themselves, a runtime library supporting the retrieval…
5 a few stand-alone programs to massage in various ways the sets of translatable and already translat…
106 FILES:gettext-runtime-dev += "${libdir}/libasprintf.a \
/openbmc/linux/fs/smb/client/
H A DKconfig64 for more details. These additional statistics may have a minor effect
113 negotiate a feature of the older cifs dialect with servers, such as
133 Enabling this option adds a few more debugging routines
156 moves to a different server. This feature also enables
168 from a highly available server of resource state changes. This
169 feature enables an upcall mechanism for CIFS which contacts a
178 Allows NFS server to export a CIFS mounted share (nfsd over cifs)

1...<<461462463464465466467468469470>>...893