Home
last modified time | relevance | path

Searched full:framework (Results 1 – 25 of 1859) sorted by relevance

12345678910>>...75

/openbmc/linux/drivers/pwm/
H A DKconfig14 This framework provides a generic interface to PWM devices
18 drivers can request PWM devices and use the generic framework
21 This generic framework replaces the legacy PWM framework which
23 all legacy implementations have been ported to the framework
24 yet. The framework provides an API that is backward compatible
25 with the legacy framework so that existing client drivers
49 Generic PWM framework driver for Analog Baseband AB8500.
58 Generic PWM framework driver for PWM controller present on
71 Generic PWM framework driver for Atmel SoC.
81 Generic PWM framework driver for the PWM output of the HLCDC
[all …]
/openbmc/linux/drivers/clk/bcm/
H A DKconfig11 Enable common clock framework support for the Broadcom BCM2711
20 Enable common clock framework support for Broadcom BCM2835
29 Enable common clock framework support for Broadcom BCM63xx DSL SoCs
37 Enable common clock framework support for Broadcom BCM63xx DSL SoCs
54 Enable common clock framework support for Broadcom SoCs
61 Enable common clock framework support for Broadcom SoCs
70 Enable common clock framework support for the Broadcom Cygnus SoC
78 Enable common clock framework support for the Broadcom Hurricane 2
87 Enable common clock framework support for the Broadcom Northstar and
96 Enable common clock framework support for the Broadcom Northstar 2 SoC
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A D0001-use-library-sonames-for-linking.patch14 framework/egl/egluGLContextFactory.cpp | 4 ++--
15 framework/egl/wrapper/eglwLibrary.cpp | 2 +-
16 framework/platform/android/tcuAndroidPlatform.cpp | 2 +-
17 framework/platform/lnx/X11/tcuLnxX11EglDisplayFactory.cpp | 2 +-
19 framework/platform/surfaceless/tcuSurfacelessPlatform.cpp | 6 +++---
22 --- a/framework/egl/egluGLContextFactory.cpp
23 +++ b/framework/egl/egluGLContextFactory.cpp
42 --- a/framework/egl/wrapper/eglwLibrary.cpp
43 +++ b/framework/egl/wrapper/eglwLibrary.cpp
53 --- a/framework/platform/android/tcuAndroidPlatform.cpp
[all …]
H A Dfix-musl.patch3 --- a/framework/delibs/dethread/CMakeLists.txt
4 +++ b/framework/delibs/dethread/CMakeLists.txt
13 --- a/framework/qphelper/CMakeLists.txt
14 +++ b/framework/qphelper/CMakeLists.txt
/openbmc/linux/Documentation/security/
H A Dlsm.rst28 remarks that described a security framework he would be willing to
30 general framework that would provide a set of security hooks to control
33 framework could then be used by loadable kernel modules to implement any
38 such a framework. LSM was a joint development effort by several security
41 Linux kernel patch that implements this framework. The work was
43 report provides an overview of the framework and the capabilities
46 LSM Framework
49 The LSM framework provides a general kernel framework to support
50 security modules. In particular, the LSM framework is primarily focused
53 framework does not provide any additional security; it merely provides
[all …]
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-intro.rst17 For a long time the framework was limited to the video_device struct for
19 (note that this document does not discuss the video_buf framework).
26 the lack of a framework.
28 So this framework sets up the basic building blocks that all drivers
29 need and this same framework should make it much easier to refactor
35 framework. It can be used as a template for real PCI video capture driver.
66 Structure of the V4L2 framework
69 The framework closely resembles the driver structure: it has a v4l2_device
74 The V4L2 framework also optionally integrates with the media framework. If a
76 will automatically appear in the media framework as entities.
H A Dcec-core.rst6 The CEC framework provides a unified kernel interface for use with HDMI CEC
8 transmitters, USB dongles). The framework also gives the option to decide
11 feature into the kernel's remote control framework.
24 The CEC framework described here is up to date with the CEC 2.0 specification.
49 adapter operations which are called by the CEC framework and that you
239 driven) by calling into the framework in the following situations:
280 retrying messages. If set, then the framework assumes that it
318 handling the receive interrupt. The framework expects to see the cec_transmit_done
348 This basic parsing is done in the CEC Framework. It is up to the driver to decide
421 -ENOMSG, otherwise the CEC framework assumes it processed this message and
[all …]
/openbmc/linux/drivers/remoteproc/
H A DKconfig21 framework. Userspace can boot/shutdown remote processors through
33 processor framework.
44 processor framework.
63 the remote processor framework.
75 and DSP on OMAP4) via the remote processor framework.
81 offloaded to remote DSP processors using this framework).
116 remote processor framework.
120 offloaded to remote DSP processors using this framework).
136 via the remote processor framework.
158 subsystem via the remote processor framework.
[all …]
/openbmc/linux/Documentation/power/
H A Dopp.rst52 Instrument's OMAP framework allows to optionally boot at a certain OPP without
58 SoC framework -> modifies on required cases certain OPPs -> OPP layer
62 framework registers a set of initial OPPs per device with the OPP layer. This
64 This initial list contains a set of OPPs that the framework expects to be safely
70 As the system proceeds to operate, SoC framework may choose to make certain
73 SoC framework might choose to disable a higher frequency OPP to safely continue
89 the SoC specific framework which uses the OPP library. Similar care needs
95 device. It is expected that the SoC framework will register the OPP entries
98 operation. The SoC framework can subsequently control the availability of the
107 This function may be used by SoC framework to define a optimal list
[all …]
H A Denergy-model.rst10 The Energy Model (EM) framework serves as an interface between drivers knowing
19 possible source of information on its own, the EM framework intervenes as an
40 framework, and interested clients reading the data from it::
52 | Framework |
67 In case of CPU devices the EM framework manages power cost tables per
81 CONFIG_ENERGY_MODEL must be enabled to use the EM framework.
92 formula in the framework (like it is in 'simple' EM case). It can better reflect
97 Drivers are expected to register performance domains into the EM framework by
119 The EM can also be registered using OPP framework and information in DT
141 and provide .get_cost() callback. The EM framework would handle such platform
[all …]
/openbmc/linux/Documentation/driver-api/mtd/
H A Dspi-nor.rst2 SPI NOR framework
5 Part I - Why do we need this framework?
20 Part II - How does the framework work?
23 This framework just adds a new layer between the MTD and the SPI bus driver.
27 Before this framework, the layer is like::
37 After this framework, the layer is like::
41 SPI NOR framework
53 SPI NOR framework
59 Part III - How can drivers use the framework?
/openbmc/linux/Documentation/driver-api/fpga/
H A Dintro.rst15 framework functionality that can be added that will benefit
17 seek out a solution that expands the framework for broad reuse.
21 The framework in the kernel is divided into:
29 includes the framework in fpga-mgr.c and the low level drivers that
46 If you are adding a new interface to the FPGA framework, add it on top
49 The FPGA Region framework (fpga-region.c) associates managers and
/openbmc/linux/drivers/thermal/
H A DKconfig24 The thermal framework has a netlink interface to do thermal
59 framework, this option will also register it
123 information about the thermal framework events.
253 thermal framework. cpufreq is used as the cooling device to throttle
327 thermal framework.
338 framework.
360 thermal framework.
369 the Linux thermal framework.
378 thermal framework.
387 framework. Only kirkwood 88F6282 and 88F6283 have this sensor.
[all …]
/openbmc/linux/drivers/media/cec/platform/
H A DKconfig24 generic CEC framework interface.
39 It uses the generic CEC framework interface.
62 generic CEC framework interface.
73 generic CEC framework interface.
85 generic CEC framework interface.
96 generic CEC framework interface.
/openbmc/u-boot/drivers/phy/
H A DKconfig10 This framework is designed to provide a generic interface for PHY
17 compatible as possible with the equivalent framework found in the
26 This framework is designed to provide a generic interface for PHY
33 compatible as possible with the equivalent framework found in the
42 the unit tests for the phy framework
50 This is useful when a driver uses the PHY framework but no real PHY
59 This is useful when a driver uses the PHY framework but no real PHY
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/
H A Dade_0.1.2.bb1 SUMMARY = "A graph construction, manipulation, and processing framework"
2 DESCRIPTION = "ADE Framework is a graph construction, manipulation, \
3 and processing framework. ADE Framework is suitable for \
/openbmc/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst2 Converting old watchdog drivers to the watchdog framework
7 Before the watchdog framework came into the kernel, every driver had to
8 implement the API on its own. Now, as the framework factored out the common
9 components, those drivers can be lightened making it a user of the framework.
18 etc... These are now handled by the framework and just call the driver when
31 - write: Can simply go, all defined behaviour is taken care of by the framework,
35 the most common ones are handled by the framework, supported by some assistance
71 -ENOIOCTLCMD, the IOCTLs of the framework will be tried, too. Any other error
93 miscdevice'. The framework will create it on watchdog_dev_register() called by
156 necessary information for the framework. The struct is also explained in detail
/openbmc/linux/include/linux/
H A Dclk-provider.h14 * top-level framework. custom flags for dealing with hardware specifics
287 * shared between the clock provider and the common clock framework.
297 * @flags: framework-level hints and quirks
323 * with the common clock framework. This pointer will be set to NULL once
373 * framework
377 * @flags: framework-specific flags
386 * framework
390 * @flags: framework-specific flags
398 * the clock framework
402 * @flags: framework-specific flags
[all …]
/openbmc/qemu/docs/devel/testing/
H A Davocado.rst11 These tests are written using the Avocado Testing Framework (which must be
39 - http://avocado-framework.readthedocs.io/en/latest/api/test/avocado.html#avocado.Test
40 - http://avocado-framework.readthedocs.io/en/latest/api/utils/avocado.utils.html
52 necessary avocado-framework dependencies into the QEMU venv within the
75 https://avocado-framework.readthedocs.io/en/latest/guides/user/chapters/tags.html
147 pip install --user avocado-framework
151 https://avocado-framework.readthedocs.io/en/latest/guides/user/chapters/installing.html
323 the framework or by the test itself. At the framework level, it will
378 https://avocado-framework.readthedocs.io/en/latest/guides/writer/libs/vmimage.html#supported-images
387 https://avocado-framework.readthedocs.io/en/latest/guides/writer/libs/vmimage.html#supported-images
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_3.6.2.bb27 …git://github.com/Mbed-TLS/mbedtls-framework.git;protocol=https;branch=main;destsuffix=git/framewor…
77 install -d ${D}${PTEST_PATH}/framework
80 cp -fR ${S}/framework/data_files ${D}${PTEST_PATH}/framework/
/openbmc/linux/drivers/accel/
H A DKconfig5 # This framework provides support for compute acceleration devices, such
12 bool "Compute Acceleration Framework"
14 Framework for device drivers of compute acceleration devices, such
19 This framework is integrated with the DRM subsystem as compute
/openbmc/linux/tools/perf/Documentation/
H A DBuild.txt22 main makefile of the build framework
25 build framework generic definitions
31 information about build framework.
36 The Makefile.perf triggers the build framework for build objects:
49 focusing on build framework outcomes
/openbmc/linux/drivers/acpi/dptf/
H A DKconfig4 bool "Intel DPTF (Dynamic Platform and Thermal Framework) Support"
7 Intel Dynamic Platform and Thermal Framework (DPTF) is a platform
20 This driver adds support for Dynamic Platform and Thermal Framework
36 This driver adds support for Dynamic Platform and Thermal Framework
/openbmc/openbmc-test-automation/docs/
H A Dgui_setup_reference.md6 - Robot Framework ( base framework package )
11 - Robot Framework Selenium Library
26 Robot Framework 5.0.1
/openbmc/linux/tools/testing/selftests/resctrl/
H A DREADME15 resctrl_tests can be run with or without kselftest framework.
17 WITH KSELFTEST FRAMEWORK
31 Using kselftest framework will run all supported tests within resctrl_tests:
35 More details about kselftest framework can be found in
38 WITHOUT KSELFTEST FRAMEWORK

12345678910>>...75