/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw-api.h | 10 #include "fw/api/tdls.h" 11 #include "fw/api/mac-cfg.h" 12 #include "fw/api/offload.h" 13 #include "fw/api/context.h" 14 #include "fw/api/time-event.h" 15 #include "fw/api/datapath.h" 16 #include "fw/api/phy.h" 17 #include "fw/api/config.h" 18 #include "fw/api/system.h" 19 #include "fw/api/alive.h" [all …]
|
/openbmc/linux/Documentation/crypto/ |
H A D | intro.rst | 1 Kernel Crypto API Interface Specification 7 The kernel crypto API offers a rich set of cryptographic ciphers as well 9 This document contains a description of the API and provides example 12 To understand and properly use the kernel crypto API a brief explanation 13 of its structure is given. Based on the architecture, the API can be 16 the API function call documentation are given at the end. 18 The kernel crypto API refers to all algorithms as "transformations". 20 cryptographic operations, the kernel crypto API also knows compression 23 The kernel crypto API serves the following entity types: 28 called by consumers using the kernel crypto API [all …]
|
H A D | architecture.rst | 1 Kernel Crypto API Architecture 7 The kernel crypto API provides different API calls for the following 23 The kernel crypto API provides implementations of single block ciphers 24 and message digests. In addition, the kernel crypto API provides 60 The kernel crypto API provides synchronous and asynchronous API 63 When using the synchronous API operation, the caller invokes a cipher 64 operation which is performed synchronously by the kernel crypto API. 66 Therefore, the kernel crypto API calls work like regular function calls. 67 For synchronous operation, the set of API calls is small and 70 Asynchronous operation is provided by the kernel crypto API which [all …]
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | glossary.rst | 10 userspace API documentation. This is Work In Progress. 20 CEC API 21 **Consumer Electronics Control API** 23 An API designed to receive and transmit data via an HDMI 36 Digital TV API 37 **Previously known as DVB API** 39 An API designed to control a subset of the :term:`Media Hardware` 109 Media API 113 - :term:`CEC API`; 114 - :term:`Digital TV API`; [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | bios_handler.hpp | 22 * @brief API to back up or restore BIOS attributes. 24 * Concrete class should implement the API and read the backed up data from 31 * @brief Callback API to be triggered on BIOS attribute change. 33 * Concrete class should implement the API to extract the attribute and its 60 * @brief API to back up or restore BIOS attributes. 62 * The API will read the backed up data from the VPD keyword and based on 68 * @brief Callback API to be triggered on BIOS attribute change. 70 * The API to extract the required attribute and its value from DBus message 79 * @brief API to read given attribute from BIOS table. 88 * @brief API to process "hb_field_core_override" attribute. [all …]
|
H A D | worker.hpp | 60 * @brief API to perform initial setup before manager claims Bus name. 70 * @brief An API to check if system VPD is already published. 77 * @brief API to process all FRUs presnt in config JSON file. 79 * This API based on config JSON passed/selected for the system, will 83 * to make use of this API. 89 * @brief API to parse VPD data 96 * @brief An API to populate DBus interfaces for a FRU. 98 * Note: Call this API to populate D-Bus. Also caller should handle empty 110 * @brief An API to delete FRU VPD over DBus. 119 * @brief API to get status of VPD collection process. [all …]
|
H A D | manager.hpp | 48 * This API is used to update keyword value on the given input path and its 69 * This API is used to update keyword value on hardware. Updates only on the 93 * API can be used to read VPD keyword from the given input path. 116 * API can be used to perform VPD collection for the given FRU, only if the 127 * API can be used to perform VPD deletion for the given FRU. 137 * API to get expanded location code from the unexpanded location code. 155 * An API to get list of FRU D-Bus object paths for a given expanded 171 * An API to get list of FRU D-Bus object paths for a given unexpanded 189 * API can be used to get EEPROM path for the given inventory path. 199 * This api will trigger parser to perform VPD recollection for FRUs that [all …]
|
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | vpd_tool.hpp | 15 * The class provides API's to, 29 * For a given object path of a FRU, this API returns the following 38 * If FRU's "Present" property is false, this API returns an empty JSON. 39 * Note: The caller of this API should handle empty JSON. 46 * @brief API to populate FRU JSON. 48 * The API will create FRUs JSON, which will have property value pairs for 61 * @brief API to populate JSON for an interface. 63 * The API will create interface JSON, which will have property value pairs 80 * API to get any property of a FRU in JSON format. Given an object path, 81 * interface and property name, this API does a D-Bus read property on PIM [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | bz.c | 10 #include "fw/api/txq.h" 12 /* Highest firmware API version supported */ 15 /* Lowest firmware API version supported */ 38 #define IWL_BZ_A_HR_B_MODULE_FIRMWARE(api) \ argument 39 IWL_BZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode" 40 #define IWL_BZ_A_GF_A_MODULE_FIRMWARE(api) \ argument 41 IWL_BZ_A_GF_A_FW_PRE "-" __stringify(api) ".ucode" 42 #define IWL_BZ_A_GF4_A_MODULE_FIRMWARE(api) \ argument 43 IWL_BZ_A_GF4_A_FW_PRE "-" __stringify(api) ".ucode" 44 #define IWL_BZ_A_FM_B_MODULE_FIRMWARE(api) \ argument [all …]
|
H A D | ax210.c | 10 #include "fw/api/txq.h" 12 /* Highest firmware API version supported */ 15 /* Lowest firmware API version supported */ 44 #define IWL_SO_A_JF_B_MODULE_FIRMWARE(api) \ argument 45 IWL_SO_A_JF_B_FW_PRE "-" __stringify(api) ".ucode" 46 #define IWL_SO_A_HR_B_MODULE_FIRMWARE(api) \ argument 47 IWL_SO_A_HR_B_FW_PRE "-" __stringify(api) ".ucode" 48 #define IWL_SO_A_GF_A_MODULE_FIRMWARE(api) \ argument 49 IWL_SO_A_GF_A_FW_PRE "-" __stringify(api) ".ucode" 50 #define IWL_TY_A_GF_A_MODULE_FIRMWARE(api) \ argument [all …]
|
H A D | sc.c | 10 #include "fw/api/txq.h" 12 /* Highest firmware API version supported */ 15 /* Lowest firmware API version supported */ 37 #define IWL_SC_A_FM_B_FW_MODULE_FIRMWARE(api) \ argument 38 IWL_SC_A_FM_B_FW_PRE "-" __stringify(api) ".ucode" 39 #define IWL_SC_A_FM_C_FW_MODULE_FIRMWARE(api) \ argument 40 IWL_SC_A_FM_C_FW_PRE "-" __stringify(api) ".ucode" 41 #define IWL_SC_A_HR_A_FW_MODULE_FIRMWARE(api) \ argument 42 IWL_SC_A_HR_A_FW_PRE "-" __stringify(api) ".ucode" 43 #define IWL_SC_A_HR_B_FW_MODULE_FIRMWARE(api) \ argument [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | fix_missing_use_directives.patch | 14 use Bastille::API; 15 +use Bastille::API::AccountPermission; 16 use Bastille::API::FileContent; 17 use Bastille::API::ServiceAdmin; 26 use Bastille::API; 27 +use Bastille::API::AccountPermission; 28 use Bastille::API::HPSpecific; 29 use Bastille::API::ServiceAdmin; 30 use Bastille::API::FileContent; 38 use Bastille::API; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp/ |
H A D | 0001-Fix-build-with-clang-19.patch | 13 api/include/opentelemetry/logs/event_logger.h | 2 +- 14 api/include/opentelemetry/logs/logger.h | 2 +- 15 api/include/opentelemetry/logs/logger_type_traits.h | 2 +- 18 diff --git a/api/include/opentelemetry/logs/event_logger.h b/api/include/opentelemetry/logs/event_l… 20 --- a/api/include/opentelemetry/logs/event_logger.h 21 +++ b/api/include/opentelemetry/logs/event_logger.h 31 diff --git a/api/include/opentelemetry/logs/logger.h b/api/include/opentelemetry/logs/logger.h 33 --- a/api/include/opentelemetry/logs/logger.h 34 +++ b/api/include/opentelemetry/logs/logger.h 44 diff --git a/api/include/opentelemetry/logs/logger_type_traits.h b/api/include/opentelemetry/logs/l… [all …]
|
/openbmc/linux/Documentation/driver-api/ |
H A D | reset.rst | 4 Reset controller API 12 The reset controller API is split into two parts: 13 the `consumer driver interface <#consumer-driver-interface>`__ (`API reference 14 <#reset-consumer-api>`__), which allows peripheral drivers to request control 16 <#reset-controller-driver-interface>`__ (`API reference 17 <#reset-controller-driver-api>`__), which is used by drivers for reset 22 functionality, restart handlers are out of scope for the reset controller API. 27 The reset controller API uses these terms with a specific meaning: 57 This interface provides an API that is similar to the kernel clock framework. 67 A stub version of this API is provided when the reset controller framework is [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | selection-api-vs-crop-api.rst | 6 Comparison with old cropping API 9 The selection API was introduced to cope with deficiencies of the 10 older :ref:`CROP API <crop>`, that was designed to control simple 11 capture devices. Later the cropping API was adopted by video output 13 video signal is inserted. It should be considered as an API abuse 15 selection API makes a clear distinction between composing and cropping 18 The CROP API lacks any support for composing to and cropping from an 21 API. Cropping a smaller image from a larger one is achieved by setting 29 The selection API deals with configuration of buffer 31 the selection API the concepts of the padded target and constraints [all …]
|
H A D | selection-api.rst | 3 .. _selection-api: 5 Cropping, composing and scaling -- the SELECTION API 12 selection-api-intro.rst 13 selection-api-targets.rst 14 selection-api-configuration.rst 15 selection-api-vs-crop-api.rst 16 selection-api-examples.rst
|
/openbmc/webui-vue/src/store/modules/Logs/ |
H A D | DumpsStore.js | 1 import api, { getResponseCount } from '@/store/api'; 26 return api 28 .then((response) => api.get(response.data.LogServices['@odata.id'])) 29 .then((response) => api.get(`${response.data['@odata.id']}/Dump`)) 30 .then((response) => api.get(response.data.Entries['@odata.id'])) 34 return api 36 .then((response) => api.get(response.data.LogServices['@odata.id'])) 37 .then((response) => api.get(`${response.data['@odata.id']}/Dump`)) 38 .then((response) => api.get(response.data.Entries['@odata.id'])) 42 return await api [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.h | 56 /* definitions to support mailbox API version negotiation */ 58 /* each element denotes a version of the API; existing numbers may not 62 ixgbe_mbox_api_10, /* API version 1.0, linux/freebsd VF driver */ 63 ixgbe_mbox_api_20, /* API version 2.0, solaris Phase1 VF driver */ 64 ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */ 65 ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */ 66 ixgbe_mbox_api_13, /* API version 1.3, linux/freebsd VF driver */ 67 ixgbe_mbox_api_14, /* API version 1.4, linux/freebsd VF driver */ 68 ixgbe_mbox_api_15, /* API version 1.5, linux/freebsd VF driver */ 70 ixgbe_mbox_api_unknown, /* indicates that API version is not known */ [all …]
|
/openbmc/qemu/scripts/tracetool/format/ |
H A D | h.py | 31 event = e.api(e.QEMU_EVENT)) 34 out('extern uint16_t %s;' % e.api(e.QEMU_DSTATE)) 54 '#define %(api)s() ( \\', 55 api=e.api(e.QEMU_BACKEND_DSTATE)) 64 'static inline void %(api)s(%(args)s)', 66 api=e.api(e.QEMU_TRACE_NOCHECK), 77 'static inline void %(api)s(%(args)s)', 83 api=e.api(), 84 api_nocheck=e.api(e.QEMU_TRACE_NOCHECK),
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.h | 40 /* definitions to support mailbox API version negotiation */ 43 * Each element denotes a version of the API; existing numbers may not 47 ixgbe_mbox_api_10, /* API version 1.0, linux/freebsd VF driver */ 48 ixgbe_mbox_api_20, /* API version 2.0, solaris Phase1 VF driver */ 49 ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */ 50 ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */ 51 ixgbe_mbox_api_13, /* API version 1.3, linux/freebsd VF driver */ 52 ixgbe_mbox_api_14, /* API version 1.4, linux/freebsd VF driver */ 54 ixgbe_mbox_api_unknown, /* indicates that API version is not known */ 57 /* mailbox API, legacy requests */ [all …]
|
/openbmc/linux/Documentation/dev-tools/kunit/api/ |
H A D | index.rst | 4 API Reference 14 This page documents the KUnit kernel testing API. It is divided into the 17 Documentation/dev-tools/kunit/api/test.rst 19 - Documents all of the standard testing API 21 Documentation/dev-tools/kunit/api/resource.rst 23 - Documents the KUnit resource API 25 Documentation/dev-tools/kunit/api/functionredirection.rst 27 - Documents the KUnit Function Redirection API
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | alsa-driver-api.rst | 2 The ALSA Driver API 26 PCM API 44 PCM DMA Engine API 49 Control/Mixer API 56 AC97 Codec API 61 Virtual Master Control API 66 MIDI API 69 Raw MIDI API 73 MPU401-UART API 77 Proc Info API [all …]
|
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | SnmpAlertsStore.js | 1 import api, { getResponseCount } from '@/store/api'; 21 return await api 23 .then((response) => api.get(response.data.EventService['@odata.id'])) 24 .then((response) => api.get(response.data.Subscriptions['@odata.id'])) 30 return await api 35 .then((userIds) => api.all(userIds.map((user) => api.get(user)))) 50 return await api 72 return api.delete(`${snmpAlertUrl}/${id}`).catch((error) => { 77 return await api 84 api.spread((...responses) => { [all …]
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dvbapi.rst | 7 Part II - Digital TV API 12 This API is also known as Linux **DVB API**. 22 - the Digital TV API version 23 (e. g. DVB API version 3 or DVB API version 5); 58 - Original author of the Digital TV API documentation. 62 - Original author of the Digital TV API documentation. 66 - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix. 79 got fixed for the non-legacy API. 85 Digital TV API. 89 Add more information about DVBv5 API, better describing the frontend
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_api_cmd.c | 154 dev_err(&pdev->dev, "API CMD chain %d is busy, cons_idx: %d, prod_idx: %d\n", in chain_busy() 163 dev_err(&pdev->dev, "Unknown API CMD Chain type\n"); in chain_busy() 216 * prepare_api_cmd - prepare API CMD command 300 dev_err(&pdev->dev, "API CMD status: Xor check error\n"); in api_cmd_status_update() 306 dev_err(&pdev->dev, "unknown API CMD Chain %d\n", chain_type); in api_cmd_status_update() 314 * wait_for_status_poll - wait for write to api cmd command to complete 356 dev_err(&pdev->dev, "API CMD Poll status timeout\n"); in wait_for_api_cmd_completion() 363 dev_err(&pdev->dev, "unknown API CMD Chain type\n"); in wait_for_api_cmd_completion() 372 * api_cmd - API CMD command 410 * hinic_api_cmd_write - Write API CMD command [all …]
|