| /kernel/linux/linux-4.19/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | ife.json | 4 "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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | ife.json | 4 "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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| D | of_helpers.c | 54 /* 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()
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/pseries/ |
| D | of_helpers.c | 54 /* 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() 72 /* Get drc-name-suffix-start:encode-int */ in of_read_drc_info_cell() 77 /* Get number-sequential-elements:encode-int */ in of_read_drc_info_cell() 82 /* Get sequential-increment:encode-int */ in of_read_drc_info_cell() 87 /* Get drc-power-domain:encode-int */ in of_read_drc_info_cell()
|
| /kernel/linux/linux-5.10/include/linux/sunrpc/ |
| D | rpc_rdma.h | 128 * 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
|
| D | xdr.h | 226 * These are the xdr_stream style generic XDR encode and decode functions. 309 * xdr_stream_encode_item_present - Encode a "present" list item 328 * xdr_stream_encode_item_absent - Encode a "not present" list item 347 * xdr_stream_encode_u32 - Encode a 32-bit integer 349 * @n: integer to encode 368 * xdr_stream_encode_u64 - Encode a 64-bit integer 370 * @n: 64-bit integer to encode 389 * xdr_stream_encode_opaque_inline - Encode opaque xdr data 414 * xdr_stream_encode_opaque_fixed - Encode fixed length opaque xdr data 435 * xdr_stream_encode_opaque - Encode variable length opaque xdr data [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
| D | venc_drv_base.h | 25 * (*encode)() - trigger encode 27 * @opt: [in] encode option 30 * @result: [out] encode result 32 int (*encode)(void *handle, enum venc_start_opt opt, member
|
| D | venc_drv_if.h | 31 * 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
|
| D | mtk_vcodec_enc.h | 28 * @param_change: Types of encode parameter change before encoding this 30 * @enc_params: Encode parameters changed before encode this buffer
|
| /kernel/linux/linux-4.19/drivers/media/platform/mtk-vcodec/ |
| D | venc_drv_base.h | 34 * (*encode)() - trigger encode 36 * @opt: [in] encode option 39 * @result: [out] encode result 41 int (*encode)(unsigned long handle, enum venc_start_opt opt, member
|
| D | venc_drv_if.h | 40 * enum venc_start_opt - encode frame option used in venc_if_encode() 41 * @VENC_START_OPT_ENCODE_SEQUENCE_HEADER: encode SPS/PPS for H264 42 * @VENC_START_OPT_ENCODE_FRAME: encode normal frame 149 * venc_if_encode - Encode one frame 151 * @opt: encode frame option 154 * @result: encode result
|
| D | mtk_vcodec_enc.h | 36 * @param_change: Types of encode parameter change before encoding this 38 * @enc_params: Encode parameters changed before encode this buffer
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | at91-clock.txt | 98 - #size-cells : shall be 0 (reg is used to encode clk id). 99 - #address-cells : shall be 1 (reg is used to encode clk id). 129 - clocks : shall encode the main osc source clk sources (see atmel datasheet). 144 - clocks : shall encode the slow clk sources (see atmel datasheet). 155 - #size-cells : shall be 0 (reg is used to encode clk id). 156 - #address-cells : shall be 1 (reg is used to encode clk id). 203 - clocks : shall encode the main osc source clk sources (see atmel datasheet). 223 - clocks : shall encode the main clk sources (see atmel datasheet). 259 - #size-cells : shall be 0 (reg is used to encode clk id). 260 - #address-cells : shall be 1 (reg is used to encode clk id). [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/rtc/ |
| D | atmel,at91sam9-rtc.txt | 5 - reg: should encode the memory region of the RTT controller 8 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store 11 encode the offset within the GPBR block (or in other words, the
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-5.10/drivers/pnp/pnpacpi/ |
| D | rsparser.c | 40 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 …]
|
| /kernel/linux/linux-4.19/drivers/pnp/pnpacpi/ |
| D | rsparser.c | 49 dev_err(&dev->dev, "can't encode invalid IRQ mode %#x\n", in decode_irq_flags() 200 * one interrupt, we won't be able to re-encode it. in pnpacpi_allocated_resource() 676 pnp_dbg(&dev->dev, " encode irq (%s)\n", in pnpacpi_encode_irq() 688 pnp_dbg(&dev->dev, " encode irq %d %s %s %s (%d-byte descriptor)\n", in pnpacpi_encode_irq() 705 pnp_dbg(&dev->dev, " encode extended irq (%s)\n", in pnpacpi_encode_ext_irq() 718 pnp_dbg(&dev->dev, " encode irq %d %s %s %s\n", (int) p->start, in pnpacpi_encode_ext_irq() 732 pnp_dbg(&dev->dev, " encode dma (%s)\n", in pnpacpi_encode_dma() 767 pnp_dbg(&dev->dev, " encode dma %d " in pnpacpi_encode_dma() 791 pnp_dbg(&dev->dev, " encode io %#x-%#x decode %#x\n", io->minimum, in pnpacpi_encode_io() 809 pnp_dbg(&dev->dev, " encode fixed_io %#x-%#x\n", fixed_io->address, in pnpacpi_encode_fixed_io() [all …]
|
| /kernel/linux/linux-5.10/net/rxrpc/ |
| D | key.c | 1109 default: /* we have a ticket we can't encode */ in rxrpc_read() 1129 #define ENCODE(x) \ in rxrpc_read() macro 1136 ENCODE(l); \ in rxrpc_read() 1162 ENCODE(0); /* flags */ in rxrpc_read() 1164 ENCODE(ntoks); in rxrpc_read() 1169 ENCODE(toksize); in rxrpc_read() 1171 ENCODE(token->security_index); in rxrpc_read() 1175 ENCODE(token->kad->vice_id); in rxrpc_read() 1176 ENCODE(token->kad->kvno); in rxrpc_read() 1178 ENCODE(token->kad->start); in rxrpc_read() [all …]
|
| /kernel/linux/linux-4.19/net/rxrpc/ |
| D | key.c | 1112 default: /* we have a ticket we can't encode */ in rxrpc_read() 1132 #define ENCODE(x) \ in rxrpc_read() macro 1139 ENCODE(l); \ in rxrpc_read() 1165 ENCODE(0); /* flags */ in rxrpc_read() 1167 ENCODE(ntoks); in rxrpc_read() 1172 ENCODE(toksize); in rxrpc_read() 1174 ENCODE(token->security_index); in rxrpc_read() 1178 ENCODE(token->kad->vice_id); in rxrpc_read() 1179 ENCODE(token->kad->kvno); in rxrpc_read() 1181 ENCODE(token->kad->start); in rxrpc_read() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | gen8_ppgtt.c | 242 vm->scratch[0]->encode, in __gen8_ppgtt_clear() 302 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc() 423 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local 434 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge() 457 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge() 514 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge() 518 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge() 578 vm->scratch[0]->encode = in gen8_init_scratch() 595 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch() 596 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch() [all …]
|
| /kernel/linux/linux-4.19/drivers/media/rc/ |
| D | ir-rc5-decoder.c | 197 * 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,
|