Home
last modified time | relevance | path

Searched full:patterns (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_spawn.py119 def expect(self, patterns): argument
123 supplied list of patterns, or for a timeout to occur.
126 patterns: A list of strings or regex objects that we expect to
130 The index within the patterns array of the pattern the process
134 Timeout, if the process did not emit any of the patterns within
138 for pi in xrange(len(patterns)):
139 if type(patterns[pi]) == type(''):
140 patterns[pi] = re.compile(patterns[pi])
147 for pi in xrange(len(patterns)):
148 pattern = patterns[pi]
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-pattern.c26 struct led_pattern patterns[MAX_PATTERNS]; member
42 if (!data->is_indefinite && data->curr == data->patterns) in pattern_trig_update_patterns()
45 if (data->next == data->patterns + data->npatterns - 1) in pattern_trig_update_patterns()
46 data->next = data->patterns; in pattern_trig_update_patterns()
128 return led_cdev->pattern_set(led_cdev, data->patterns, in pattern_trig_start_pattern()
137 data->curr = data->patterns; in pattern_trig_start_pattern()
138 data->next = data->patterns + 1; in pattern_trig_start_pattern()
212 data->patterns[i].brightness, in pattern_trig_show_patterns()
213 data->patterns[i].delta_t); in pattern_trig_show_patterns()
231 &data->patterns[data->npatterns].brightness, in pattern_trig_store_patterns_string()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloadmod.c185 * Standard set of module name patterns to check, in order of preference
210 PatternPtr patterns = NULL; in InitPatterns() local
230 patterns = xallocarray(i + 1, sizeof(PatternRec)); in InitPatterns()
231 if (!patterns) { in InitPatterns()
236 p = patterns + i; in InitPatterns()
247 patterns[i] = *p; in InitPatterns()
251 patterns[i].pattern = NULL; in InitPatterns()
254 patterns = stdPatterns; in InitPatterns()
255 return patterns; in InitPatterns()
259 FreePatterns(PatternPtr patterns) in FreePatterns() argument
[all …]
/OK3568_Linux_fs/u-boot/drivers/bootcount/
H A Dbootcount_ram.c13 const ulong patterns[] = { 0x00000000, variable
18 const ulong NBR_OF_PATTERNS = sizeof(patterns) / sizeof(*patterns);
35 writel(patterns[i % NBR_OF_PATTERNS], in bootcount_store()
60 if (tmp != patterns[i % NBR_OF_PATTERNS]) in bootcount_load()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dpattern.h18 // data patterns.
48 // Data structure to access data patterns.
61 // in order to create patterns of different width.
91 // Initialize pointers to global data patterns, and calculate CRC.
99 // Return the number of patterns available.
112 // generate meaningful CRCs for the types of data patterns that
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h91 /* Test patterns*/
97 /* phy test patterns*/
108 /* Link Training Patterns */
115 /* link test patterns*/
122 /* audio test patterns*/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvector-builder.h1 /* A class for building vector constant patterns.
24 It aims to encode each vector as npatterns interleaved patterns,
30 to derive the other elements. If all patterns have a STEP of zero,
32 If BASE1 is also equal to BASE0 for all patterns, we only need to
104 Return the number of patterns used to encode vector constant X.
189 encode it using NPATTERNS patterns with NELTS_PER_PATTERN each. */
302 /* Conceptually we split the patterns in VEC1 and VEC2 until we have in new_binary_operation()
380 /* Change the encoding to NPATTERNS patterns of NELTS_PER_PATTERN each,
451 /* Try to change the number of encoded patterns to NPATTERNS, returning
528 1. If we have stepped patterns whose steps are all 0, reduce the in finalize()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvector-builder.h1 /* A class for building vector constant patterns.
24 It aims to encode each vector as npatterns interleaved patterns,
30 to derive the other elements. If all patterns have a STEP of zero,
32 If BASE1 is also equal to BASE0 for all patterns, we only need to
104 Return the number of patterns used to encode vector constant X.
189 encode it using NPATTERNS patterns with NELTS_PER_PATTERN each. */
302 /* Conceptually we split the patterns in VEC1 and VEC2 until we have in new_binary_operation()
380 /* Change the encoding to NPATTERNS patterns of NELTS_PER_PATTERN each,
451 /* Try to change the number of encoded patterns to NPATTERNS, returning
528 1. If we have stepped patterns whose steps are all 0, reduce the in finalize()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp40 auto it = patterns.find(id); in removeImage()
41 if (it != patterns.end()) { in removeImage()
50 patterns.erase(it); in removeImage()
122 auto it = patterns.find(id); in getPattern()
123 if (it != patterns.end()) { in getPattern()
159 return patterns.emplace(id, Pattern { bin, { *bin, *image } }).first->second.position; in getPattern()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/ld.html/
H A DInput-Section-Wildcards.html70 <a name="Input-Section-Wildcard-Patterns"></a>
71 <h4 class="subsubsection">3.6.4.2 Input Section Wildcard Patterns</h4>
73 <a name="index-wildcard-file-name-patterns"></a>
74 <a name="index-file-name-wildcard-patterns"></a>
75 <a name="index-section-name-wildcard-patterns"></a>
77 name or both may be wildcard patterns.
82 <p>The wildcard patterns are like those used by the Unix shell.
108 <p>File name wildcard patterns only match files which are explicitly
194 <p>This example shows how wildcard patterns might be used to partition
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/ld.html/
H A DInput-Section-Wildcards.html70 <a name="Input-Section-Wildcard-Patterns"></a>
71 <h4 class="subsubsection">3.6.4.2 Input Section Wildcard Patterns</h4>
73 <a name="index-wildcard-file-name-patterns"></a>
74 <a name="index-file-name-wildcard-patterns"></a>
75 <a name="index-section-name-wildcard-patterns"></a>
77 name or both may be wildcard patterns.
82 <p>The wildcard patterns are like those used by the Unix shell.
108 <p>File name wildcard patterns only match files which are explicitly
194 <p>This example shows how wildcard patterns might be used to partition
/OK3568_Linux_fs/kernel/mm/
H A Dmemtest.c7 static u64 patterns[] __initdata = { variable
93 memtest_pattern = ARRAY_SIZE(patterns); in parse_memtest()
110 idx = i % ARRAY_SIZE(patterns); in early_memtest()
111 do_one_pass(patterns[idx], start, end); in early_memtest()
H A DKconfig.debug29 fill the pages with poison patterns after free_pages() and verify
30 the patterns before alloc_pages(). Additionally, this option cannot
84 Fill the pages with poison patterns after free_pages() and verify
85 the patterns before alloc_pages. The filling of the memory helps
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-lp55xx.rst15 Program memory for running LED patterns
55 - Program memory address access for running patterns
61 various LED patterns.
109 To start blinking patterns in engine #2 and #3 simultaneously::
187 To use the predefined pattern concept, 'patterns' and 'num_patterns' should be
213 .patterns = board_led_patterns,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dwow.c142 struct cfg80211_pkt_pattern *patterns = wowlan->patterns; in ath9k_wow_add_pattern() local
149 mask_len = DIV_ROUND_UP(patterns[i].pattern_len, 8); in ath9k_wow_add_pattern()
152 memcpy(wow_pattern, patterns[i].pattern, patterns[i].pattern_len); in ath9k_wow_add_pattern()
153 memcpy(wow_mask, patterns[i].mask, mask_len); in ath9k_wow_add_pattern()
159 patterns[i].pattern_len); in ath9k_wow_add_pattern()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h236 * struct iwl_wowlan_patterns_cmd - WoWLAN wakeup patterns
240 * @n_patterns: number of patterns
245 * @patterns: the patterns, array length in @n_patterns
247 struct iwl_wowlan_pattern_v1 patterns[]; member
335 * struct iwl_wowlan_pattern_v2 - Pattern entry for the WoWLAN wakeup patterns
356 * struct iwl_wowlan_patterns_cmd - WoWLAN wakeup patterns command
360 * @n_patterns: number of patterns
365 * @patterns: the patterns, array length in @n_patterns
367 struct iwl_wowlan_pattern_v2 patterns[]; member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-pattern21 to some preprogrammed hardware patterns. It deactivates any active
25 hardware patterns, each driver is expected to provide its own
26 description for the hardware patterns in their documentation
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBahyph3 These patterns and the generating sh script are Copyright (c) GMV 1991
5 These patterns were developed for internal GMV use and are made public in the hope that they will b…
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D00_man_quoting.diff7 Patterns like these can be used when the machine has different internet
49 wildcard patterns.
57 -wildcard patterns. The default server name is `unknown'.
59 +wildcard patterns. The default server name is `unknown\'.
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dleds-lp55xx.h62 * @patterns : Predefined pattern data for RGB channels
63 * @num_patterns : Number of patterns
80 struct lp55xx_predef_pattern *patterns; member
/OK3568_Linux_fs/buildroot/package/lua-lpeg-patterns/
H A DConfig.in2 bool "lua-lpeg-patterns"
5 a collection of LPEG patterns.
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Ddesign-patterns.rst2 Device Driver Design Patterns
5 This document describes a few common design patterns found in device drivers.
7 conform to these design patterns.
/OK3568_Linux_fs/u-boot/post/drivers/
H A Dmemory.c48 * arbitrary manner the must ensure test patterns ensure that every case
49 * is tested. By using the following series of binary patterns every
57 * Carrying this out, gives us six hex patterns as follows:
68 * in twelve patterns total.
116 * to/from RAM. There are several test cases that use different patterns to
119 * The following patterns are used:
177 * This is 64 bit wide test patterns. Note that they reside in ROM
/OK3568_Linux_fs/buildroot/package/nginx-naxsi/
H A DConfig.in12 containing 99% of known patterns involved in website
16 Being very simple, those patterns may match legitimate
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/beep/
H A Dbeep_1.4.9.bb1 SUMMARY = "beep allows you to have the PC speaker issue beeps and beep patterns"
3 patterns with given frequencies, durations, and spacing."

12345678910>>...30