/Linux-v5.10/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 23 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.10/Documentation/devicetree/bindings/rtc/ |
D | atmel,at91sam9-rtc.txt | 7 - 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.10/drivers/gpu/drm/i915/gt/ |
D | gen8_ppgtt.c | 242 vm->scratch[0]->encode, in __gen8_ppgtt_clear() 305 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc() 426 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local 437 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge() 460 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge() 517 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge() 521 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge() 581 vm->scratch[0]->encode = in gen8_init_scratch() 598 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch() 599 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch() [all …]
|
D | intel_ppgtt.c | 99 u64 (*encode)(const dma_addr_t, const enum i915_cache_level)) in __set_pd_entry() 106 write_dma_entry(px_base(pd), idx, encode(px_dma(to), I915_CACHE_LLC)); in __set_pd_entry() 116 write_dma_entry(px_base(pd), idx, scratch->encode); in clear_pd_entry()
|
D | gen6_ppgtt.c | 84 const gen6_pte_t scratch_pte = vm->scratch[0]->encode; in gen6_ppgtt_clear_range() 202 fill32_px(pt, vm->scratch[0]->encode); in gen6_alloc_va_range() 237 vm->scratch[0]->encode = in gen6_ppgtt_init_scratch() 251 fill32_px(vm->scratch[1], vm->scratch[0]->encode); in gen6_ppgtt_init_scratch()
|
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | ralink,rt3883-pci.txt | 12 - #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
|
D | xilinx-pcie.txt | 6 - #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
|
D | rockchip-pcie-host.txt | 6 - #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
|
D | mobiveil-pcie.txt | 9 - #interrupt-cells: specifies the number of cells needed to encode an 29 - #interrupt-cells: specifies the number of cells needed to encode an
|
D | xilinx-nwl-pcie.txt | 7 - #interrupt-cells: specifies the number of cells needed to encode an 33 - #address-cells: specifies the number of cells needed to encode an
|
/Linux-v5.10/drivers/net/slip/ |
D | slhc.c | 82 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-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | marvell,orion-intc.txt | 9 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1 33 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1
|
D | open-pic.txt | 22 - #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.
|
D | ezchip,nps400-ic.txt | 7 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | digicolor-ic.txt | 9 - #interrupt-cells : Specifies the number of cells needed to encode an
|
/Linux-v5.10/Documentation/devicetree/bindings/security/tpm/ |
D | ibmvtpm.txt | 14 encode the physical address field of dma-window 17 encode the size field of dma-window properties
|
/Linux-v5.10/Documentation/devicetree/bindings/mtd/ |
D | spi-nand.txt | 5 - reg: should encode the chip-select line used to access the NAND chip
|
/Linux-v5.10/drivers/media/platform/mtk-vcodec/ |
D | venc_drv_base.h | 32 int (*encode)(void *handle, enum venc_start_opt opt, member
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | uvc_video.c | 279 video->encode(req, video, buf); in uvcg_video_pump() 331 video->encode = uvc_video_encode_bulk; in uvcg_video_enable() 334 video->encode = uvc_video_encode_isoc; in uvcg_video_enable()
|
/Linux-v5.10/security/tomoyo/ |
D | realpath.c | 262 goto encode; in tomoyo_realpath_from_path() 285 encode: in tomoyo_realpath_from_path()
|
/Linux-v5.10/drivers/clk/qcom/ |
D | Kconfig | 99 graphics, video encode/decode, camera, etc. 217 graphics, video encode/decode, camera, etc. 234 graphics, video encode/decode, camera, etc. 258 graphics, video encode/decode, camera, etc. 284 graphics, video encode/decode, camera, etc. 343 video encode and decode. 397 video encode and decode. 463 video encode and decode. 472 video encode and decode.
|
/Linux-v5.10/net/sched/ |
D | act_meta_skbprio.c | 48 .encode = skbprio_encode,
|
D | act_meta_mark.c | 48 .encode = skbmark_encode,
|
D | act_meta_skbtcindex.c | 48 .encode = skbtcindex_encode,
|
/Linux-v5.10/Documentation/devicetree/bindings/reset/ |
D | ath79-reset.txt | 10 - #reset-cells : Specifies the number of cells needed to encode reset
|