Home
last modified time | relevance | path

Searched refs:a (Results 7926 – 7950 of 22310) sorted by relevance

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

/openbmc/linux/drivers/leds/
H A DTODO16 * LED names are still a mess
27 The number of drivers is getting big, and driver for on/off LED on a
34 Multicolor is a bit too abstract. Yes, we can have
38 Multicolor is not a good fit for RGB LED. It does not really know
60 In particular, LED names are still a mess (see above) and utility
/openbmc/openbmc/meta-raspberrypi/
H A DREADME.md12 <a href="https://www.yoctoproject.org/ecosystem/branding/">
14 </a>
18 <a href="https://balena.io">
20 </a>
78 a section as follows:
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dreadme.md12 <a href="https://www.yoctoproject.org/ecosystem/branding/">
14 </a>
18 <a href="https://balena.io">
20 </a>
78 a section as follows:
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwayland.rst7 is a computer display server protocol that provides a method for
35 the Weston compositor when building an image for a supporting target.
74 a Sato image is sufficient. If you are running your image under Sato, a
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin5 # Enforce a minimal delay in case of failure (in microseconds).
17 # Note that it is included as a "requisite" module. No password prompts will
20 # You can change it to a "required" module if you think it permits to
39 # This allows certain extra groups to be granted to a user
69 # in /etc/login.defs to make sure that removing a user
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drenesas,rpc-if.yaml13 Renesas RPC-IF allows a SPI flash or HyperFlash connected to the SoC to
16 The flash chip itself should be represented by a subnode of the RPC-IF node.
43 - const: renesas,rcar-gen3-rpc-if # a generic R-Car gen3 or RZ/G2{E,H,M,N} device
48 - const: renesas,rcar-gen4-rpc-if # a generic R-Car gen4 device
81 "flash@[0-9a-f]+$":
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_dtime.c37 #define v6_equal(a, b) (a.s6_addr32[0] == b.s6_addr32[0] && \ argument
38 a.s6_addr32[1] == b.s6_addr32[1] && \
39 a.s6_addr32[2] == b.s6_addr32[2] && \
40 a.s6_addr32[3] == b.s6_addr32[3])
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Damphion,vpu.yaml20 pattern: "^vpu@[0-9a-f]+$"
43 "^mailbox@[0-9a-f]+$":
45 Each vpu encoder or decoder correspond a MU, which used for communication
50 "^vpu-core@[0-9a-f]+$":
52 Each core correspond a decoder or encoder, need to configure them
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgo.rst18 The VSP1 HGO is a histogram computation engine that can operate on RGB, YCrCb
19 or HSV data. It operates on a possibly cropped and subsampled input image and
32 channels to compute a single 64-bins histogram. Only the RGB image format is
34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a
37 channels to compute a single 256-bins histogram. Only the RGB image format is
H A Dvidioc-subdev-g-selection.rst13 VIDIOC_SUBDEV_G_SELECTION - VIDIOC_SUBDEV_S_SELECTION - Get or set selection rectangles on a subdev…
59 will return a rectangle that contain all possible actual rectangles.
120 ``pad`` references a non-existing pad, the ``which`` field
121 references a non-existing format, or the selection target is not
125 The ``VIDIOC_SUBDEV_S_SELECTION`` ioctl has been called on a read-only
H A Dext-ctrls-image-source.rst11 analogue to digital converter and a bus transmitter to transmit the
25 image data is produced. The unit of vertical blanking is a line.
92 representing a gain of exactly 1.0. For example, if this default value
93 is reported as being (say) 128, then a value of 192 would represent
94 a gain of exactly 1.5.
/openbmc/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra20-dc.yaml15 pattern: "^dc@[0-9a-f]+$"
110 description: Each display controller node has a child node, named "rgb", that represents
119 description: specifies a GPIO used for hotplug detection
124 description: supplies a binary EDID blob
128 description: phandle of a display panel
/openbmc/linux/drivers/platform/surface/aggregator/
H A DKconfig25 built. This includes a driver for the Surface Serial Hub (SSH), which
26 is the device responsible for the communication with the EC, and a
34 Note: While 4th-generation Surface devices also make use of a SAM EC,
35 due to a difference in the communication interface of the controller,
51 providing a dedicated bus and client-device type.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-mce8 detected by the CPU. Uncorrected errors typically cause a
9 machine check (often with panic), corrected ones cause a
30 When a bit in the bitmask is zero then the respective
63 Program to run when a machine check event is detected.
71 How long to wait for the other CPUs to machine check too on a
/openbmc/linux/drivers/powercap/
H A DKconfig10 capping settings to user space in a consistent way. Usually, it consists
58 provides a way to force idle periods on a set of specified
60 synchronously on a set of specified CPUs or alternatively
61 on a per CPU basis.
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/
H A Du-boot-tools.inc30 # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will
31 # be marked as "dirty" and the version will include "-dirty", leading to a reproducibility problem.
32 # The issue is the inode count for Licnses/README changing due to do_populate_lic hardlinking a
33 # copy of the file. We avoid this by ensuring the index is updated with a "git diff" before the
42 # (i.e. creating a hardlink dirties the index)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0002-options-Replace-use-of-VLAs-in-C.patch8 …../git/src/apps/common/options.cpp:882:20: error: variable length arrays in C++ are a Clang extens…
21 diff --git a/src/apps/common/options.cpp b/src/apps/common/options.cpp
23 --- a/src/apps/common/options.cpp
68 diff --git a/src/libcamera/ipc_unixsocket.cpp b/src/libcamera/ipc_unixsocket.cpp
70 --- a/src/libcamera/ipc_unixsocket.cpp
/openbmc/sdbusplus/
H A D.gitignore39 # Usually these files are written by a python script from a template
95 # For a library or package, you might want to ignore these files since the code is
165 # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
167 # and can be added to the global gitignore or merged into this file. For a more nuclear
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord-native/
H A D0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch10 We do not have udev-native so it is a dependeny we cannot satisfy
20 diff --git a/lib/colord/cd-edid.c b/lib/colord/cd-edid.c
22 --- a/lib/colord/cd-edid.c
91 diff --git a/lib/colord/cd-icc.c b/lib/colord/cd-icc.c
93 --- a/lib/colord/cd-icc.c
/openbmc/qemu/tests/fp/
H A Dmeson.build5 # bringing in Windows headers that define a FLOAT128 type.
50 # define a target to match testfloat's implementation-defined choices, such as
112 # The full test suite can take a bit of time, default to a quick run
113 # "-l 2 -r all" can take more than a day for some operations and is best
/openbmc/linux/drivers/power/supply/
H A DKconfig24 This options enables API that allows sensors found on a
26 exposed as a hwmon device.
51 which include a battery charger and a boost converter.
100 This driver can be built as a module. If so, the module will be
287 easily be replaced with one of a different type. Not for
388 Driver can be build as a module (max17040_battery).
403 Driver can be build as a module (max17042_battery).
494 through a GPIO pin.
505 chargers attached to a battery and multiple batteries attached to a
615 This driver can also be built as a module. If so, the module
[all …]
/openbmc/linux/drivers/pps/generators/
H A DKconfig12 If you say yes here you get support for a PPS signal generator which
13 utilizes STROBE pin of a parallel port to send PPS signals. It uses
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dqriox.txt3 The qrio is a multifunction device that controls the KEYMILE boards based on
5 It is consists of a reset controller, watchdog timer, LEDs, and 2 IRQ capable
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dc++11.patch11 diff --git a/configure.ac b/configure.ac
13 --- a/configure.ac
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/
H A Dmakefile-add-ldflags.patch7 diff --git a/Makefile b/Makefile
9 --- a/Makefile

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