Home
last modified time | relevance | path

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

12345678910>>...28

/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dife.json4 "name": "Create valid ife encode action with mark and pass control",
20 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2",
23 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2",
31 "name": "Create valid ife encode action with mark and pipe control",
47 "cmdUnderTest": "$TC actions add action ife encode use mark 10 pipe index 2",
50 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
58 "name": "Create valid ife encode action with mark and continue control",
74 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2",
77 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde…
85 "name": "Create valid ife encode action with mark and drop control",
[all …]
/linux/tools/testing/selftests/tpm2/
H A 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/lib/
H A 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/arch/powerpc/platforms/pseries/
H A 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/include/linux/sunrpc/
H A 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
H A 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...]
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A 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
H A 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
H A Dmtk_vcodec_enc.h29 * @param_change: Types of encode parameter change before encoding this
31 * @enc_params: Encode parameters changed before encode this buffer
H A Dmtk_vcodec_enc_drv.h30 * @core_id: stand for h264 or vp8 encode index
104 * @param_change: indicate encode parameter type
108 * @drv_handle: driver handle for specific decode/encode instance
182 * @encode_workqueue: encode work queue
188 * @enc_capability: used to identify encode capability
/linux/drivers/media/platform/mediatek/jpeg/
H A 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
204 * @reg_encbase: jpg encode register base addr
205 * @enc_hw_dev: jpg encode hardware device
300 /* spinlock protecting the encode done buffer */
/linux/fs/bcachefs/
H A Dvarint.c15 * bch2_varint_encode - encode a variable length integer
16 * @out: destination to encode to
17 * @v: unsigned integer to encode
41 * bch2_varint_decode - encode a variable length integer
74 * @out: destination to encode to
75 * @v: unsigned integer to encode
/linux/include/media/
H A Dv4l2-cci.h20 * @reg: Register address, use CCI_REG#() macros to encode reg width
62 * @reg: Register address to read, use CCI_REG#() macros to encode reg width
75 * @reg: Register address to write, use CCI_REG#() macros to encode reg width
89 * @reg: Register address to update, use CCI_REG#() macros to encode reg width
107 * written, register-addresses use CCI_REG#() macros to encode reg width
115 * Use of the CCI_REG#() macros to encode reg width is mandatory.
/linux/fs/ceph/
H A Dmetric.c62 /* encode the cap metric */ in ceph_mdsc_send_metrics()
73 /* encode the read latency metric */ in ceph_mdsc_send_metrics()
86 /* encode the write latency metric */ in ceph_mdsc_send_metrics()
99 /* encode the metadata latency metric */ in ceph_mdsc_send_metrics()
112 /* encode the dentry lease metric */ in ceph_mdsc_send_metrics()
125 /* encode the opened files metric */ in ceph_mdsc_send_metrics()
135 /* encode the pinned icaps metric */ in ceph_mdsc_send_metrics()
145 /* encode the opened inodes metric */ in ceph_mdsc_send_metrics()
155 /* encode the read io size metric */ in ceph_mdsc_send_metrics()
165 /* encode the write io size metric */ in ceph_mdsc_send_metrics()
/linux/net/rxrpc/
H A 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 …]
/linux/Documentation/arch/powerpc/
H A 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/drivers/pnp/pnpacpi/
H A 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/Documentation/devicetree/bindings/pci/
H A 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
/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c293 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
351 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
523 gen8_pte_t encode = pte_encode; in xehp_ppgtt_insert_huge() local
536 encode |= GEN8_PDE_PS_2M; in xehp_ppgtt_insert_huge()
554 if ((encode & GEN12_PPGTT_PTE_LM) && in xehp_ppgtt_insert_huge()
568 encode |= GEN12_PTE_PS64; in xehp_ppgtt_insert_huge()
582 encode | (iter->dma + i * in xehp_ppgtt_insert_huge()
628 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
639 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
662 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
[all …]
/linux/sound/core/seq/
H A Dseq_midi_event.c51 void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev); member
166 * read one byte and encode to sequencer event:
211 if (status_event[dev->type].encode) /* set data values */ in snd_midi_event_encode_byte()
212 status_event[dev->type].encode(dev, ev); in snd_midi_event_encode_byte()
236 /* encode note event */
244 /* encode one parameter controls */
251 /* encode pitch wheel change */
258 /* encode midi control change */
266 /* encode one parameter value*/
272 /* encode song position */
H A Dseq_ump_convert.c81 /* encode note event */
90 /* encode one parameter controls */
98 /* encode pitch wheel change */
107 /* encode midi control change */
119 void (*encode)(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev); member
143 midi1_msg_encoders[status].encode(val, ev); in cvt_ump_midi1_to_event()
149 /* encode one parameter value*/
156 /* encode song position */
195 if (system_msg_encoders[status].encode) in cvt_ump_system_to_event()
196 system_msg_encoders[status].encode(val, ev); in cvt_ump_system_to_event()
[all …]
/linux/drivers/media/rc/
H A 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 …]
H A 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,
H A 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/drivers/clk/qcom/
H A DKconfig171 graphics, video encode/decode, camera, etc.
358 graphics, video encode/decode, camera, etc.
385 graphics, video encode/decode, camera, etc.
402 graphics, video encode/decode, camera, etc.
426 graphics, video encode/decode, camera, etc.
452 graphics, video encode/decode, camera, etc.
717 video encode and decode.
726 video encode and decode.
753 graphics, video encode/decode, camera, etc.
822 video encode and decode.
[all …]

12345678910>>...28