/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-enum-entities.rst | 34 To query the attributes of an entity, applications set the id field of a 36 call the MEDIA_IOC_ENUM_ENTITIES ioctl with a pointer to this 65 the first entity with a larger ID. Do not expect that the ID will 118 - Valid for (sub-)devices that create a single device node. 146 references a non-existing entity.
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample.bpf.c | 35 #define IN_SET(a, b) \ argument 37 bool __res = !(a)[0]; \ 38 for (int i = 0; i < ARRAY_SIZE(a) && (a)[i]; i++) { \ 39 __res = (a)[i] == (b); \
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | Kconfig | 22 To compile this driver as a module, choose M here: the 31 Say Y here if you have a PID-compliant device and wish to enable force 43 This module supports these devices separately using a separate 62 To compile this driver as a module, choose M here: the 78 To compile this driver as a module, choose M here: the
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch | 18 diff --git a/src/gpgme.m4 b/src/gpgme.m4 20 --- a/src/gpgme.m4 27 - if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then 69 # If we have a recent GPGME, we should also check that the 82 # If we have a recent GPGME, we should also check that the
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
H A D | autotest-automake-result-format.patch | 12 diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 14 --- a/lib/autotest/general.m4 17 # Whether a write failure occurred 116 - # Make sure there is a separator even with long titles. 122 + # Make sure there is a separator even with long titles.
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-locale.inc | 22 # BINARY_LOCALE_ARCHES is a space separated list of regular expressions 37 # Create a glibc-binaries package 42 # Create a glibc-charmaps package 47 # Create a glibc-gconvs package 52 # Create a glibc-localedatas package
|
/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/ |
H A D | 0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch | 4 Subject: [PATCH] Add a variable to control macro 46 diff --git a/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h b/Source/bmalloc/libpas/src/libpas… 48 --- a/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h 59 diff --git a/Source/cmake/WebKitCompilerFlags.cmake b/Source/cmake/WebKitCompilerFlags.cmake 61 --- a/Source/cmake/WebKitCompilerFlags.cmake
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | ralink,rt3883-pinctrl.yaml | 39 lna a, lna g, mdio, pci-dev, pci-fnc, pci-host1, pci-host2, 44 An array of strings. Each string contains the name of a group. 77 enum: [ge1, ge2, i2c, jtag, lna a, lna g, mdio, pci, spi, 128 const: lna a 132 enum: [lna a]
|
H A D | nxp,s32g2-siul2-pinctrl.yaml | 35 An MSCR register can configure the associated pin as either a GPIO pin 36 or a function output pin depends on the selected signal source. 75 a device. Each integer consists of a PIN_ID and a 4-bit
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | itrace.txt | 14 d create a debug log 19 a synthesize remote access events 20 g synthesize a call chain (use with i or x) 21 G synthesize a call chain on existing event records 67 a all perf events
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | iqs62x-keys.yaml | 17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens- 18 ing capabilities that can facilitate a variety of contactless key and switch 21 These functions are collectively represented by a "keys" child node from the 41 event is supported for a given device. Specify 0 for unused events. 86 ** "+" and "-" refer to the polarity of a channel's delta (LTA - counts),
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-a23-evb.dts | 8 * 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 109 * The RX line has a non-populated resistance. In order to use it, you 111 * line and get a working UART.
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpi-internal.h | 55 #define RESIZE_IF_NEEDED(a, b) \ argument 57 if ((a)->alloced < (b)) \ 58 mpi_resize((a), (b)); \ 143 void mpi_free_limb_space(mpi_ptr_t a); 144 void mpi_assign_limb_space(MPI a, mpi_ptr_t ap, unsigned nlimbs);
|
/openbmc/linux/Documentation/hwmon/ |
H A D | sht3x.rst | 22 This driver implements support for the Sensirion SHT3x-DIS chip, a humidity 24 humidity is expressed as a percentage. In the sysfs interface, all values are 34 The sht3x sensor supports a single shot mode as well as 5 periodic measure 47 In the periodic measure mode, the sensor automatically triggers a measurement 48 with the configured update interval on the chip. When a temperature or humidity
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | audio-graph-port.yaml | 86 that cannot support a fixed slot width or a slot width always 108 "^port(@[0-9a-f]+)?$": 112 "^endpoint(@[0-9a-f]+)?": 120 "^endpoint(@[0-9a-f]+)?":
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | start.rst | 8 default user space tool. Please note that this document describes only a part 20 You should first ensure your system is running on a kernel built with 40 The commands below record the memory access patterns of a program and save the 41 monitoring results to a file. :: 57 You can visualize the pattern in a heatmap, showing which memory region
|
/openbmc/linux/Documentation/riscv/ |
H A D | patch-acceptance.rst | 12 incompatible with previous drafts. This flexibility can present a 22 RISC-V has a patchwork instance, where the status of patches can be checked: 32 detected as a fix. Failing those, it will use the RISC-V `master` branch. 33 The exact commit to which a series has been applied will be noted on patchwork. 43 "Ratified", for the UEFI forum specifications this means a published
|
/openbmc/linux/Documentation/process/ |
H A D | programming-language.rst | 13 and many of them are used within the kernel as a matter of course. 22 to the language (e.g. adding a new keyword) [n2049]_. 24 In some cases, attributes are optional (i.e. a compiler not supporting them 39 under ``--edition=2021`` [rust-editions]_. Editions are a way to introduce 44 goal to reach a point where only stable features are used.
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | tcm-sita.c | 79 static int l2r_t2b(u16 w, u16 h, u16 a, s16 offset, in l2r_t2b() argument 92 a = (offset > 0) ? 0 : a - 1; in l2r_t2b() 98 a); in l2r_t2b() 142 curr_bit = *pos + a + 1; in l2r_t2b()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-jpeg.rst | 23 return a description of this control class. 42 - Horizontally subsample Cr, Cb components by a factor of 2. 46 - Horizontally subsample Cr, Cb components by a factor of 4. 69 without a need for direct reconfiguration of luminance and chrominance 70 quantization tables. In cases where a driver uses quantization tables
|
/openbmc/linux/drivers/iio/imu/ |
H A D | Kconfig | 29 To compile this driver as a module, choose M here: the module will be 42 To compile this driver as a module, choose M here: the module will be 70 This driver can also be built as a module. If so, the module will be 82 This driver can also be built as a module. If so, the module will be 91 Say Y here if you want to build a driver for Kionix KMX61 6-axis
|
/openbmc/qemu/docs/devel/migration/ |
H A D | dirty-limit.rst | 4 The dirty limit, short for dirty page rate upper limit, is a new capability 5 introduced in the 8.1 QEMU release that uses a new algorithm based on the KVM 38 which tells QEMU how many dirty pages a virtual CPU has had since the 44 Calculate a suitable sleep period for each virtual CPU, which will be 51 from the limit; the second is to add or subtract a fixed time when
|
/openbmc/qemu/qapi/ |
H A D | acpi.json | 23 # 5.2.6 System Description Table Header. If a header field is not 25 # is used (in case of @file), or it is filled in with a hard-coded 83 # OSPM Status Indication for a device For description of possible 89 # @slot: slot ID, unique per slot of a given @slot-type 109 # Return a list of ACPIOSTInfo for devices that support status
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
H A D | vboxguestdrivers_7.0.18.bb | 39 # add a mount utility to use shared folder from VBox Addition Source Code 56 …clude.header:99: *** The variable KERN_DIR must be a kernel build folder and end with /build witho… 66 if ! [ -e vboxguest.ko -a -e vboxsf.ko -a -e vboxvideo.ko ] ; then
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/PLDM/ |
H A D | Entity.interface.yaml | 2 Implement to represent a PLDM Entity (see chapter 9 of 5 Any OpenBMC implementation must add this interface on a D-Bus object that 6 represents a PLDM Entity. For example, if an app is creating D-Bus objects
|