Home
last modified time | relevance | path

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

12345678910>>...29

/Linux-v6.1/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.
/Linux-v6.1/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
/Linux-v6.1/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-v6.1/include/kunit/
Dassert.h76 * @condition: A string representation of a conditional expression.
95 * @cond: A string representation of the expression asserted true or false.
110 * @text: A string representation of the expression passed to the expectation.
129 * @txt: A string representation of the expression passed to the expectation.
143 * @operation: A string representation of the comparison operator (e.g. "==").
144 * @left_text: A string representation of the left expression (e.g. "2+2").
145 * @right_text: A string representation of the right expression (e.g. "2+2").
/Linux-v6.1/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
/Linux-v6.1/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-v6.1/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-v6.1/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.c182 * match_int - scan a decimal representation of an integer from a substring_t
198 * match_uint - scan a decimal representation of an integer from a substring_t
221 * match_u64 - scan a decimal representation of a u64 from
239 * match_octal - scan an octal representation of an integer from a substring_t
255 * match_hex - scan a hex representation of an integer from a substring_t
/Linux-v6.1/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-v6.1/tools/include/nolibc/
Dstdlib.h174 /* Converts the unsigned long integer <in> to its hex representation into
214 /* Converts the unsigned long integer <in> to its string representation into
245 /* Converts the signed long integer <in> to its string representation into
306 /* Converts the unsigned 64-bit integer <in> to its hex representation into
350 /* Converts the unsigned 64-bit integer <in> to its string representation into
381 /* Converts the signed 64-bit integer <in> to its string representation into
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/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
Ddebugfs.c18 * Create a debugfs representation of test suites:
96 /* Allocate logs before creating debugfs representation. */ in kunit_debugfs_create_suite()
/Linux-v6.1/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
1629 * @set: nftables API set representation
1666 * @set: nftables API set representation
[all …]
/Linux-v6.1/arch/riscv/kernel/
Dmcount.S100 * A pseudo representation for the function graph tracer:
116 * A pseudo representation for the function tracer:
/Linux-v6.1/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-v6.1/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>>...29