Home
last modified time | relevance | path

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

12345678910>>...30

/linux-6.8/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-elog42 id: An ASCII representation of the ID of the
45 type: An ASCII representation of the type id and
Dsysfs-firmware-opal-dump28 id: An ASCII representation of the dump ID
30 type: An ASCII representation of the type of
/linux-6.8/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.
/linux-6.8/Documentation/trace/rv/
Ddeterministic_automata.rst32 in multiple formats. For example, using a *graphical representation*, using
57 /* enum representation of X (set of states) to be used as index */
66 /* enum representation of E (set of events) to be used as index */
109 The Graphviz open-source tool can produce the graphical representation
143 in the example above and automatically convert it to the C representation
148 representation (previously shown) in the 'wip.h' file::
179 For the C representation in kernel, see::
Dda_monitor_synthesis.rst8 The formal representation needs to be then *synthesized* into a *monitor*
50 the DOT format into the C representation [1] and creating the skeleton of
90 the 'type' argument is the data type used by dot2k on the representation of
141 from one representation to another, see::
/linux-6.8/drivers/crypto/caam/
Dcaampkc.h17 * caam_priv_key_form - CAAM RSA private key representation
20 * 1. The first representation consists of the pair (n, d), where the
25 * 2. The second representation consists of the triplet (p, q, d), where the
31 * 3. The third representation consists of the quintuple (p, q, dP, dQ, qInv),
67 * @priv_form : CAAM RSA private key representation
/linux-6.8/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 */
/linux-6.8/include/kunit/
Dassert.h76 * @condition: A string representation of a conditional expression.
97 * @text: A string representation of the expression passed to the expectation.
116 * @operation: A string representation of the comparison operator (e.g. "==").
117 * @left_text: A string representation of the left expression (e.g. "2+2").
118 * @right_text: A string representation of the right expression (e.g. "2+2").
/linux-6.8/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
/linux-6.8/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
Dparser.c185 * match_int - scan a decimal representation of an integer from a substring_t
201 * match_uint - scan a decimal representation of an integer from a substring_t
222 * match_u64 - scan a decimal representation of a u64 from
240 * match_octal - scan an octal representation of an integer from a substring_t
256 * match_hex - scan a hex representation of an integer from a substring_t
/linux-6.8/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
/linux-6.8/tools/include/nolibc/
Dstdlib.h193 /* Converts the unsigned long integer <in> to its hex representation into
233 /* Converts the unsigned long integer <in> to its string representation into
264 /* Converts the signed long integer <in> to its string representation into
325 /* Converts the unsigned 64-bit integer <in> to its hex representation into
369 /* Converts the unsigned 64-bit integer <in> to its string representation into
400 /* Converts the signed 64-bit integer <in> to its string representation into
/linux-6.8/Documentation/devicetree/bindings/usb/
Dusb-device.yaml34 The textual representation of VID and PID shall be in lower case
58 representation of an interface-node unit address for configuration 1.
66 number. The textual representation of VID, PID, CN and IN shall be
/linux-6.8/include/uapi/sound/
Dasoc.h363 * File block representation for manifest :-
385 * File block representation for mixer kcontrol :-
407 * File block representation for enum kcontrol :-
430 * File block representation for bytes kcontrol :-
451 * File block representation for DAPM graph elements :-
467 * File block representation for DAPM widget :-
506 * File block representation for PCM :-
534 * File block representation for physical link config :-
560 * File block representation for physical DAI :-
/linux-6.8/drivers/media/platform/allegro-dvt/
Dnal-h264.h20 * C struct representation of the sequence parameter set NAL unit as defined by
41 * C struct representation of the VUI parameters as defined by Rec. ITU-T
96 * C struct representation of the sequence parameter set NAL unit as defined by
151 * C struct representation of the picture parameter set NAL unit as defined by
/linux-6.8/fs/pstore/
DKconfig113 1) <hex_major><hex_minor> device number in hexadecimal representation,
124 filled hex representation of the 32-bit "NT disk signature", and PP
125 is a zero-filled hex representation of the 1-based partition number.
/linux-6.8/include/linux/
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.
/linux-6.8/lib/kunit/
DKconfig19 bool "KUnit - Enable /sys/kernel/debug/kunit debugfs representation" if !KUNIT_ALL_TESTS
22 Enable debugfs representation for kunit. Currently this consists
/linux-6.8/net/netfilter/
Dnft_set_pipapo.c400 * @set: nftables API set representation
401 * @key: nftables API element representation containing key data
504 * @set: nftables API set representation
600 * @set: nftables API set representation
601 * @elem: nftables API element representation containing key data
1192 * @set: nftables API set representation
1193 * @elem: nftables API element representation containing key data
1582 * @set: nftables API set representation
1692 * @set: nftables API set representation
1760 * @set: nftables API set representation
[all …]
/linux-6.8/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
/linux-6.8/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>

12345678910>>...30