Home
last modified time | relevance | path

Searched refs:a (Results 6801 – 6825 of 22310) sorted by relevance

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/
H A Djack_1.9.22.bb1 DESCRIPTION = "jackdmp is a C++ version of the JACK low-latency audio \
2 server for multi-processor machines. It is a new implementation of the \
4 the JACK1 design. The activation system has been changed for a data \
6 been used to have a more dynamic and robust system."
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/
H A D0001-tests-Fix-narrowing-errors-seen-with-clang.patch17 diff --git a/tests/spec/ext_framebuffer_multisample/draw-buffers-common.cpp b/tests/spec/ext_frameb…
19 --- a/tests/spec/ext_framebuffer_multisample/draw-buffers-common.cpp
32 diff --git a/tests/util/piglit-test-pattern.cpp b/tests/util/piglit-test-pattern.cpp
34 --- a/tests/util/piglit-test-pattern.cpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0005-postgresql-fix-ptest-failure-of-sysviews.patch21 diff --git a/src/test/regress/expected/sysviews.out b/src/test/regress/expected/sysviews.out
23 --- a/src/test/regress/expected/sysviews.out
34 diff --git a/src/test/regress/sql/sysviews.sql b/src/test/regress/sql/sysviews.sql
36 --- a/src/test/regress/sql/sysviews.sql
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Digbvf.rst31 NOTE: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
58 If an issue is identified with the released source code on a supported kernel
59 with a supported adapter, email the specific information related to the issue
/openbmc/linux/Documentation/mm/
H A Dremap_file_pages.rst5 The remap_file_pages() system call is used to create a nonlinear mapping,
6 that is, a mapping in which the pages of the file are mapped into a
14 nonlinear mapping work kernel need a way to distinguish normal page table
/openbmc/linux/tools/testing/selftests/net/
H A Dndisc_unsolicited_na_test.sh56 read a
57 [ "$a" = "q" ] && exit 1
64 read a
65 [ "$a" = "q" ] && exit 1
/openbmc/linux/Documentation/leds/
H A Dledtrig-oneshot.rst5 This is a LED trigger useful for signaling the user of an event where there are
8 happened, then the trigger turns the LED on and then keeps it off for a
12 first case, the trigger produces a clear single controlled blink for each
16 A one-shot LED only stays in a constant state when there are no events. An
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,embedded-trace-extension.yaml15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer
21 legacy CoreSight components, a node must be listed per instance, along
26 pattern: "^ete([0-9a-f]+)$"
H A Darm,coresight-etb10.yaml17 specification and can be connected in various topologies to suit a particular
23 The CoreSight Embedded Trace Buffer stores traces in a dedicated SRAM that is
24 used as a circular buffer.
26 # Need a custom select here or 'arm,primecell' will match on lots of nodes
/openbmc/linux/drivers/video/fbdev/omap/
H A DKconfig29 notifying the frame buffer driver when a change has occurred in
30 the frame buffer content and thus a reload of the image data to
47 If you have such a system and want to use rotation
48 answer yes. Answer no if you have a dedicated video
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Daspeed-video.rst9 video compressions with a wide range of video quality and compression ratio
10 options. The adopted compressing algorithm is a modified JPEG algorithm.
32 Enable/Disable ASPEED's High quality mode. This is a private control
47 Define the quality of ASPEED's High quality mode. This is a private control
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cxl6 (WO) When a Device Physical Address (DPA) is written to this
13 to Injected. In addition, the device adds a poison creation
27 (WO) When a Device Physical Address (DPA) is written to this
28 attribute, the memdev driver sends a clear poison command to
H A Dsysfs-bus-coreboot5 The coreboot bus provides a variety of virtual devices used to
12 CBMEM is a downwards-growing memory region created by Coreboot,
14 in the boot process and the OS. Each CBMEM entry is given a
44 requires root privileges given this is exposing a small subset
/openbmc/linux/Documentation/admin-guide/media/
H A Domap4_camera.rst6 Author: Sergio Aguirre <sergio.a.aguirre@gmail.com>
13 The OMAP44XX family of chips contains the Imaging SubSystem (a.k.a. ISS),
49 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary
/openbmc/linux/lib/lz4/
H A Dlz4defs.h156 U64 a = get_unaligned((const U64 *)src); in LZ4_copy8() local
158 put_unaligned(a, (U64 *)dst); in LZ4_copy8()
160 U32 a = get_unaligned((const U32 *)src); in LZ4_copy8()
163 put_unaligned(a, (U32 *)dst); in LZ4_copy8()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dmmp3-dell-ariel.dts3 * Dell Wyse 3020 a.k.a. "Ariel" a.k.a. Tx0D (T00D, T10D)
/openbmc/linux/drivers/leds/simple/
H A DKconfig11 To compile this driver as a module, choose M here: the module
24 To compile this driver as a module, choose M here: the module
37 To compile this driver as a module, choose M here: the module
50 To compile this driver as a module, choose M here: the module
/openbmc/linux/drivers/phy/hisilicon/
H A DKconfig14 To compile this driver as a module, choose M here.
24 To compile this driver as a module, choose M here.
34 To compile this driver as a module, choose M here.
44 To compile this driver as a module, choose M here.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel/
H A Dfix-openssl-no-des.patch19 diff --git a/src/common.h b/src/common.h
21 --- a/src/common.h
33 diff --git a/src/protocol.c b/src/protocol.c
35 --- a/src/protocol.c
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_write_bytes.md5 Writes bytes to a device register. Communicates with the device directly using
8 All of the bytes will be written in a single I2C operation.
10 The bytes must be specified in the order required by the device. For example, a
20 …which bits to write within the corresponding byte value. Only the bits with a value of 1 in the ma…
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0001-Define-portable-basename-function.patch18 diff --git a/src/conf-files.c b/src/conf-files.c
20 --- a/src/conf-files.c
48 @@ -84,7 +94,7 @@ static int base_cmp(const void *a, const void *b) {
50 s1 = *(char * const *)a;
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-libstdc-Fix-typo-in-_Grapheme_cluster_view-_Iterator.patch24 diff --git a/libstdc++-v3/include/bits/unicode.h b/libstdc++-v3/include/bits/unicode.h
26 --- a/libstdc++-v3/include/bits/unicode.h
51 diff --git a/libstdc++-v3/testsuite/ext/unicode/grapheme_view.cc b/libstdc++-v3/testsuite/ext/unico…
53 --- a/libstdc++-v3/testsuite/ext/unicode/grapheme_view.cc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0005-do-not-build-manual.patch28 diff --git a/Makefile.in b/Makefile.in
30 --- a/Makefile.in
59 diff --git a/configure.ac b/configure.ac
61 --- a/configure.ac
/openbmc/openbmc/poky/meta/recipes-multimedia/webp/
H A Dlibwebp_1.4.0.bb2 DESCRIPTION = "WebP is a method of lossy and lossless compression that can be \
3 used on a large variety of photographic, translucent and \
5 compression is adjustable so a user can choose the trade-off \
40 # libwebpdecoder is a subset of libwebp, don't build it unless requested
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/
H A D0001-Do-not-write-bindir-into-pkg-config-files.patch17 diff --git a/gio/meson.build b/gio/meson.build
19 --- a/gio/meson.build
48 diff --git a/glib/meson.build b/glib/meson.build
50 --- a/glib/meson.build

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