/Linux-v6.1/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.asn1 | 61 IMPLICIT OCTET STRING OPTIONAL ({snmp_helper}) 65 IMPLICIT INTEGER OPTIONAL 69 IMPLICIT INTEGER OPTIONAL 75 IMPLICIT INTEGER OPTIONAL 79 IMPLICIT OCTET STRING OPTIONAL 83 IMPLICIT INTEGER OPTIONAL 113 [0] IMPLICIT PDU OPTIONAL 116 [1] IMPLICIT PDU OPTIONAL 119 [2] IMPLICIT PDU OPTIONAL 122 [3] IMPLICIT PDU OPTIONAL [all …]
|
/Linux-v6.1/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 13 certSet [0] IMPLICIT ExtendedCertificatesAndCertificates, 14 certSequence [2] IMPLICIT Certificates 17 crlSet [1] IMPLICIT CertificateRevocationLists, 18 crlSequence [3] IMPLICIT CRLSequence 47 extendedCertificate [0] IMPLICIT ExtendedCertificate -- PKCS#6 75 aaSet [0] IMPLICIT SetOfAuthenticatedAttribute 86 uaSet [1] IMPLICIT SET OF UnauthenticatedAttribute, 87 uaSequence [3] IMPLICIT SEQUENCE OF UnauthenticatedAttribute 94 subjectKeyIdentifier [0] IMPLICIT SubjectKeyIdentifier
|
D | x509_akid.asn1 | 5 keyIdentifier [0] IMPLICIT KeyIdentifier OPTIONAL, 6 authorityCertIssuer [1] IMPLICIT GeneralNames OPTIONAL, 7 authorityCertSerialNumber [2] IMPLICIT CertificateSerialNumber OPTIONAL
|
D | x509.asn1 | 15 issuerUniqueID [ 1 ] IMPLICIT UniqueIdentifier OPTIONAL, 16 subjectUniqueID [ 2 ] IMPLICIT UniqueIdentifier OPTIONAL,
|
/Linux-v6.1/sound/usb/ |
D | implicit.c | 3 // Special handling for implicit feedback mode 18 #include "implicit.h" 46 /* Implicit feedback quirk table for playback */ 75 /* Implicit feedback quirk table for capture: only FIXED type */ 108 /* Check whether the given UAC2 iface:altset points to an implicit fb source */ 201 * for the implicit feedback operation 288 /* Setup an implicit feedback endpoint from a quirk. Returns 0 if no quirk 323 /* Generic UAC2 implicit feedback */ in audioformat_implicit_fb_quirk() 334 /* Roland/BOSS implicit feedback with vendor spec class */ in audioformat_implicit_fb_quirk() 349 /* Try the generic implicit fb if available */ in audioformat_implicit_fb_quirk() [all …]
|
/Linux-v6.1/Documentation/bpf/ |
D | linux-notes.rst | 32 These instructions have seven implicit operands: 34 * Register R6 is an implicit input that must contain a pointer to a 36 * Register R0 is an implicit output which contains the data fetched from 41 These instructions have an implicit program exit condition as well. If an
|
/Linux-v6.1/drivers/acpi/acpica/ |
D | utstrtoul64.c | 25 * 3) Runtime "Implicit conversion" as defined in the ACPI specification. 32 * interpreter - Implicit and explicit conversions, GPE method names 41 * and implicit conversions. This global must be set to the proper width. 51 * support (explicit/implicit) for octal string conversions. 162 * an "implicit conversion" by the ACPI specification. Used by 164 * an automatic (implicit) conversion from a string operand 201 * interpreter - All runtime implicit conversions, as per ACPI specification 218 * implicit conversions, and the "0x" prefix is "not allowed". in acpi_ut_implicit_strtoul64() 265 * "unpredictable", so ACPICA matches the behavior of the implicit 270 * behavior of the implicit conversion case. It terminates the
|
D | exstore.c | 213 * any existing object with the new object. No implicit in acpi_ex_store_object_to_index() 337 * implicit_conversion - Perform implicit conversion (yes/no) 399 * 2) Store with implicit conversion in acpi_ex_store_object_to_node() 461 * The simple data types all support implicit source operand in acpi_ex_store_object_to_node() 472 * an implicit conversion, as per the ACPI specification. in acpi_ex_store_object_to_node() 481 /* Store with implicit source operand conversion support */ in acpi_ex_store_object_to_node() 519 * field. Any required implicit source operand conversion is in acpi_ex_store_object_to_node() 571 " with no implicit conversion\n", in acpi_ex_store_direct_to_node()
|
D | exresop.c | 273 case ARGI_TARGETREF: /* Allows implicit conversion rules before store */ in acpi_ex_resolve_operands() 274 case ARGI_FIXED_TARGET: /* No implicit conversion before store to target */ in acpi_ex_resolve_operands() 275 case ARGI_SIMPLE_TARGET: /* Name, Local, or arg - no implicit conversion */ in acpi_ex_resolve_operands() 298 * a store because this would be an implicit de_ref_of operation. in acpi_ex_resolve_operands() 382 * Known as "Implicit Source Operand Conversion" in acpi_ex_resolve_operands() 408 * aka - "Implicit Source Operand Conversion" in acpi_ex_resolve_operands() 433 * aka - "Implicit Source Operand Conversion" in acpi_ex_resolve_operands()
|
D | dsutils.c | 28 * DESCRIPTION: Clear and remove a reference on an implicit return value. Used 47 * Delete any "stale" implicit return. However, in in acpi_ds_clear_implicit_return() 48 * complex statements, the implicit return value can be in acpi_ds_clear_implicit_return() 52 "Removing reference on stale implicit return obj %p\n", in acpi_ds_clear_implicit_return() 69 * RETURN: TRUE if implicit return enabled, FALSE otherwise 71 * DESCRIPTION: Implements the optional "implicit return". We save the result 97 * Delete any "stale" implicit return value first. However, in in acpi_ds_do_implicit_return() 98 * complex statements, the implicit return value can be in acpi_ds_do_implicit_return() 109 /* Save the implicit return value, add a reference if requested */ in acpi_ds_do_implicit_return() 150 * optional support for a so-called "implicit return". Some AML code in acpi_ds_is_result_used()
|
D | exconvrt.c | 94 * All other string-to-integer conversions are implicit conversions. in acpi_ex_convert_to_integer() 367 * DESCRIPTION: Convert an ACPI Object to a string. Supports both implicit 470 * Implicit buffer-to-string conversion in acpi_ex_convert_to_string() 523 /* Emit 0x prefix for explicit/implicit hex conversion */ in acpi_ex_convert_to_string() 568 * DESCRIPTION: Implements "implicit conversion" rules for storing an object. 588 * perform implicit conversion on the source before we store it. in acpi_ex_convert_to_target_type()
|
/Linux-v6.1/include/linux/ |
D | dma-resv.h | 87 * @DMA_RESV_USAGE_WRITE: Implicit write synchronization. 90 * an implicit write dependency. 95 * @DMA_RESV_USAGE_READ: Implicit read synchronization. 98 * an implicit read dependency. 103 * @DMA_RESV_USAGE_BOOKKEEP: No implicit sync. 106 * any implicit synchronization. 113 * dma_buf_import_sync_file() when implicit synchronization should 120 * dma_resv_usage_rw - helper for implicit sync 121 * @write: true if we create a new implicit sync write 123 * This returns the implicit synchronization usage for write or read accesses, [all …]
|
/Linux-v6.1/arch/sparc/include/uapi/asm/ |
D | asi.h | 133 #define ASI_P 0x80 /* Primary, implicit */ 134 #define ASI_S 0x81 /* Secondary, implicit */ 137 #define ASI_PL 0x88 /* Primary, implicit, l-endian */ 138 #define ASI_SL 0x89 /* Secondary, implicit, l-endian */ 277 * primary, implicit 280 * secondary, implicit 286 * implicit 290 * implicit 296 * implicit, little-endian 300 * implicit, little-endian
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_bitfields.c | 58 /* 8-bit implicit padding */ 60 /* 4 more bytes of implicit padding */ 63 /* 24 bits implicit padding */
|
D | btf_dump_test_case_padding.c | 4 * BTF-to-C dumper tests for implicit and explicit padding between fields and 50 /* 32 bit of implicit padding here, which algo will make explicit */
|
/Linux-v6.1/include/linux/sched/ |
D | mm.h | 45 * The implicit full barrier implied by atomic_dec_and_test() is in mmdrop() 278 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope. 296 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope. 299 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function. 309 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope. 327 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope. 330 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
|
/Linux-v6.1/Documentation/devicetree/bindings/timer/ |
D | arm,arch_timer.yaml | 75 affects writes to the tval register, due to the implicit counter read. 82 to the implicit counter read. 89 the tval registers, due to the implicit counter read.
|
/Linux-v6.1/include/uapi/linux/ |
D | dma-buf.h | 48 * If the driver or API with which the client is interacting uses implicit 112 * Unlike doing implicit synchronization via a GPU kernel driver's exec ioctl, 144 * sync_file into a dma-buf for the purposes of implicit synchronization 147 * which expect implicit synchronization such as OpenGL or most media
|
/Linux-v6.1/arch/parisc/math-emu/ |
D | Makefile | 7 ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ 9 -Wno-implicit-int
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_gem_atomic_helper.c | 132 * necessary to correctly implement implicit synchronization for any buffers 158 * This way explicit fencing can be used to overrule implicit fencing, in drm_gem_plane_helper_prepare_fb() 161 * rates. Implicit fencing will clamp rendering to the refresh rate of in drm_gem_plane_helper_prepare_fb() 164 * obeys both implicit and explicit fences for plane updates, then it in drm_gem_plane_helper_prepare_fb() 215 * helper to wait on. This is necessary to correctly implement implicit 219 * See drm_gem_plane_helper_prepare_fb() for a discussion of implicit and
|
/Linux-v6.1/arch/x86/include/asm/ |
D | smap.h | 32 /* Note: a barrier is implicit in alternative() */ in clac() 38 /* Note: a barrier is implicit in alternative() */ in stac()
|
/Linux-v6.1/drivers/firmware/efi/ |
D | mokvar-table.c | 91 * Implicit inputs: 95 * Implicit outputs: 299 * Implicit inputs: 307 * Implicit outputs:
|
/Linux-v6.1/Documentation/driver-api/ |
D | ioctl.rst | 176 implicit padding. The ``pahole`` tool can be used for checking the 185 implicit padding. 203 implicit padding in data structures. Where there is implicit padding
|
D | dma-buf.rst | 88 - The DMA buffer FD is also pollable, see `Implicit Fence Poll Support`_ below for 106 Implicit Fence Poll Support 110 :doc: implicit fence polling 271 workloads. This also means no implicit fencing for shared buffers in these 290 faults. Specifically this means implicit synchronization will not be possible.
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-decoder-cmd.rst | 50 call sends an implicit START command to the decoder if it has not been 54 call of a streaming file descriptor sends an implicit immediate STOP 158 decoder in case of an implicit stop initiated by the decoder itself,
|