Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 114) sorted by relevance

12345

/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/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 …]
H A Dintel_ppgtt.c102 u64 (*encode)(const dma_addr_t, const enum i915_cache_level)) in __set_pd_entry()
109 write_dma_entry(px_base(pd), idx, encode(px_dma(to), I915_CACHE_LLC)); in __set_pd_entry()
119 write_dma_entry(px_base(pd), idx, scratch->encode); in clear_pd_entry()
H A Dgen6_ppgtt.c79 const gen6_pte_t scratch_pte = vm->scratch[0]->encode; in gen6_ppgtt_clear_range()
193 fill32_px(pt, vm->scratch[0]->encode); in gen6_alloc_va_range()
228 vm->scratch[0]->encode = in gen6_ppgtt_init_scratch()
244 fill32_px(vm->scratch[1], vm->scratch[0]->encode); in gen6_ppgtt_init_scratch()
/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/tools/testing/selftests/net/rds/
H A Dtest.py178 f'packet {nr_send}'.encode('utf-8')).hexdigest().encode('utf-8')
187 hashlib.sha256()).update(f'<{send_data}>'.encode('utf-8'))
209 f'<{recv_data}>'.encode('utf-8'))
/linux/drivers/net/slip/
H A Dslhc.c82 static unsigned char *encode(unsigned char *cp, unsigned short n);
182 encode(unsigned char *cp, unsigned short n) in encode() function
371 cp = encode(cp,deltaS); in slhc_compress()
381 cp = encode(cp,deltaS); in slhc_compress()
387 cp = encode(cp,deltaA); in slhc_compress()
393 cp = encode(cp,deltaS); in slhc_compress()
433 cp = encode(cp,deltaS); in slhc_compress()
/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/tools/testing/selftests/turbostat/
H A Dsmi_aperf_mperf.py118 expected_columns = bic.encode()
119 expected_columns_debug = EXPECTED_COLUMNS_DEBUG_DEFAULT + f'\t{bic}'.encode()
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_base.h32 int (*encode)(void *handle, enum venc_start_opt opt, member
/linux/security/tomoyo/
H A Drealpath.c259 goto encode; in tomoyo_realpath_from_path()
280 encode: in tomoyo_realpath_from_path()
/linux/tools/net/sunrpc/xdrgen/templates/C/program/encoder/
H A Dresult.j210 * %false: encode failed
/linux/drivers/mtd/nand/raw/ingenic/
H A Djz4780_bch.c63 struct ingenic_ecc_params *params, bool encode) in jz4780_bch_reset() argument
78 if (encode) in jz4780_bch_reset()
/linux/net/sched/
H A Dact_meta_skbprio.c48 .encode = skbprio_encode,
H A Dact_meta_skbtcindex.c48 .encode = skbtcindex_encode,
H A Dact_meta_mark.c48 .encode = skbmark_encode,
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-decoding.rst9 uses 3 bits to encode read/write and 13 bits for size.
/linux/drivers/clk/qcom/
H A DKconfig207 graphics, video encode/decode, camera, etc.
430 graphics, video encode/decode, camera, etc.
457 graphics, video encode/decode, camera, etc.
474 graphics, video encode/decode, camera, etc.
498 graphics, video encode/decode, camera, etc.
524 graphics, video encode/decode, camera, etc.
615 video encode and decode.
846 video encode and decode.
855 video encode and decode.
882 graphics, video encode/decode, camera, etc.
[all …]
/linux/sound/core/seq/
H A Dseq_midi_event.c51 void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev); member
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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.c1276 struct amdgpu_video_codec_info *encode, uint32_t encode_array_size, in amdgpu_virt_update_sriov_video_codec() argument
1284 if (encode) { in amdgpu_virt_update_sriov_video_codec()
1286 encode[i].max_width = adev->virt.encode_max_dimension_pixels; in amdgpu_virt_update_sriov_video_codec()
1287 encode[i].max_pixels_per_frame = adev->virt.encode_max_frame_pixels; in amdgpu_virt_update_sriov_video_codec()
1288 if (encode[i].max_width > 0) in amdgpu_virt_update_sriov_video_codec()
1289 encode[i].max_height = encode[i].max_pixels_per_frame / encode[i].max_width; in amdgpu_virt_update_sriov_video_codec()
1291 encode[i].max_height = 0; in amdgpu_virt_update_sriov_video_codec()
H A Dsoc15.c190 static int soc15_query_video_codecs(struct amdgpu_device *adev, bool encode, in soc15_query_video_codecs() argument
197 if (encode) in soc15_query_video_codecs()
209 if (encode) in soc15_query_video_codecs()
217 if (encode) in soc15_query_video_codecs()
223 if (encode) in soc15_query_video_codecs()
229 if (encode) in soc15_query_video_codecs()
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_encoder.h150 void *(*encode)(struct vidtv_encoder *e); member
/linux/include/net/tc_act/
H A Dtc_ife.h42 int (*encode)(struct sk_buff *, void *, struct tcf_meta_info *); member
/linux/Documentation/staging/
H A Dlzo.rst69 instruction may encode this distance (0001HLLL), it takes one LE16 operand
86 Version 1 of LZO implements an extension to encode runs of zeros using run
136 bytes to encode a copy of 2 other bytes but it encodes the number of
167 In version 1 only, this instruction is also used to encode a run of
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-modulator.rst84 used accordingly. The audio flags indicate the ability to encode
151 used for both languages. It is not possible to encode the primary
174 encode a Second Audio Program only. This flag must combine with

12345