Home
last modified time | relevance | path

Searched refs:pattern (Results 426 – 450 of 1191) sorted by relevance

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

/openbmc/linux/tools/perf/Documentation/
H A Dperf-probe.txt110 pattern, see FILTER PATTERN for detail.
165 3) Define event based on source file with lazy pattern
176 …rn' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHIN…
177 …e 'SRC' is the source file path, ':ALN' is the line number and ';PTN' is the lazy matching pattern.
229 The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targe…
238 The filter pattern is a glob matching pattern(s) to filter variables.
/openbmc/linux/drivers/dma/
H A Ddmatest.c370 static void dmatest_mismatch(u8 actual, u8 pattern, unsigned int index, in dmatest_mismatch() argument
373 u8 diff = actual ^ pattern; in dmatest_mismatch()
374 u8 expected = pattern | gen_inv_idx(counter, is_memset); in dmatest_mismatch()
380 else if ((pattern & PATTERN_COPY) in dmatest_mismatch()
393 unsigned int end, unsigned int counter, u8 pattern, in dmatest_verify() argument
407 expected = pattern | gen_inv_idx(counter, is_memset); in dmatest_verify()
410 dmatest_mismatch(actual, pattern, i, in dmatest_verify()
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c231 static int search_pattern(regex_t *pattern, char *pattern_str, char *buf) in search_pattern() argument
236 err = regexec(pattern, buf, 2, pmatch, REG_NOTBOL); in search_pattern()
249 static bool check_regcomp(regex_t *pattern, const char *regex) in check_regcomp() argument
253 err = regcomp(pattern, regex, REG_EXTENDED | REG_NEWLINE); in check_regcomp()
254 if (err != 0 || pattern->re_nsub != 1) { in check_regcomp()
/openbmc/linux/drivers/leds/
H A Dleds-lp5523.c276 static const u8 pattern[][LP5523_PROGRAM_LENGTH] = { in lp5523_init_program_engine() local
302 pattern[i - 1][j]); in lp5523_init_program_engine()
332 u8 pattern[LP5523_PROGRAM_LENGTH] = {0}; in lp5523_update_program_memory() local
350 pattern[i] = (u8)cmd; in lp5523_update_program_memory()
360 ret = lp55xx_write(chip, LP5523_REG_PROG_MEM + i, pattern[i]); in lp5523_update_program_memory()
H A Dleds-lp5562.c210 u8 pattern[LP5562_PROGRAM_LENGTH] = {0}; in lp5562_update_firmware() local
239 pattern[i] = (u8)cmd; in lp5562_update_firmware()
250 lp55xx_write(chip, addr[idx] + i, pattern[i]); in lp5562_update_firmware()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c375 uint32_t *pattern = (uint32_t *)skb->data; in ath9k_htc_fw_panic_report() local
377 if (*pattern == 0x33221199 && len >= sizeof(struct htc_panic_bad_vaddr)) { in ath9k_htc_fw_panic_report()
386 if (*pattern == 0x33221299) { in ath9k_htc_fw_panic_report()
/openbmc/linux/drivers/clk/mmp/
H A Dclk-audio.c99 unsigned char pattern; member
154 val |= SSPA_AUD_PLL_CTRL1_DIV_OCLK_PATTERN(postdivs[postdiv].pattern); in audio_pll_recalc_rate()
219 val |= SSPA_AUD_PLL_CTRL1_DIV_OCLK_PATTERN(postdivs[postdiv].pattern); in audio_pll_set_rate()
/openbmc/linux/Documentation/litmus-tests/rcu/
H A DRCU+sync+free.litmus10 * This is a typical pattern of RCU usage, where the write before the grace
/openbmc/qemu/tests/qemu-iotests/
H A D02844 . ./common.pattern
H A D19040 . ./common.pattern
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dbrcm,cygnus-pcie-phy.yaml15 pattern: "^pcie[-|_]phy(@.*)?$"
H A Dti,tcan104x-can.yaml14 pattern: "^can-phy"
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dingenic,musb.yaml14 pattern: '^usb@.*'
/openbmc/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra20-mpe.yaml15 pattern: "^mpe@[0-9a-f]+$"
H A Dnvidia,tegra20-epp.yaml15 pattern: "^epp@[0-9a-f]+$"
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra-ccplex-cluster.yaml21 pattern: "ccplex@([0-9a-f]+)$"
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dmicrochip,rst.yaml20 pattern: "^reset-controller@[0-9a-f]+$"
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmps,mp5416.yaml14 pattern: "^pmic@[0-9a-f]{1,2}$"
H A Dmt6315-regulator.yaml36 pattern: "^vbuck[1-4]$"
/openbmc/linux/include/linux/
H A Ddamon.h328 struct damos_access_pattern pattern; member
629 struct damos *damon_new_scheme(struct damos_access_pattern *pattern,
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dzt-test.S41 function pattern
63 bl pattern // Get pattern in scratch buffer
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Ddma-router.yaml23 pattern: "^dma-router(@.*)?$"
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Ddpu-common.yaml23 pattern: '^display-controller@[0-9a-f]+$'
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dlantiq,etop-xway.yaml14 pattern: "^ethernet@[0-9a-f]+$"
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dairoha,en7523-gpio.yaml18 pattern: "^gpio@[0-9a-f]+$"

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