Home
last modified time | relevance | path

Searched refs:a (Results 7901 – 7925 of 22310) sorted by relevance

1...<<311312313314315316317318319320>>...893

/openbmc/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco15 secret appears as a file under <securityfs>/secrets/coco,
35 Reading the secret data by reading a file::
40 Wiping a secret by unlinking a file::
/openbmc/linux/drivers/input/misc/
H A Dpcf8574_keypad.c48 unsigned char x, y, a, b; in read_state() local
56 for (a = 0; x > 0; a++) in read_state()
61 return ((a - 1) * 4) + b; in read_state()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0001-Do-not-use-bundled-packages.patch17 diff --git a/CMakeLists.txt b/CMakeLists.txt
19 --- a/CMakeLists.txt
86 diff --git a/extensions/libarchive/CMakeLists.txt b/extensions/libarchive/CMakeLists.txt
88 --- a/extensions/libarchive/CMakeLists.txt
/openbmc/linux/arch/parisc/
H A DMakefile46 $(foreach a,$(CC_ARCHES_32), \
47 $(foreach s,$(CC_SUFFIXES),$(a)-$(s)-)))
56 $(foreach a,$(CC_ARCHES), \
57 $(foreach s,$(CC_SUFFIXES),$(a)-$(s)-)))
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpresence_detection.md5 Specifies how to detect whether a device is present.
9 - A regulator is only present when a related processor or memory module is
24 - Use the "rule_id" property to specify a standard rule to run.
34 the system is re-booted, presence will be re-detected. As a result, presence
H A Ddevice.md11 example, an I/O expander may provide necessary information about a regulator.
18 … | Unique ID for this device. Can only contain letters (A-Z, a-z), numbers (0-9), a…
19 …true or false) | Indicates whether this device is a voltage regulator (p…
20 …| Field-Replaceable Unit (FRU) for this device. If the device itself is not a FRU, specify the FRU…
/openbmc/linux/Documentation/hwmon/
H A Dltc4286.rst33 LTC4286 and LTC4287 are hot-swap controllers that allow a circuit board
34 to be removed from or inserted into a live backplane. They also feature
36 converter (ADC), accessed using a PMBus interface.
38 The driver is a client driver to the core PMBus driver. Please see
/openbmc/obmc-console/
H A DCHANGELOG.md5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
62 underlying TTY device is a UART and not a VUART nor PTY (where baud is not
65 2. console-server: Don't require a configuration file
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch20 diff --git a/gcc/configure b/gcc/configure
22 --- a/gcc/configure
60 diff --git a/gcc/configure.ac b/gcc/configure.ac
62 --- a/gcc/configure.ac
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dprofile13 # Use the EDITOR not being set as a trigger to call resize later on
21 if [ -f $i -a -r $i ]; then
28 if [ -t 0 -a $# -eq 0 ]; then
61 if [ $FIRSTTIMESETUP -eq 1 -a ${SHLVL:-1} -eq 1 ] ; then
/openbmc/openbmc/poky/meta/recipes-support/icu/icu/
H A Dfix-install-manx.patch9 and one process tries to chown a file that the other process has just deleted.
11 Also install-manx should be a phony target, and for clarity use $^ instead of $?
22 diff --git a/Makefile.in b/Makefile.in
24 --- a/Makefile.in
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/
H A D0002-resolve-musl-does-not-implement-res_ninit.patch15 * is new enough to contain a certain feature.
20 The portion of the patch that implements a fallback is ported from
31 diff --git a/gweb/gresolv.c b/gweb/gresolv.c
33 --- a/gweb/gresolv.c
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/
H A Dpkgconf_2.2.0.bb2 DESCRIPTION = "pkgconf is a program which helps to configure compiler and linker \
30 # Install a wrapper which deals, as much as possible with pkgconf vs
36 # Install a pkg-config-native wrapper that will use the native sysroot instead
59 if [ "${BB_CURRENTTASK}" = "populate_sysroot_setscene" -a "${WITHIN_EXT_SDK}" = "1" ] ; then
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/
H A D0001-feat-dracut-install-split-ldd-command-arguments-for-.patch11 This restores a not-so-subtle feature of previously executing ldd
12 via popen(), i.e. the ability to use a cross-compiled sysroot.
28 diff --git a/src/install/dracut-install.c b/src/install/dracut-install.c
30 --- a/src/install/dracut-install.c
/openbmc/linux/lib/crypto/mpi/
H A Dec.c24 #define point_init(a) mpi_point_init((a)) argument
25 #define point_free(a) mpi_point_free_parts((a)) argument
178 if (!mpi_invm(x, a, ctx->p)) in ec_invm()
552 if (a->sign) { in mpi_ec_coefficient_normalize()
553 mpi_resize(a, p->nlimbs); in mpi_ec_coefficient_normalize()
554 mpihelp_sub_n(a->d, p->d, a->d, p->nlimbs); in mpi_ec_coefficient_normalize()
555 a->nlimbs = p->nlimbs; in mpi_ec_coefficient_normalize()
556 a->sign = 0; in mpi_ec_coefficient_normalize()
584 ctx->a = mpi_copy(a); in mpi_ec_init()
659 mpi_free(ctx->a); in mpi_ec_deinit()
[all …]
/openbmc/linux/Documentation/input/
H A Duserio.rst20 to directly interact with the kernel's serio driver and control a virtual serio
49 returned by the character device and a more descriptive error will be printed
50 to the kernel log. Only one command can be sent at a time, any additional data
62 forth. Registration can only be performed once a port type is set with
70 would set the port type to be a normal PS/2 port.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst36 it. Not only to have a great laugh, but also to make sure that
49 Sysctl is a means of configuring certain aspects of the kernel
55 - a running Linux system
60 As a quick 'ls /proc/sys' will show, the directory consists of
62 one part of the kernel, so you can do configuration on a piece
/openbmc/linux/Documentation/leds/
H A Dleds-class-flash.rst8 by default and the flash ones only if a driver declares it by setting
51 a sensor, which makes it possible to synchronise the flash
55 enum led_brightness <-> V4L2 intensity conversion in a device
85 controller device, the sub-device node acts just as a node of a native V4L2
/openbmc/linux/fs/ubifs/
H A DKconfig18 UBIFS is a file system for flash devices which works on top of UBI.
49 ZSTD compresses is a big win in speed over Zlib and
56 Originally UBIFS did not support atime, because it looked like a bad idea due
87 If you are not using a security module, say N.
97 If you say yes here you should also select a hashing algorithm such as
/openbmc/linux/drivers/hwtracing/intel_th/
H A DKconfig6 Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that
24 Intel(R) Trace Hub may exist as a PCI device. This option enables
45 Intel TH infrastructure and acts as a switch for source
74 Parallel Trace Interface unit (PTI) is a trace output device
76 a PTI port.
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Ducc.txt9 - interrupts : <a b> where a is the interrupt number and b is a
21 broken UART hardware. Soft-UART is provided via a microcode upload.
49 - phy-connection-type : a string naming the controller/PHY interface type,
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmediatek-bluetooth.txt4 This device is a serial attached device to BTIF device and thus it must be a
40 This device is a serial attached device to UART device and thus it must be a
64 a legacy MediaTek SoC, MT7621. Please use the below properties.
/openbmc/u-boot/doc/
H A DREADME.SPL7 To unify all existing implementations for a secondary program loader (SPL)
9 has been created. With this framework almost all source files for a board
40 Because SPL images normally have a different text base, one has to be
88 2) Perform the following shell command to generate a list of C files used in
94 cflow will spit out a number of warnings as it does not parse
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a23-evb.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
123 * The RX line has a non-populated resistance. In order to use it, you
125 * line and get a working UART.
/openbmc/u-boot/board/logicpd/imx6/
H A DREADME6 Logic PD has an i.MX6 System On Module (SOM) and a correspondong development
7 board. SOM has a built-in microSD socket, DDR and NAND flash. The development kit has
8 an SMSC Ethernet PHY, serial debug port and a variety of peripherals.
29 The SPL portion is programmed into a certain location for use by the internal
49 and stored to a file on the micro SD card called 'args'

1...<<311312313314315316317318319320>>...893