Home
last modified time | relevance | path

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

12345678910>>...29

/Linux-v5.15/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-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_netdev.c35 u64 encode = GENMASK_ULL(bit + width - 1, bit) & (value << bit); in __ifh_encode_bitfield() local
38 if (encode & 0xFF) in __ifh_encode_bitfield()
39 ifh_hdr[byte] |= (u8)((encode & 0xFF)); in __ifh_encode_bitfield()
41 if (encode & 0xFF00) in __ifh_encode_bitfield()
42 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8); in __ifh_encode_bitfield()
44 if (encode & 0xFF0000) in __ifh_encode_bitfield()
45 ifh_hdr[byte - 2] |= (u8)((encode & 0xFF0000) >> 16); in __ifh_encode_bitfield()
47 if (encode & 0xFF000000) in __ifh_encode_bitfield()
48 ifh_hdr[byte - 3] |= (u8)((encode & 0xFF000000) >> 24); in __ifh_encode_bitfield()
50 if (encode & 0xFF00000000) in __ifh_encode_bitfield()
[all …]
/Linux-v5.15/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 …]
/Linux-v5.15/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-v5.15/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.
361 * xdr_stream_encode_item_present - Encode a "present" list item
380 * xdr_stream_encode_item_absent - Encode a "not present" list item
399 * xdr_encode_bool - Encode a boolean item
400 * @p: address in a buffer into which to encode
401 * @n: boolean value to encode
413 * xdr_stream_encode_bool - Encode a boolean item
415 * @n: boolean value to encode
433 * xdr_stream_encode_u32 - Encode a 32-bit integer
435 * @n: integer to encode
[all …]
/Linux-v5.15/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
182 * asn1_encode_length() - encode a length to follow an ASN.1 tag
183 * @data: pointer to encode at
185 * @len: length to encode
187 * This routine can encode lengths up to 65535 using the ASN.1 rules.
261 * To encode in place pass a NULL @string and -1 for @len and the
268 * expects to be called with @data pointing to where the first encode
321 * asn1_encode_octet_string() - encode an ASN.1 OCTET STRING
[all …]
/Linux-v5.15/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
/Linux-v5.15/drivers/clk/qcom/
DKconfig116 graphics, video encode/decode, camera, etc.
241 graphics, video encode/decode, camera, etc.
266 graphics, video encode/decode, camera, etc.
275 graphics, video encode/decode, camera, etc.
299 graphics, video encode/decode, camera, etc.
325 graphics, video encode/decode, camera, etc.
428 video encode and decode.
436 video encode and decode.
460 graphics, video encode/decode, camera, etc.
508 video encode and decode.
[all …]
/Linux-v5.15/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
/Linux-v5.15/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-v5.15/fs/ceph/
Dmetric.c48 /* encode the cap metric */ in ceph_mdsc_send_metrics()
59 /* encode the read latency metric */ in ceph_mdsc_send_metrics()
71 /* encode the write latency metric */ in ceph_mdsc_send_metrics()
83 /* encode the metadata latency metric */ in ceph_mdsc_send_metrics()
95 /* encode the dentry lease metric */ in ceph_mdsc_send_metrics()
108 /* encode the opened files metric */ in ceph_mdsc_send_metrics()
118 /* encode the pinned icaps metric */ in ceph_mdsc_send_metrics()
128 /* encode the opened inodes metric */ in ceph_mdsc_send_metrics()
138 /* encode the read io size metric */ in ceph_mdsc_send_metrics()
148 /* encode the write io size metric */ in ceph_mdsc_send_metrics()
/Linux-v5.15/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-v5.15/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-v5.15/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()
667 pnp_dbg(&dev->dev, " encode irq (%s)\n", in pnpacpi_encode_irq()
679 pnp_dbg(&dev->dev, " encode irq %d %s %s %s (%d-byte descriptor)\n", in pnpacpi_encode_irq()
696 pnp_dbg(&dev->dev, " encode extended irq (%s)\n", in pnpacpi_encode_ext_irq()
709 pnp_dbg(&dev->dev, " encode irq %d %s %s %s\n", (int) p->start, in pnpacpi_encode_ext_irq()
723 pnp_dbg(&dev->dev, " encode dma (%s)\n", in pnpacpi_encode_dma()
758 pnp_dbg(&dev->dev, " encode dma %d " in pnpacpi_encode_dma()
782 pnp_dbg(&dev->dev, " encode io %#x-%#x decode %#x\n", io->minimum, in pnpacpi_encode_io()
800 pnp_dbg(&dev->dev, " encode fixed_io %#x-%#x\n", fixed_io->address, in pnpacpi_encode_fixed_io()
[all …]
/Linux-v5.15/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-v5.15/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,
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,
Drc-ir-raw.c301 * ir_raw_gen_manchester() - Encode data with Manchester (bi-phase) modulation.
307 * @data: Data bits to encode.
383 * ir_raw_gen_pd() - Encode data to raw events with pulse-distance modulation.
389 * @data: Data bits to encode.
442 * ir_raw_gen_pl() - Encode data to raw events with pulse-length modulation.
448 * @data: Data bits to encode.
506 * ir_raw_encode_scancode() - Encode a scancode as raw events
513 * Attempts to encode the scancode as raw events.
532 if (handler->protocols & mask && handler->encode) { in ir_raw_encode_scancode()
533 ret = handler->encode(protocol, scancode, events, max); in ir_raw_encode_scancode()
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dgen8_ppgtt.c247 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
306 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
473 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
484 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
507 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
565 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
569 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
651 vm->scratch[0]->encode = in gen8_init_scratch()
668 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch()
669 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch()
[all …]
/Linux-v5.15/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>>...29