/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 …]
|
H A D | index.rst | 2 Crypto API 8 This documentation outlines the Linux kernel crypto API with its 9 concepts, details about developing cipher implementations, employment of the API 20 api-intro 23 async-tx-api 28 api 29 api-samples
|
/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/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-openembedded/meta-oe/recipes-extended/libwmf/libwmf/ |
H A D | libwmf-0.2.8.4-intoverflow.patch | 21 -/* P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API)-3) * 2 * sizeof (unsigned c… 22 - */ P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API) ) * 2 * sizeof (unsigned … 23 + if (MAX_REC_SIZE(API) > UINT32_MAX / 2) 25 + API->err = wmf_E_InsMem; 26 + WMF_DEBUG (API,"bailing..."); 27 + return (API->err); 30 + P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API) ) * 2 * sizeof (unsigned ch… 32 if (ERR (API)) 33 { WMF_DEBUG (API,"bailing...");
|
/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/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/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/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/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/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/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/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0010-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch | 9 deployments/psa-api-test/initial_attestation/iat-api-test.cmake | 2 +- 12 … --git a/deployments/psa-api-test/initial_attestation/iat-api-test.cmake b/deployments/psa-api-tes… 14 --- a/deployments/psa-api-test/initial_attestation/iat-api-test.cmake 15 +++ b/deployments/psa-api-test/initial_attestation/iat-api-test.cmake
|
/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 …]
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | FanStore.js | 1 import api from '@/store/api'; 37 return await api 40 api.all( 42 api.get(member['@odata.id']).then((response) => response.data), 51 return await api 57 return await api 60 return api.get(`${response.data.Fans['@odata.id']}`); 64 api.get(member['@odata.id']), 66 return api.all(promises);
|