Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 821) sorted by relevance

12345678910>>...33

/linux-6.3-rc2/Documentation/fb/
A Dviafb.modes16 # 12 chars 2 lines
18 # 2 chars 10 lines
20 # 6 chars 33 lines
22 # 80 chars 480 lines
24 # 20 chars 45 lines
41 # 8 chars 3 lines
43 # 2 chars 1 lines
45 # 15 chars 16 lines
49 # 25 chars 20 lines
62 # 7 chars 3 lines
[all …]
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit_parser.py160 self._lines = lines
296 lines.pop()
320 lines.pop()
348 lines.pop()
373 line = lines.peek()
403 line = lines.peek()
410 lines.pop()
452 while lines and not any(re.match(lines.peek())
454 log.append(lines.pop())
746 if not lines or (peek_test_name_match(lines, test) and
[all …]
/linux-6.3-rc2/include/asm-generic/
A Dxor.h27 } while (--lines > 0); in xor_8regs_2()
49 } while (--lines > 0); in xor_8regs_3()
73 } while (--lines > 0); in xor_8regs_4()
333 if (lines == 0) in xor_8regs_p_2()
364 if (lines == 0) in xor_8regs_p_3()
400 if (lines == 0) in xor_8regs_p_4()
440 if (lines == 0) in xor_8regs_p_5()
486 if (lines == 0) in xor_32regs_p_2()
544 if (lines == 0) in xor_32regs_p_3()
614 if (lines == 0) in xor_32regs_p_4()
[all …]
/linux-6.3-rc2/arch/x86/include/asm/
A Dxor_32.h27 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local
59 : "+r" (lines), in xor_pII_mmx_2()
72 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local
109 : "+r" (lines), in xor_pII_mmx_3()
123 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local
165 : "+r" (lines), in xor_pII_mmx_4()
236 : "+r" (lines), in xor_pII_mmx_5()
297 : "+r" (lines), in xor_p5_mmx_2()
355 : "+r" (lines), in xor_p5_mmx_3()
423 : "+r" (lines), in xor_p5_mmx_4()
[all …]
A Dxor.h63 unsigned long lines = bytes >> 8; in xor_sse_2() local
103 : [cnt] "+r" (lines), in xor_sse_2()
115 unsigned long lines = bytes >> 8; in xor_sse_2_pf64() local
138 : [cnt] "+r" (lines), in xor_sse_2_pf64()
151 unsigned long lines = bytes >> 8; in xor_sse_3() local
198 : [cnt] "+r" (lines), in xor_sse_3()
211 unsigned long lines = bytes >> 8; in xor_sse_3_pf64() local
236 : [cnt] "+r" (lines), in xor_sse_3_pf64()
250 unsigned long lines = bytes >> 8; in xor_sse_4() local
318 unsigned long lines = bytes >> 8; in xor_sse_4_pf64() local
[all …]
A Dxor_avx.h32 unsigned long lines = bytes >> 9; in xor_avx_2() local
36 while (lines--) { in xor_avx_2()
60 unsigned long lines = bytes >> 9; in xor_avx_3() local
64 while (lines--) { in xor_avx_3()
92 unsigned long lines = bytes >> 9; in xor_avx_4() local
96 while (lines--) { in xor_avx_4()
128 unsigned long lines = bytes >> 9; in xor_avx_5() local
132 while (lines--) { in xor_avx_5()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dxor_32.h19 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local
50 } while (--lines > 0); in sparc_2()
58 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local
102 } while (--lines > 0); in sparc_3()
111 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local
168 } while (--lines > 0); in sparc_4()
178 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local
248 } while (--lines > 0); in sparc_5()
/linux-6.3-rc2/tools/mm/
A Dslabinfo-gnuplot.sh56 local lines=2000000
64 lines=$((xmax-xmin))
69 wc_lines=$lines
72 if [ "$wc_lines" -lt "$lines" ]; then
73 lines=$wc_lines
76 if [ $((width / lines)) -gt $min_slab_name_size ]; then
144 local lines
150 let lines=3
152 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\
159 let lines=3
[all …]
/linux-6.3-rc2/arch/hexagon/mm/
A Dcache.c17 unsigned long lines = spanlines(start, end-1); in flush_dcache_range() local
24 for (i = 0; i < lines; i++) { in flush_dcache_range()
37 unsigned long lines = spanlines(start, end-1); in flush_icache_range() local
44 for (i = 0; i < lines; i++) { in flush_icache_range()
62 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local
69 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range()
82 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local
89 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
/linux-6.3-rc2/tools/gpio/
A Dgpio-utils.c57 int gpiotools_request_line(const char *device_name, unsigned int *lines, in gpiotools_request_line() argument
82 req.offsets[i] = lines[i]; in gpiotools_request_line()
184 unsigned int lines[] = {line}; in gpiotools_get() local
186 ret = gpiotools_gets(device_name, lines, 1, &value); in gpiotools_get()
205 int gpiotools_gets(const char *device_name, unsigned int *lines, in gpiotools_gets() argument
216 ret = gpiotools_request_line(device_name, lines, num_lines, in gpiotools_gets()
245 unsigned int lines[] = {line}; in gpiotools_set() local
247 return gpiotools_sets(device_name, lines, 1, &value); in gpiotools_set()
263 int gpiotools_sets(const char *device_name, unsigned int *lines, in gpiotools_sets() argument
278 ret = gpiotools_request_line(device_name, lines, num_lines, in gpiotools_sets()
A Dgpio-event-mon.c29 unsigned int *lines, in monitor_device() argument
51 ret = gpiotools_request_line(device_name, lines, num_lines, config, in monitor_device()
72 fprintf(stdout, "Monitoring line %d on %s\n", lines[0], device_name); in monitor_device()
76 fprintf(stdout, "Monitoring lines %d", lines[0]); in monitor_device()
78 fprintf(stdout, ", %d", lines[i]); in monitor_device()
79 fprintf(stdout, " and %d on %s\n", lines[i], device_name); in monitor_device()
170 unsigned int lines[GPIO_V2_LINES_MAX]; in main() local
192 lines[num_lines] = strtoul(optarg, NULL, 10); in main()
240 return monitor_device(device_name, lines, num_lines, &config, loops); in main()
A Dgpio-hammer.c25 int hammer_device(const char *device_name, unsigned int *lines, int num_lines, in hammer_device() argument
39 ret = gpiotools_request_line(device_name, lines, num_lines, in hammer_device()
57 fprintf(stdout, "%d", lines[i]); in hammer_device()
92 fprintf(stdout, "%d: %d", lines[i], in hammer_device()
130 unsigned int lines[GPIOHANDLES_MAX]; in main() local
152 lines[i] = strtoul(optarg, NULL, 10); in main()
175 return hammer_device(device_name, lines, num_lines, loops); in main()
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/tools/
A Dconvert_csv_to_c.py19 lines = [
45 lines.append('\t\t[B({})] = {{'.format(D0_sig))
53 lines.append('\t\t},')
54 lines.append('\t},')
56 lines = '\n'.join(lines)
58 return N, lines
60 return lines
91 lines = [ '{I0}.device = "{name}",\n'
106 lines.append('{I2}}}\n{I1}}},'.format(**indents))
111 lines.append('{I0}}},'.format(**indents))
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dsrccode.c29 char **lines; member
58 static void fill_lines(char **lines, int maxline, char *map, int maplen) in fill_lines() argument
67 lines[l++] = map; in fill_lines()
71 lines[l++] = ++p; in fill_lines()
74 lines[l] = p; in fill_lines()
83 zfree(&sf->lines); in free_srcfile()
136 h->lines = calloc(h->numlines, sizeof(char *)); in find_srcfile()
137 if (!h->lines) in find_srcfile()
139 fill_lines(h->lines, h->numlines, h->map, h->maplen); in find_srcfile()
165 l = sf->lines[line]; in find_sourceline()
/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-vbi.c25 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) in copy_vbi_data() argument
48 for (i = 0; i < lines; i++) { in copy_vbi_data()
98 u32 lines = cx->vbi.count * 2; in compress_raw_buf() local
106 for (i = 0; i < lines; i++) { in compress_raw_buf()
114 if (i == lines - 1) { in compress_raw_buf()
125 return lines * (line_size - 4); in compress_raw_buf()
190 int lines; in _cx18_process_vbi_data() local
223 if (lines == 0) { in _cx18_process_vbi_data()
227 lines = 1; in _cx18_process_vbi_data()
229 buf->bytesused = size = lines * sizeof(cx->vbi.sliced_data[0]); in _cx18_process_vbi_data()
[all …]
/linux-6.3-rc2/scripts/
A Dget_maintainer.pl1552 return @lines;
1562 return @lines;
1630 @lines = grep(!/${penguin_chiefs}/i, @lines);
1633 return @lines if !@lines;
2170 @lines = mailmap(@lines);
2174 @lines = sort(@lines);
2344 my @lines = ();
2349 @lines = grep(!/${penguin_chiefs}/i, @lines);
2352 last if !@lines;
2498 my @lines;
[all …]
A Dextract-sys-certs.pl27 my @lines = <FD>;
32 foreach my $line (@lines) {
58 @lines = <FD>;
78 parse_symbols(@lines);
84 @lines = <FD>;
86 parse_symbols(@lines);
/linux-6.3-rc2/arch/powerpc/lib/
A Dxor_vmx.c58 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_2() local
68 } while (--lines > 0); in __xor_altivec_2()
79 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_3() local
92 } while (--lines > 0); in __xor_altivec_3()
105 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_4() local
121 } while (--lines > 0); in __xor_altivec_4()
136 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_5() local
155 } while (--lines > 0); in __xor_altivec_5()
/linux-6.3-rc2/sound/pci/asihpi/
A Dhpidebug.c52 int lines; in hpi_debug_data() local
55 lines = DIV_ROUND_UP(len, cols); in hpi_debug_data()
56 if (lines > 8) in hpi_debug_data()
57 lines = 8; in hpi_debug_data()
59 for (i = 0, j = 0; j < lines; j++) { in hpi_debug_data()
/linux-6.3-rc2/Documentation/dev-tools/
A Dktap.rst23 - Version lines
24 - Plan lines
25 - Test case result lines
26 - Diagnostic lines
34 Version lines
53 Plan lines
59 Plan lines follow version lines to indicate the number of nested tests.
65 Test case result lines
150 Diagnostic lines
154 "diagnostic lines". Diagnostic lines are optional, freeform text, and are
[all …]
/linux-6.3-rc2/drivers/staging/greybus/
A Dgpio.c38 struct gb_gpio_line *lines; member
82 ggc->lines[which].active = true; in gb_gpio_activate_operation()
103 ggc->lines[which].active = false; in gb_gpio_deactivate_operation()
144 ggc->lines[which].direction = 1; in gb_gpio_direction_in_operation()
159 ggc->lines[which].direction = 0; in gb_gpio_direction_out_operation()
197 if (ggc->lines[which].direction == 1) { in gb_gpio_set_value_operation()
459 return ggc->lines[which].value; in gb_gpio_get()
494 ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines), in gb_gpio_controller_setup()
496 if (!ggc->lines) in gb_gpio_controller_setup()
589 kfree(ggc->lines); in gb_gpio_probe()
[all …]
/linux-6.3-rc2/arch/um/drivers/
A Dline.h82 struct line *lines, int nlines);
83 extern int setup_one_line(struct line *lines, int n, char *init,
85 extern void close_lines(struct line *lines, int nlines);
87 extern int line_config(struct line *lines, unsigned int sizeof_lines,
91 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
93 extern int line_get_config(char *dev, struct line *lines,
/linux-6.3-rc2/arch/arm/include/asm/
A Dxor.h50 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local
64 } while (--lines); in xor_arm4regs_2()
72 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local
87 } while (--lines); in xor_arm4regs_3()
96 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local
108 } while (--lines); in xor_arm4regs_4()
118 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local
131 } while (--lines); in xor_arm4regs_5()
/linux-6.3-rc2/arch/arm64/lib/
A Dxor-neon.c20 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_2() local
37 } while (--lines > 0); in xor_arm64_neon_2()
49 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_3() local
73 } while (--lines > 0); in xor_arm64_neon_3()
87 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_4() local
118 } while (--lines > 0); in xor_arm64_neon_4()
134 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_5() local
172 } while (--lines > 0); in xor_arm64_neon_5()
226 } while (--lines > 0); in xor_arm64_eor3_3()
270 } while (--lines > 0); in xor_arm64_eor3_4()
[all …]
/linux-6.3-rc2/drivers/media/i2c/
A Dak881x.c31 unsigned int lines; member
105 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_fill_fmt()
139 sel->r.height = ak881x->lines; in ak881x_get_selection()
154 ak881x->lines = 480; in ak881x_s_std_output()
157 ak881x->lines = 480; in ak881x_s_std_output()
160 ak881x->lines = 480; in ak881x_s_std_output()
163 ak881x->lines = 480; in ak881x_s_std_output()
166 ak881x->lines = 576; in ak881x_s_std_output()
291 ak881x->lines = 480; in ak881x_probe()

Completed in 48 milliseconds

12345678910>>...33