Home
last modified time | relevance | path

Searched full:encode (Results 1 – 25 of 1456) sorted by relevance

12345678910>>...59

/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json4 "name": "Create valid ife encode action with mark and pass control",
17 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2",
20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2",
28 "name": "Create valid ife encode action with mark and pipe control",
41 "cmdUnderTest": "$TC actions add action ife encode use mark 10 pipe index 2",
44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
52 "name": "Create valid ife encode action with mark and continue control",
65 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2",
68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde…
76 "name": "Create valid ife encode action with mark and drop control",
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json4 "name": "Create valid ife encode action with mark and pass control",
17 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2",
20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2",
28 "name": "Create valid ife encode action with mark and pipe control",
41 "cmdUnderTest": "$TC actions add action ife encode use mark 10 pipe index 2",
44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
52 "name": "Create valid ife encode action with mark and continue control",
65 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2",
68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde…
76 "name": "Create valid ife encode action with mark and drop control",
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
Dtpm2_tests.py23 data = ('X' * 64).encode()
24 auth = ('A' * 15).encode()
33 data = ('X' * 64).encode()
34 auth = ('A' * 15).encode()
61 data = ('X' * 64).encode()
62 auth = ('A' * 20).encode()
68 auth[:-1] + 'B'.encode(), None)
77 data = ('X' * 64).encode()
78 auth = ('A' * 17).encode()
95 self.client.extend_pcr(1, ('X' * ds).encode())
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/
Dtpm2_tests.py23 data = ('X' * 64).encode()
24 auth = ('A' * 15).encode()
43 data = ('X' * 64).encode()
44 auth = ('A' * 15).encode()
71 data = ('X' * 64).encode()
72 auth = ('A' * 20).encode()
78 auth[:-1] + 'B'.encode(), None)
90 data = ('X' * 64).encode()
91 auth = ('A' * 17).encode()
108 self.client.extend_pcr(1, ('X' * ds).encode(), bank_alg=bank_alg)
[all …]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
Dof_helpers.c54 /* Get drc-type:encode-string */ in of_read_drc_info_cell()
60 /* Get drc-name-prefix:encode-string */ in of_read_drc_info_cell()
66 /* Get drc-index-start:encode-int */ in of_read_drc_info_cell()
70 /* Get drc-name-suffix-start:encode-int */ in of_read_drc_info_cell()
75 /* Get number-sequential-elements:encode-int */ in of_read_drc_info_cell()
80 /* Get sequential-increment:encode-int */ in of_read_drc_info_cell()
85 /* Get drc-power-domain:encode-int */ in of_read_drc_info_cell()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dof_helpers.c54 /* Get drc-type:encode-string */ in of_read_drc_info_cell()
60 /* Get drc-name-prefix:encode-string */ in of_read_drc_info_cell()
66 /* Get drc-index-start:encode-int */ in of_read_drc_info_cell()
70 /* Get drc-name-suffix-start:encode-int */ in of_read_drc_info_cell()
75 /* Get number-sequential-elements:encode-int */ in of_read_drc_info_cell()
80 /* Get sequential-increment:encode-int */ in of_read_drc_info_cell()
85 /* Get drc-power-domain:encode-int */ in of_read_drc_info_cell()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_netdev.c36 u64 encode = GENMASK_ULL(bit + width - 1, bit) & (value << bit); in __ifh_encode_bitfield() local
39 if (encode & 0xFF) in __ifh_encode_bitfield()
40 ifh_hdr[byte] |= (u8)((encode & 0xFF)); in __ifh_encode_bitfield()
42 if (encode & 0xFF00) in __ifh_encode_bitfield()
43 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8); in __ifh_encode_bitfield()
45 if (encode & 0xFF0000) in __ifh_encode_bitfield()
46 ifh_hdr[byte - 2] |= (u8)((encode & 0xFF0000) >> 16); in __ifh_encode_bitfield()
48 if (encode & 0xFF000000) in __ifh_encode_bitfield()
49 ifh_hdr[byte - 3] |= (u8)((encode & 0xFF000000) >> 24); in __ifh_encode_bitfield()
51 if (encode & 0xFF00000000) in __ifh_encode_bitfield()
[all …]
/kernel/linux/linux-6.6/include/linux/sunrpc/
Drpc_rdma.h128 * xdr_encode_rdma_segment - Encode contents of an RDMA segment
130 * @handle: The RDMA handle to encode
131 * @length: The RDMA length to encode
132 * @offset: The RDMA offset to encode
146 * xdr_encode_read_segment - Encode contents of a Read segment
148 * @position: The position to encode
149 * @handle: The RDMA handle to encode
150 * @length: The RDMA length to encode
151 * @offset: The RDMA offset to encode
Dxdr.h236 * These are the xdr_stream style generic XDR encode and decode functions.
388 * xdr_stream_encode_item_present - Encode a "present" list item
407 * xdr_stream_encode_item_absent - Encode a "not present" list item
426 * xdr_encode_bool - Encode a boolean item
427 * @p: address in a buffer into which to encode
428 * @n: boolean value to encode
440 * xdr_stream_encode_bool - Encode a boolean item
442 * @n: boolean value to encode
460 * xdr_stream_encode_u32 - Encode a 32-bit integer
462 * @n: integer to encode
[all …]
/kernel/linux/linux-5.10/include/linux/sunrpc/
Drpc_rdma.h128 * xdr_encode_rdma_segment - Encode contents of an RDMA segment
130 * @handle: The RDMA handle to encode
131 * @length: The RDMA length to encode
132 * @offset: The RDMA offset to encode
146 * xdr_encode_read_segment - Encode contents of a Read segment
148 * @position: The position to encode
149 * @handle: The RDMA handle to encode
150 * @length: The RDMA length to encode
151 * @offset: The RDMA offset to encode
/kernel/linux/linux-6.6/lib/
Dasn1_encoder.c14 * asn1_encode_integer() - encode positive integer to ASN.1
33 "BUG: integer encode only supports positive integers")) in asn1_encode_integer()
132 * asn1_encode_oid() - encode an oid to ASN.1
180 * asn1_encode_length() - encode a length to follow an ASN.1 tag
181 * @data: pointer to encode at
183 * @len: length to encode
185 * This routine can encode lengths up to 65535 using the ASN.1 rules.
259 * To encode in place pass a NULL @string and -1 for @len and the
266 * expects to be called with @data pointing to where the first encode
319 * asn1_encode_octet_string() - encode an ASN.1 OCTET STRING
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
Dvenc_drv_base.h25 * (*encode)() - trigger encode
27 * @opt: [in] encode option
30 * @result: [out] encode result
32 int (*encode)(void *handle, enum venc_start_opt opt, member
Dvenc_drv_if.h30 * enum venc_start_opt - encode frame option used in venc_if_encode()
31 * @VENC_START_OPT_ENCODE_SEQUENCE_HEADER: encode SPS/PPS for H264
32 * @VENC_START_OPT_ENCODE_FRAME: encode normal frame
155 * venc_if_encode - Encode one frame
157 * @opt: encode frame option
160 * @result: encode result
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
Dvenc_drv_base.h25 * (*encode)() - trigger encode
27 * @opt: [in] encode option
30 * @result: [out] encode result
32 int (*encode)(void *handle, enum venc_start_opt opt, member
Dvenc_drv_if.h31 * enum venc_start_opt - encode frame option used in venc_if_encode()
32 * @VENC_START_OPT_ENCODE_SEQUENCE_HEADER: encode SPS/PPS for H264
33 * @VENC_START_OPT_ENCODE_FRAME: encode normal frame
156 * venc_if_encode - Encode one frame
158 * @opt: encode frame option
161 * @result: encode result
Dmtk_vcodec_enc.h28 * @param_change: Types of encode parameter change before encoding this
30 * @enc_params: Encode parameters changed before encode this buffer
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_core.h119 * @clks: JPEG encode clock
120 * @clk_num: JPEG encode clock numbers
143 * @venc_clk: jpeg encode clock
144 * @jpegenc_irq: jpeg encode irq num
145 * @job_timeout_work: encode timeout workqueue
146 * @hw_param: jpeg encode hw parameters
205 * @reg_encbase: jpg encode register base addr
206 * @enc_hw_dev: jpg encode hardware device
301 /* spinlock protecting the encode done buffer */
/kernel/linux/linux-6.6/include/media/
Dv4l2-cci.h20 * @reg: Register address, use CCI_REG#() macros to encode reg width
57 * @reg: Register address to read, use CCI_REG#() macros to encode reg width
70 * @reg: Register address to write, use CCI_REG#() macros to encode reg width
84 * @reg: Register address to update, use CCI_REG#() macros to encode reg width
102 * written, register-addresses use CCI_REG#() macros to encode reg width
110 * Use of the CCI_REG#() macros to encode reg width is mandatory.
/kernel/linux/linux-6.6/fs/ceph/
Dmetric.c61 /* encode the cap metric */ in ceph_mdsc_send_metrics()
72 /* encode the read latency metric */ in ceph_mdsc_send_metrics()
85 /* encode the write latency metric */ in ceph_mdsc_send_metrics()
98 /* encode the metadata latency metric */ in ceph_mdsc_send_metrics()
111 /* encode the dentry lease metric */ in ceph_mdsc_send_metrics()
124 /* encode the opened files metric */ in ceph_mdsc_send_metrics()
134 /* encode the pinned icaps metric */ in ceph_mdsc_send_metrics()
144 /* encode the opened inodes metric */ in ceph_mdsc_send_metrics()
154 /* encode the read io size metric */ in ceph_mdsc_send_metrics()
164 /* encode the write io size metric */ in ceph_mdsc_send_metrics()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/
Datmel,at91sam9-rtc.txt7 - reg: should encode the memory region of the RTT controller
10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store
13 encode the offset within the GPBR block (or in other words, the
/kernel/linux/linux-6.6/net/rxrpc/
Dkey.c436 default: /* we have a ticket we can't encode */ in rxrpc_describe()
598 default: /* we have a ticket we can't encode */ in rxrpc_read()
619 #define ENCODE(x) \ in rxrpc_read() macro
626 ENCODE(l); \ in rxrpc_read()
652 ENCODE(0); /* flags */ in rxrpc_read()
654 ENCODE(ntoks); in rxrpc_read()
659 ENCODE(toksize); in rxrpc_read()
661 ENCODE(token->security_index); in rxrpc_read()
665 ENCODE(token->kad->vice_id); in rxrpc_read()
666 ENCODE(token->kad->kvno); in rxrpc_read()
[all …]
/kernel/linux/linux-5.10/Documentation/powerpc/
Dassociativity.rst63 prop-encoded-array: The number N of the domainIDs encoded as with encode-int, followed by
64 N domainID encoded as with encode-int
74 prop-encoded-array: The number N of the distance values encoded as with encode-int, followed by
75 N distance values encoded as with encode-bytes. The max distance value we could encode is 255.
/kernel/linux/linux-6.6/Documentation/powerpc/
Dassociativity.rst63 prop-encoded-array: The number N of the domainIDs encoded as with encode-int, followed by
64 N domainID encoded as with encode-int
74 prop-encoded-array: The number N of the distance values encoded as with encode-int, followed by
75 N distance values encoded as with encode-bytes. The max distance value we could encode is 255.
/kernel/linux/linux-5.10/drivers/clk/qcom/
DKconfig99 graphics, video encode/decode, camera, etc.
218 graphics, video encode/decode, camera, etc.
235 graphics, video encode/decode, camera, etc.
259 graphics, video encode/decode, camera, etc.
285 graphics, video encode/decode, camera, etc.
344 video encode and decode.
398 video encode and decode.
464 video encode and decode.
473 video encode and decode.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pci/
Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
52 - #address-cells: specifies the number of cells needed to encode an
58 - #interrupt-cells: specifies the number of cells needed to encode an

12345678910>>...59