Home
last modified time | relevance | path

Searched refs:a (Results 6751 – 6775 of 22310) sorted by relevance

1...<<271272273274275276277278279280>>...893

/openbmc/linux/drivers/pinctrl/aspeed/
H A DKconfig17 generation SoCs. GPIO is provided by a separate GPIO driver.
25 generation SoCs. GPIO is provided by a separate GPIO driver.
33 generation SoCs. GPIO is provided by a separate GPIO driver.
/openbmc/linux/Documentation/devicetree/bindings/hwlock/
H A Dti,omap-hwspinlock.yaml25 The OMAP hwspinlock users will use a 0-indexed relative hwlock number as
26 the argument specifier value for requesting a specific hwspinlock within
27 a hwspinlock bank.
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dqcom,msm-uart.yaml14 The MSM serial UART hardware is designed for low-speed use cases where a
15 dma-engine isn't needed. From a software perspective it's mostly compatible
17 one character at a time.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-vduse7 framework and provides a sysfs interface for configuring
23 This directory entry is created when a VDUSE device is
33 Writing a '0' to the file means to disable the timeout.
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-qds-7777.dtso7 * Requires a LS1028A QDS board without lane B rework.
8 * Requires a SCH-30841 card without lane A/C rewire and with a FW with muxing
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-fix-gcc-8-format-truncation-warning.patch13 into a destination of size 11
24 diff --git a/super0.c b/super0.c
26 --- a/super0.c
/openbmc/openbmc/poky/meta/recipes-graphics/waffle/waffle/
H A D0001-waffle-do-not-make-core-protocol-into-the-library.patch16 diff --git a/src/waffle/meson.build b/src/waffle/meson.build
17 index 1cc99f6..022745a 100644
18 --- a/src/waffle/meson.build
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.h19 static inline int values_close(long a, long b, int err) in values_close() argument
21 return abs(a - b) <= (a + b) / 100 * err; in values_close()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dcompare_presence.md5 Compares a hardware component's presence to an expected value. The hardware
6 component must be a Field-Replaceable Unit (FRU).
8 This action can be used for [presence_detection](presence_detection.md) of a
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0006-qemu-Determinism-fixes.patch6 When sources are included within debug information, a couple of areas of the
18 diff --git a/scripts/decodetree.py b/scripts/decodetree.py
20 --- a/scripts/decodetree.py
/openbmc/openbmc/meta-security/recipes-security/libmhash/
H A Dlibmhash_0.9.9.9.bb3 Mhash is a free (under GNU Lesser GPL) library \
4 which provides a uniform interface to a large number of hash \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0005-mDNSCore-Fix-broken-debug-parameter.patch12 diff --git a/mDNSCore/mDNS.c b/mDNSCore/mDNS.c
14 --- a/mDNSCore/mDNS.c
22 // Create a negative record for the current name in the CNAME chain.
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.h14 int vidioc_g_modulator(struct file *file, void *fh, struct v4l2_modulator *a);
15 int vidioc_s_modulator(struct file *file, void *fh, const struct v4l2_modulator *a);
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dst,stm32-rcc.txt4 The RCC IP is both a reset and a clock controller.
H A Dst,stm32mp1-rcc.txt4 The RCC IP is both a reset and a clock controller.
/openbmc/u-boot/doc/device-tree-bindings/reset/
H A Dst,stm32-rcc.txt4 The RCC IP is both a reset and a clock controller.
/openbmc/phosphor-host-postd/
H A DREADME.md3 This is a simple daemon which reads a file interface from an lpc-snoop driver
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/
H A Ddevtool-test-ignored.patch3 diff --git a/ignored b/ignored
5 --- a/ignored
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v6_0.c526 fixed20_12 a; in dce_v6_0_dram_bandwidth() local
555 fixed20_12 a; in dce_v6_0_dram_bandwidth_for_display() local
584 fixed20_12 a; in dce_v6_0_data_return_bandwidth() local
613 fixed20_12 a, b; in dce_v6_0_dmif_request_bandwidth() local
668 fixed20_12 a; in dce_v6_0_average_bandwidth() local
704 fixed20_12 a, b, c; in dce_v6_0_latency_watermark() local
709 a.full = dfixed_const(2); in dce_v6_0_latency_watermark()
721 a.full = dfixed_div(a, b); in dce_v6_0_latency_watermark()
731 a.full = dfixed_div(a, b); in dce_v6_0_latency_watermark()
796 fixed20_12 a; in dce_v6_0_check_latency_hiding() local
[all …]
/openbmc/linux/tools/testing/selftests/media_tests/
H A Dregression_test.txt2 and unregister paths. There have a few problems that result in user-after
23 a loop running media ioctl MEDIA_IOC_DEVICE_INFO command once every 10
27 The test for a random number of iterations or until user kills it with a
/openbmc/linux/Documentation/hwmon/
H A Dmax197.rst35 filled with a pointer to a conversion function, defined like::
39 ctrl is the control byte to write to start a new conversion.
41 or a negative error code otherwise.
/openbmc/linux/tools/perf/scripts/perl/
H A Drw-by-pid.pl83 ($reads{$a}{bytes_read} || 0) } keys %reads) {
109 @errcounts = sort { $b->[3] <=> $a->[3] } @errcounts;
124 ($writes{$a}{bytes_written} || 0)} keys %writes) {
149 @errcounts = sort { $b->[3] <=> $a->[3] } @errcounts;
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dti,da850-vpif.txt18 VPIF has a 16-bit parallel bus input, supporting 2 8-bit channels or a
76 adv7343@2a {
93 Alternatively, an example when the bus is configured as a single
/openbmc/linux/arch/mips/boot/dts/xilfpga/
H A Dnexys4ddr.dts31 compatible = "xlnx,xps-intc-1.00.a";
43 compatible = "xlnx,xps-gpio-1.00.a";
55 compatible = "xlnx,xps-ethernetlite-3.00.a";
94 compatible = "xlnx,xps-iic-2.00.a";
/openbmc/linux/Documentation/i2c/
H A Dten-bit-addresses.rst8 address 0x10 (though a single device could respond to both of them).
9 To avoid ambiguity, the user sees 10 bit addresses mapped to a different
14 I2C messages to and from 10-bit address devices have a different format.
32 listed above could stay for a long time, maybe even forever if nobody

1...<<271272273274275276277278279280>>...893