/openbmc/linux/Documentation/devicetree/bindings/eeprom/ |
H A D | at25.yaml | 15 - pattern: "^eeprom@[0-9a-f]{1,2}$" 16 - pattern: "^fram@[0-9a-f]{1,2}$"
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | start.rst | 51 pattern in the ``damon.data`` file. 57 You can visualize the pattern in a heatmap, showing which memory region
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | local_termination.sh | 73 local pattern=$3 80 tcpdump_show $if_name | grep -q "$pattern"
|
H A D | no_forwarding.sh | 78 local pattern=$3 83 tcpdump_show $if_name | grep -q "$pattern"
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | local_termination.sh | 73 local pattern=$3 80 tcpdump_show $if_name | grep -q "$pattern"
|
H A D | no_forwarding.sh | 78 local pattern=$3 83 tcpdump_show $if_name | grep -q "$pattern"
|
/openbmc/linux/drivers/media/i2c/ |
H A D | st-vgxy61.c | 429 u32 pattern; member 867 u32 pattern = index2val[index]; in vgxy61_apply_patgen() local 868 u32 reg = (pattern << VGXY61_PATGEN_LONG_TYPE_SHIFT) | in vgxy61_apply_patgen() 869 (pattern << VGXY61_PATGEN_SHORT_TYPE_SHIFT); in vgxy61_apply_patgen() 871 if (pattern) in vgxy61_apply_patgen() 876 static int vgxy61_update_patgen(struct vgxy61_dev *sensor, u32 pattern) in vgxy61_update_patgen() argument 878 sensor->pattern = pattern; in vgxy61_update_patgen() 881 return vgxy61_apply_patgen(sensor, sensor->pattern); in vgxy61_update_patgen() 1149 ret = vgxy61_apply_patgen(sensor, sensor->pattern); in vgxy61_apply_settings()
|
/openbmc/linux/include/uapi/linux/ |
H A D | scc.h | 171 unsigned char pattern; member
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dp.h | 103 unsigned int pattern; member
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max77826.yaml | 14 pattern: "pmic@[0-9a-f]{1,2}"
|
H A D | max8660.yaml | 14 pattern: "pmic@[0-9a-f]{1,2}"
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-el15203000.rst | 10 Specify a hardware pattern for the EL15203000 LED.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 063 | 43 . ./common.pattern
|
H A D | 097 | 41 . ./common.pattern
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr5.yaml | 18 - pattern: "^lpddr5-[0-9a-f]{2},[0-9a-f]{4}$"
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | ingenic,phy-usb.yaml | 15 pattern: '^usb-phy@.*'
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | mstar,msc313-gpio.yaml | 14 pattern: "^gpio@[0-9a-f]+$"
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_ftp.c | 97 const char *pattern, size_t plen, in ip_vs_ftp_get_addrport() argument 110 if (strncasecmp(data, pattern, data_limit - data) == 0) in ip_vs_ftp_get_addrport() 116 if (strncasecmp(data, pattern, plen) != 0) { in ip_vs_ftp_get_addrport()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | kprobe_multi_test.c | 137 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) in test_attach_api() argument 148 pattern, opts); in test_attach_api() 155 pattern, opts); in test_attach_api()
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | ti,pru-rproc.yaml | 79 pattern: "^rtu@[0-9a-f]+$" 91 pattern: "^txpru@[0-9a-f]+" 95 pattern: "^pru@[0-9a-f]+$"
|
/openbmc/qemu/ |
H A D | qemu-img-cmds.hx | 21 …h-interval=flush_interval] [-i aio] [-n] [--no-drain] [-o offset] [--pattern=pattern] [-q] [-s buf… 23 …flush-interval=FLUSH_INTERVAL] [-i AIO] [-n] [--no-drain] [-o OFFSET] [--pattern=PATTERN] [-q] [-s…
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | recipes.txt | 203 The MP pattern has one CPU execute a pair of stores to a pair of variables 341 The B/C pairing is an example of the MP pattern using smp_wmb() on the 353 The LB pattern has one CPU load from one variable and then store to a 498 This pattern most famously appears as part of Dekker's locking 501 in include/linux/wait.h shows the canonical pattern: 520 Note that use of locking can greatly simplify this pattern. 526 There might seem to be no pattern governing what ordering primitives are 527 needed in which situations, but this is not the case. There is a pattern 542 by the previous CPU. The Z6.0 litmus test pattern contains a
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 91 - puts(_(" -x, --exclude <regex> exclude files matching pattern")); 97 + puts((" -x, --exclude <regex> exclude files matching pattern")); 225 - errx(EXIT_FAILURE, _("pattern error at offset %d: %s"), 226 + errx(EXIT_FAILURE, ("pattern error at offset %d: %s"),
|
/openbmc/linux/drivers/leds/ |
H A D | leds-lm3533.c | 84 int pattern; in lm3533_led_pattern_enable() local 96 pattern = lm3533_led_get_pattern(led); in lm3533_led_pattern_enable() 97 mask = 1 << (2 * pattern); in lm3533_led_pattern_enable() 107 pattern, enable); in lm3533_led_pattern_enable()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | hideep.c | 313 static int hideep_pgm_get_pattern(struct hideep_ts *ts, u32 *pattern) in hideep_pgm_get_pattern() argument 334 error = hideep_pgm_r_reg(ts, HIDEEP_SYSCON_PGM_ID, pattern); in hideep_pgm_get_pattern() 344 u32 pattern; in hideep_enter_pgm() local 348 error = hideep_pgm_get_pattern(ts, &pattern); in hideep_enter_pgm() 352 } else if (pattern != 0x39AF9DDF) { in hideep_enter_pgm() 354 __func__, pattern); in hideep_enter_pgm()
|