Searched full:444 (Results 1 – 25 of 164) sorted by relevance
1234567
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | bpf.json | 148 … "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 444", 154 "cmdUnderTest": "$TC action delete action bpf index 444", 156 "verifyCmd": "$TC action get action bpf index 444", 157 …*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' default-action pipe.*index 444 ref",
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
D | rc_calc_fpu.h | 57 CM_RGB, /* 444 RGB */ 58 CM_444, /* 444 YUV or simple 422 */
|
D | rc_calc_fpu.c | 67 int mode = MODE_SELECT(444, 422, 420); in get_qp_set() 76 TABLE_CASE(444, 8, max); in get_qp_set() 77 TABLE_CASE(444, 8, min); in get_qp_set() 78 TABLE_CASE(444, 10, max); in get_qp_set() 79 TABLE_CASE(444, 10, min); in get_qp_set() 80 TABLE_CASE(444, 12, max); in get_qp_set() 81 TABLE_CASE(444, 12, min); in get_qp_set()
|
/linux-6.12.1/tools/perf/arch/powerpc/annotate/ |
D | instructions.c | 231 /* Bits 21 to 30 has value 444 for "mr" insn ie, OR X form */ in check_ppc_insn() 232 if (PPC_21_30(raw_insn) == 444) in check_ppc_insn() 273 * Value 444 for bits 21:30 is for "mr" in update_insn_state_powerpc() 277 if (PPC_21_30(dl->raw.raw_insn) == 444) { in update_insn_state_powerpc()
|
/linux-6.12.1/tools/arch/x86/kcpuid/ |
D | Makefile | 24 install -m 444 -p cpuid.csv $(DESTDIR)$(HWDATADIR)/cpuid.csv
|
/linux-6.12.1/Documentation/gpu/ |
D | afbc.rst | 164 - 8-bit per component YCbCr 444, single plane 171 - 10-bit per component YCbCr 444, single plane
|
/linux-6.12.1/tools/power/acpi/man/ |
D | acpidump.8 | 79 Acpi table [SSDT] - 444 bytes written to SSDT1.dat
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/modes/interface/ |
D | isp_types.h | 31 * formats it's the actual depth (4, for 444, 8 for 888 etc).
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | ovti,ov772x.yaml | 15 support the YUV422, RGB565/555/444, GRB422 or raw RGB output formats.
|
/linux-6.12.1/Documentation/arch/x86/x86_64/ |
D | mm.rst | 62 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole 121 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole
|
/linux-6.12.1/samples/pktgen/ |
D | README.rst | 23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
|
D | parameters.sh | 13 echo " -p : (\$DST_PORT) destination PORT range (e.g. 433-444) is also allowed"
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dsc/ |
D | dsc.h | 51 …bool is_pixel_format_444; /* 'true' if pixel format is 'RGB 444' or 'Simple YCbCr 4:2:2' (4:2:2 up…
|
/linux-6.12.1/drivers/accel/habanalabs/include/goya/ |
D | goya_async_events.h | 172 GOYA_ASYNC_EVENT_ID_TPC6_QM = 444,
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | powerpc-hcalls.py | 118 444: 'H_GET_PERF_COUNT',
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | ia_css_frame_format.h | 67 IA_CSS_FRAME_FORMAT_YUV444, /** 24 bit YUV 444, Y, U, V plane */
|
/linux-6.12.1/include/uapi/linux/ |
D | vbox_err.h | 110 #define VERR_NET_SOCKET_TYPE_NOT_SUPPORTED (-444)
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | rtla-timerlat-hist.rst | 52 …4 444 17287 424 11574 2097 38443 2169 36736 462 …
|
/linux-6.12.1/include/dt-bindings/clock/ |
D | rk3228-cru.h | 122 #define HCLK_I2S2_2CH 444
|
D | rk3128-cru.h | 126 #define HCLK_I2S_2CH 444
|
D | exynos5420.h | 153 #define CLK_SMMU_MDMA1 444
|
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_rogue_fwif_client_check.h | 72 OFFSET_CHECK(struct rogue_fwif_frag_regs, rgnhdr_scratch_offset, 444);
|
/linux-6.12.1/include/dt-bindings/arm/ |
D | qcom,ids.h | 224 #define QCOM_ID_SM6115 444
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | dwb.h | 132 bool warmup_mode; /* false: 420, true: 444 */
|
/linux-6.12.1/drivers/media/rc/ |
D | ir-rcmm-decoder.c | 12 #define RCMM_PULSE_1 444 /* 166.666666666666*(2+2/3) */
|
1234567