Home
last modified time | relevance | path

Searched full:representation (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/kernel/linux/linux-5.10/include/kunit/
Dassert.h114 * @condition: A string representation of a conditional expression.
134 * @cond: A string representation of the expression asserted true or false.
152 * @text: A string representation of the expression passed to the expectation.
172 * @txt: A string representation of the expression passed to the expectation.
190 * @operation: A string representation of the comparison operator (e.g. "==").
191 * @left_text: A string representation of the expression in the left slot.
193 * @right_text: A string representation of the expression in the right slot.
217 * @op_str: A string representation of the comparison operator (e.g. "==").
218 * @left_str: A string representation of the expression in the left slot.
220 * @right_str: A string representation of the expression in the right slot.
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-bus-firewire17 Hexadecimal string representation of an u64.
69 Decimal string representation.
87 Hexadecimal string representation of an u24.
93 Hexadecimal string representation of an u24.
99 Hexadecimal string representation of an u24.
103 Hexadecimal string representation of an u24.
110 Hexadecimal string representation of an u24.
Dsysfs-firmware-opal-dump28 id: An ASCII representation of the dump ID
30 type: An ASCII representation of the type of
Dsysfs-firmware-opal-elog42 id: An ASCII representation of the ID of the
45 type: An ASCII representation of the type id and
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-kernel-boot_params12 "data" file is the binary representation of struct boot_params.
14 "version" file is the string representation of boot
23 representation of setup_data type. "data" file is the binary
24 representation of setup_data payload.
Dsysfs-secvar26 representation. The data and size can be determined by reading
32 Description: An integer representation of the size of the content of the
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dcaampkc.h18 * caam_priv_key_form - CAAM RSA private key representation
21 * 1. The first representation consists of the pair (n, d), where the
26 * 2. The second representation consists of the triplet (p, q, d), where the
32 * 3. The third representation consists of the quintuple (p, q, dP, dQ, qInv),
68 * @priv_form : CAAM RSA private key representation
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dusb-device.txt22 The textual representation of VID and PID shall be in lower case hexadecimal
38 number. The textual representation of VID, PID, CN and IN shall be in lower
45 The configuration component is not included in the textual representation of
51 The textual representation of VID and PID shall be in lower case hexadecimal
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
Dtargethw.h42 /* Memory representation of IDs must match representation in adapter. */
46 u_char oi_id[4] ; /* id bytes, representation as */
49 u_char oi_sub_id[4] ; /* sub id bytes, representation as */
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
Dnal-h264.h17 * C struct representation of the sequence parameter set NAL unit as defined by
38 * C struct representation of the VUI parameters as defined by Rec. ITU-T
93 * C struct representation of the sequence parameter set NAL unit as defined by
148 * C struct representation of the picture parameter set NAL unit as defined by
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dobject.rst4 In-Kernel Cache Object Representation and Management
11 (*) Representation
23 Representation chapter
26 FS-Cache maintains an in-kernel representation of each object that a netfs is
30 FS-Cache also maintains a separate in-kernel representation of the objects that
84 and DObject represent data storage objects. Indices may have representation in
149 to disconnecting the netfs's representation of a cache object (fscache_cookie)
150 from the cache backend's representation (fscache_object) - which may be
/kernel/linux/linux-5.10/include/linux/
Dcoresight.h140 * struct coresight_connection - representation of a single connection
144 * @child_dev: a @coresight_device representation of the component
146 * @link: Representation of the connection as a sysfs link.
157 * struct coresight_sysfs_link - representation of a connection in sysfs.
171 * struct coresight_device - representation of a device as used by the framework
185 * @ea: Device attribute for sink representation under PMU directory.
Dspmi.h34 * struct spmi_device - Basic representation of an SPMI device
35 * @dev: Driver model representation of the device.
74 * @dev: Driver model representation of the device.
Dsunxi-rsb.h22 * struct sunxi_rsb_device - Basic representation of an RSB device
23 * @dev: Driver model representation of the device.
/kernel/linux/linux-5.10/lib/
Doid_registry.c23 * @data: Binary representation of the OID
24 * @datasize: Size of the binary representation
98 * @data: Binary representation of the header + OID
99 * @datasize: Size of the binary representation
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dopcodes.h50 * format and in-memory representation, in an endianness-agnostic manner.
52 * __mem_to_opcode_*() convert from in-memory representation to canonical form.
53 * __opcode_to_mem_*() convert from canonical form to in-memory representation.
56 * Canonical instruction representation:
62 * There is no way to distinguish an ARM instruction in canonical representation
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/
Dmv_cesa.txt10 but this representation is deprecated and marvell,crypto-srams should
12 - reg-names: "regs". Can contain an "sram" entry, but this representation
Dmarvell-cesa.txt14 but this representation is deprecated and marvell,crypto-srams should
16 - reg-names: "regs". Can contain an "sram" entry, but this representation
/kernel/linux/linux-5.10/include/uapi/sound/
Dasoc.h361 * File block representation for manifest :-
383 * File block representation for mixer kcontrol :-
405 * File block representation for enum kcontrol :-
428 * File block representation for bytes kcontrol :-
449 * File block representation for DAPM graph elements :-
465 * File block representation for DAPM widget :-
504 * File block representation for PCM :-
532 * File block representation for physical link config :-
558 * File block representation for physical DAI :-
/kernel/linux/linux-5.10/lib/kunit/
DKconfig18 bool "KUnit - Enable /sys/kernel/debug/kunit debugfs representation" if !KUNIT_ALL_TESTS
21 Enable debugfs representation for kunit. Currently this consists
Ddebugfs.c18 * Create a debugfs representation of test suites:
96 /* Allocate logs before creating debugfs representation. */ in kunit_debugfs_create_suite()
/kernel/linux/linux-5.10/arch/riscv/kernel/
Dmcount.S100 * A pseudo representation for the function graph tracer:
116 * A pseudo representation for the function tracer:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/
Dmobiveil-pcie.txt7 - #address-cells: Address representation for root ports, set to <3>
8 - #size-cells: Size representation for root ports, set to <2>
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dti,davinci-rproc.txt4 Binding status: Unstable - Subject to changes for DT representation of clocks
29 and the size of the region, the representation matching
/kernel/linux/linux-5.10/net/netfilter/
Dnft_set_pipapo.c403 * @set: nftables API set representation
404 * @key: nftables API element representation containing key data
504 * @set: nftables API set representation
597 * @set: nftables API set representation
598 * @elem: nftables API element representation containing key data
1147 * @set: nftables API set representation
1148 * @elem: nftables API element representation containing key data
1534 * @set: nftables API set representation
1625 * @set: nftables API set representation
1662 * @set: nftables API set representation
[all …]

12345678910>>...27