Home
last modified time | relevance | path

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

12345678910>>...30

/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/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()
/Linux-v6.1/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.h234 * These are the xdr_stream style generic XDR encode and decode functions.
380 * xdr_stream_encode_item_present - Encode a "present" list item
399 * xdr_stream_encode_item_absent - Encode a "not present" list item
418 * xdr_encode_bool - Encode a boolean item
419 * @p: address in a buffer into which to encode
420 * @n: boolean value to encode
432 * xdr_stream_encode_bool - Encode a boolean item
434 * @n: boolean value to encode
452 * xdr_stream_encode_u32 - Encode a 32-bit integer
454 * @n: integer to encode
[all …]
/Linux-v6.1/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 …]
/Linux-v6.1/drivers/media/platform/mediatek/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
/Linux-v6.1/fs/ceph/
Dmetric.c53 /* encode the cap metric */ in ceph_mdsc_send_metrics()
64 /* encode the read latency metric */ in ceph_mdsc_send_metrics()
77 /* encode the write latency metric */ in ceph_mdsc_send_metrics()
90 /* encode the metadata latency metric */ in ceph_mdsc_send_metrics()
103 /* encode the dentry lease metric */ in ceph_mdsc_send_metrics()
116 /* encode the opened files metric */ in ceph_mdsc_send_metrics()
126 /* encode the pinned icaps metric */ in ceph_mdsc_send_metrics()
136 /* encode the opened inodes metric */ in ceph_mdsc_send_metrics()
146 /* encode the read io size metric */ in ceph_mdsc_send_metrics()
156 /* encode the write io size metric */ in ceph_mdsc_send_metrics()
/Linux-v6.1/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()
618 #define ENCODE(x) \ in rxrpc_read() macro
625 ENCODE(l); \ in rxrpc_read()
651 ENCODE(0); /* flags */ in rxrpc_read()
653 ENCODE(ntoks); in rxrpc_read()
658 ENCODE(toksize); in rxrpc_read()
660 ENCODE(token->security_index); in rxrpc_read()
664 ENCODE(token->kad->vice_id); in rxrpc_read()
665 ENCODE(token->kad->kvno); in rxrpc_read()
[all …]
/Linux-v6.1/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.
/Linux-v6.1/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
Drockchip-pcie-host.txt6 - #interrupt-cells: specifies the number of cells needed to encode an
39 - #interrupt-cells: specifies the number of cells needed to encode an
74 - #address-cells: specifies the number of cells needed to encode an
76 - #interrupt-cells: specifies the number of cells needed to encode an
Dxilinx-pcie.txt6 - #interrupt-cells: specifies the number of cells needed to encode an
27 - #address-cells: specifies the number of cells needed to encode an
29 - #interrupt-cells: specifies the number of cells needed to encode an
/Linux-v6.1/drivers/pnp/pnpacpi/
Drsparser.c40 dev_err(&dev->dev, "can't encode invalid IRQ mode %#x\n", in decode_irq_flags()
191 * one interrupt, we won't be able to re-encode it. in pnpacpi_allocated_resource()
668 pnp_dbg(&dev->dev, " encode irq (%s)\n", in pnpacpi_encode_irq()
680 pnp_dbg(&dev->dev, " encode irq %d %s %s %s (%d-byte descriptor)\n", in pnpacpi_encode_irq()
697 pnp_dbg(&dev->dev, " encode extended irq (%s)\n", in pnpacpi_encode_ext_irq()
710 pnp_dbg(&dev->dev, " encode irq %d %s %s %s\n", (int) p->start, in pnpacpi_encode_ext_irq()
724 pnp_dbg(&dev->dev, " encode dma (%s)\n", in pnpacpi_encode_dma()
759 pnp_dbg(&dev->dev, " encode dma %d " in pnpacpi_encode_dma()
783 pnp_dbg(&dev->dev, " encode io %#x-%#x decode %#x\n", io->minimum, in pnpacpi_encode_io()
801 pnp_dbg(&dev->dev, " encode fixed_io %#x-%#x\n", fixed_io->address, in pnpacpi_encode_fixed_io()
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dgen8_ppgtt.c260 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
318 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
489 gen8_pte_t encode = pte_encode; in xehpsdv_ppgtt_insert_huge() local
501 encode |= GEN8_PDE_PS_2M; in xehpsdv_ppgtt_insert_huge()
506 if (encode & GEN12_PPGTT_PTE_LM) { in xehpsdv_ppgtt_insert_huge()
532 vaddr[index++] = encode | iter->dma; in xehpsdv_ppgtt_insert_huge()
575 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
586 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
609 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
668 encode = vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
[all …]
/Linux-v6.1/drivers/clk/qcom/
DKconfig116 graphics, video encode/decode, camera, etc.
250 graphics, video encode/decode, camera, etc.
275 graphics, video encode/decode, camera, etc.
292 graphics, video encode/decode, camera, etc.
316 graphics, video encode/decode, camera, etc.
342 graphics, video encode/decode, camera, etc.
506 video encode and decode.
514 video encode and decode.
538 graphics, video encode/decode, camera, etc.
586 video encode and decode.
[all …]
/Linux-v6.1/sound/core/seq/
Dseq_midi_event.c51 void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev); member
172 * read one byte and encode to sequencer event:
218 if (status_event[dev->type].encode) /* set data values */ in snd_midi_event_encode_byte()
219 status_event[dev->type].encode(dev, ev); in snd_midi_event_encode_byte()
244 /* encode note event */
252 /* encode one parameter controls */
259 /* encode pitch wheel change */
266 /* encode midi control change */
274 /* encode one parameter value*/
280 /* encode song position */
/Linux-v6.1/drivers/media/rc/
Dir-rc5-decoder.c197 * ir_rc5_encode() - Encode a scancode as a stream of raw events
199 * @protocol: protocol variant to encode
200 * @scancode: scancode to encode
222 /* encode data */ in ir_rc5_encode()
237 /* encode data */ in ir_rc5_encode()
272 .encode = ir_rc5_encode,
Drc-ir-raw.c299 * ir_raw_gen_manchester() - Encode data with Manchester (bi-phase) modulation.
305 * @data: Data bits to encode.
381 * ir_raw_gen_pd() - Encode data to raw events with pulse-distance modulation.
387 * @data: Data bits to encode.
440 * ir_raw_gen_pl() - Encode data to raw events with pulse-length modulation.
446 * @data: Data bits to encode.
504 * ir_raw_encode_scancode() - Encode a scancode as raw events
511 * Attempts to encode the scancode as raw events.
530 if (handler->protocols & mask && handler->encode) { in ir_raw_encode_scancode()
531 ret = handler->encode(protocol, scancode, events, max); in ir_raw_encode_scancode()
[all …]
Dir-nec-decoder.c172 * ir_nec_scancode_to_raw() - encode an NEC scancode ready for modulation.
221 * ir_nec_encode() - Encode a scancode as a stream of raw events
223 * @protocol: protocol to encode
224 * @scancode: scancode to encode
254 .encode = ir_nec_encode,
/Linux-v6.1/fs/cachefiles/
Dkey.c33 * - "base64" encode the strange keys, mapping 3 bytes of raw to four of
67 /* See if it makes sense to encode it as "hex,hex,hex" for each 32-bit in cachefiles_cook_key()
83 b64len = 2 + b64len * 4; /* Length if we base64-encode it */ in cachefiles_cook_key()
106 /* We need to base64-encode it */ in cachefiles_cook_key()
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dopen-pic.txt22 - #interrupt-cells: Specifies the number of cells needed to encode an
25 - #address-cells: Specifies the number of cells needed to encode an
65 // Two cells to encode interrupt sources.

12345678910>>...30