Home
last modified time | relevance | path

Searched refs:pattern (Results 326 – 350 of 1191) sorted by relevance

1...<<11121314151617181920>>...48

/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr4.yaml18 - pattern: "^lpddr4-[0-9a-f]{2},[0-9a-f]{4}$"
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Ddma-controller.yaml18 pattern: "^dma-controller(@.*)?$"
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp766 std::string pattern; in genRegex() local
778 pattern.append(line + "|"); in genRegex()
783 std::regex scrubRegex(pattern, std::regex::icase); in genRegex()
802 size_t pos = pattern.find_first_of("*+?{"); in genRegex()
805 if (pos == 0 || pattern.substr(pos - 1, 1) == "|") in genRegex()
812 pos = pattern.find_first_of("*+?{", pos + 1); in genRegex()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4_2.c401 ib->ptr[ib->length_dw++] = pattern; in gfx_v9_4_2_run_shader()
470 (wb_ptr[offset] == pattern)) in gfx_v9_4_2_wait_for_waves_assigned()
498 u32 pattern[3] = { 0x1, 0x5, 0xa }; in gfx_v9_4_2_do_sgprs_init() local
523 wb_ib.gpu_addr, pattern[0], &fences[0]); in gfx_v9_4_2_do_sgprs_init()
531 pattern[0], in gfx_v9_4_2_do_sgprs_init()
548 wb_ib.gpu_addr, pattern[1], &fences[1]); in gfx_v9_4_2_do_sgprs_init()
588 wb_ib.gpu_addr, pattern[2], &fences[2]); in gfx_v9_4_2_do_sgprs_init()
596 pattern[2], in gfx_v9_4_2_do_sgprs_init()
642 u32 pattern = 0xa; in gfx_v9_4_2_do_vgprs_init() local
666 wb_ib.gpu_addr, pattern, &fence); in gfx_v9_4_2_do_vgprs_init()
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dog01a1b.c527 static int og01a1b_test_pattern(struct og01a1b *og01a1b, u32 pattern) in og01a1b_test_pattern() argument
529 if (pattern) in og01a1b_test_pattern()
530 pattern = (pattern - 1) << OG01A1B_TEST_PATTERN_BAR_SHIFT | in og01a1b_test_pattern()
534 OG01A1B_REG_VALUE_08BIT, pattern); in og01a1b_test_pattern()
/openbmc/qemu/tests/qemu-iotests/
H A D07449 . ./common.pattern
H A D04848 . ./common.pattern
H A D02339 . ./common.pattern
H A D01839 . ./common.pattern
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-ring.sh11 awk -F':' -v pattern="$query:" '$0 ~ pattern {gsub(/[\t ]/, "", $2); print $2}')
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dregression-vhdx-log.out4 creating pattern
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dmrvl,mmp-timer.yaml16 pattern: '^timer@[a-f0-9]+$'
/openbmc/linux/drivers/leds/trigger/
H A DMakefile16 obj-$(CONFIG_LEDS_TRIGGER_PATTERN) += ledtrig-pattern.o
/openbmc/linux/tools/memory-model/litmus-tests/
H A DWRC+pooncerelease+fencermbonceonce+Once.litmus6 * This litmus test is an extension of the message-passing pattern, where
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/perl/
H A Dlibfile-fnmatch-perl_0.02.bb2 DESCRIPTION = "File::FnMatch::fnmatch() provides simple, shell-like pattern \
/openbmc/webui-vue/docs/guide/components/
H A Dreadme.md7 HTML markup. If the feature you're working on includes a new layout pattern,
/openbmc/linux/Documentation/devicetree/bindings/peci/
H A Dpeci-controller.yaml19 pattern: "^peci-controller(@.*)?$"
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dmarvell,mmp3-usb-phy.yaml15 pattern: '^usb-phy@[a-f0-9]+$'
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra194-axi2apb.yaml14 pattern: "^axi2apb@([0-9a-f]+)$"
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c453 u8 pattern = 0; in mlx5_extts_configure() local
482 pattern = !!(rq->extts.flags & PTP_FALLING_EDGE); in mlx5_extts_configure()
492 MLX5_SET(mtpps_reg, in, pattern, pattern); in mlx5_extts_configure()
642 u8 pattern = 0; in mlx5_perout_configure() local
665 pattern = MLX5_OUT_PATTERN_PERIODIC; in mlx5_perout_configure()
686 MLX5_SET(mtpps_reg, in, pattern, pattern); in mlx5_perout_configure()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DVolume.interface.yaml92 Overwrites the disk with a reproducible incompressible pattern.
95 Verifies a reproducible pattern has been written to the disk.
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py71 def match(op, pattern): argument
72 return fnmatch(op, pattern)
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi.h418 uint8_t pattern[NCSI_OEM_ECHO_PATTERN_SIZE]; member
429 uint8_t pattern[NCSI_OEM_ECHO_PATTERN_SIZE]; member
/openbmc/openbmc/poky/scripts/
H A Dpatchtest131 …suite = loader.discover(start_dir=PatchTestInput.testdir, pattern=PatchTestInput.pattern, top_leve…
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.h77 void (*pattern)(struct nvkm_ior *, int pattern); member

1...<<11121314151617181920>>...48