| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | fw-api.h | 68 #include "fw/api/tdls.h" 69 #include "fw/api/mac-cfg.h" 70 #include "fw/api/offload.h" 71 #include "fw/api/context.h" 72 #include "fw/api/time-event.h" 73 #include "fw/api/datapath.h" 74 #include "fw/api/phy.h" 75 #include "fw/api/config.h" 76 #include "fw/api/soc.h" 77 #include "fw/api/alive.h" [all …]
|
| /kernel/liteos_m/testsuites/unittest/posix/src/fs/ |
| D | BUILD.gn | 31 "api/posix_fs_access_test.c", 32 "api/posix_fs_close_test.c", 33 "api/posix_fs_closedir_test.c", 34 "api/posix_fs_fstat_test.c", 35 "api/posix_fs_fsync_test.c", 36 "api/posix_fs_ftruncate_test.c", 37 "api/posix_fs_lseek_test.c", 38 "api/posix_fs_mkdir_test.c", 39 "api/posix_fs_open_test.c", 40 "api/posix_fs_opendir_test.c", [all …]
|
| /kernel/linux/linux-6.6/Documentation/crypto/ |
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/crypto/ |
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| 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 …]
|
| /kernel/liteos_m/kal/posix/ |
| D | Kconfig | 31 bool "Enable POSIX API" 34 Answer Y to enable LiteOS support POSIX API. 39 bool "Enable POSIX Thread API" 42 Answer Y to enable LiteOS support POSIX Thread API. 45 bool "Enable POSIX Semaphore API" 48 Answer Y to enable LiteOS support POSIX Semaphore API. 51 bool "Enable POSIX Clock API" 54 Answer Y to enable LiteOS support POSIX Clock API. 57 bool "Enable POSIX Mqueue API" 60 Answer Y to enable LiteOS support POSIX Mqueue API. [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/cfg/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/driver-api/ |
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| 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 …]
|
| 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
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| 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 …]
|
| 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
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
| 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 …]
|
| /kernel/liteos_a/kernel/include/ |
| D | los_list.h | 61 * This API is used to initialize a doubly linked list. 71 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul> 86 * <li>This API is used to point to the next node pointed to by the current node.</li> 97 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul> 108 * <li>This API is used to test node is the end of the list.</li> 120 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul> 131 * <li>This API is used to test node is on the list.</li> 142 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul> 153 * <li>This API is used to point to the previous node pointed to by the current node.</li> 164 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul> [all …]
|
| D | los_pm.h | 109 * This API is used to register a power management node. 118 * <ul><li>los_pm.h: the header file that contains the API declaration.</li></ul> 128 * This API is used to unregister a power management node. 137 * <ul><li>los_pm.h: the header file that contains the API declaration.</li></ul> 147 * This API is used to set the system wake-up flag. 155 * <ul><li>los_pm.h: the header file that contains the API declaration.</li></ul> 165 * This API is used to get the low power mode of the current system. 173 * <ul><li>los_pm.h: the header file that contains the API declaration.</li></ul> 183 * This API is used to set low power mode. 191 * <ul><li>los_pm.h: the header file that contains the API declaration.</li></ul> [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
| D | mbx.h | 54 /* definitions to support mailbox API version negotiation */ 56 /* each element denotes a version of the API; existing numbers may not 60 ixgbe_mbox_api_10, /* API version 1.0, linux/freebsd VF driver */ 61 ixgbe_mbox_api_20, /* API version 2.0, solaris Phase1 VF driver */ 62 ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */ 63 ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */ 64 ixgbe_mbox_api_13, /* API version 1.3, linux/freebsd VF driver */ 65 ixgbe_mbox_api_14, /* API version 1.4, linux/freebsd VF driver */ 67 ixgbe_mbox_api_unknown, /* indicates that API version is not known */ 70 /* mailbox API, legacy requests */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/dev-tools/kunit/api/ |
| 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
|