Home
last modified time | relevance | path

Searched refs:lines (Results 26 – 50 of 1337) sorted by relevance

12345678910>>...54

/openbmc/linux/sound/pci/asihpi/
H 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()
/openbmc/linux/arch/powerpc/lib/
H 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()
/openbmc/linux/arch/x86/include/asm/
H 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()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py110 def get_context(self, lines, index, before=6, after=3): argument
115 last = len(lines)
127 return lines[start:end]
133 lines = list(range(0,10))
134 self.assertEqual(self.get_context(lines, 0, 2, 1), [0, 1, 2, 3])
135 self.assertEqual(self.get_context(lines, 5, 2, 1), [3, 4, 5, 6])
136 self.assertEqual(self.get_context(lines, 9, 2, 1), [6, 7, 8, 9])
150 lines = f.readlines()
152 for i, line in enumerate(lines):
158 … results[log][line] = "".join(self.get_context(lines, i, lines_before, lines_after))
/openbmc/linux/tools/gpio/
H 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()
/openbmc/u-boot/scripts/
H A Dget_maintainer.pl1513 return @lines;
1523 return @lines;
1591 @lines = grep(!/${penguin_chiefs}/i, @lines);
1594 return @lines if !@lines;
2105 @lines = mailmap(@lines);
2109 @lines = sort(@lines);
2279 my @lines = ();
2284 @lines = grep(!/${penguin_chiefs}/i, @lines);
2287 last if !@lines;
2433 my @lines;
[all …]
/openbmc/linux/scripts/
H 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 …]
H 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);
/openbmc/linux/arch/um/drivers/
H A Dline.h81 struct line *lines, int nlines);
82 extern int setup_one_line(struct line *lines, int n, char *init,
84 extern void close_lines(struct line *lines, int nlines);
86 extern int line_config(struct line *lines, unsigned int sizeof_lines,
90 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
92 extern int line_get_config(char *dev, struct line *lines,
/openbmc/qemu/python/scripts/
H A Dmkvenv.py411 lines = []
420 if lines:
549 lines = []
552 lines.append(
557 lines.append(
562 lines.append(
572 lines.append(
581 lines.append(
589 lines.append(
595 lines = [f" • {line}" for line in lines]
[all …]
/openbmc/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf83 lines = []
100 lines.append('%s = %s\n' % (dkey, infos[dkey]))
108 lines.append('%s = %s\n' % (key, newvalue))
118 lines.append('%s = %s\n' % (dkey, infos[dkey]))
125 lines.append(line)
134 lines.append('\n\n')
136 lines.append('%s = %s\n' % (key, infos[key]))
141 for line in lines:
/openbmc/linux/Documentation/dev-tools/
H 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 …]
/openbmc/linux/drivers/staging/greybus/
H A Dgpio.c38 struct gb_gpio_line *lines; member
85 ggc->lines[which].active = true; in gb_gpio_activate_operation()
106 ggc->lines[which].active = false; in gb_gpio_deactivate_operation()
147 ggc->lines[which].direction = 1; in gb_gpio_direction_in_operation()
162 ggc->lines[which].direction = 0; in gb_gpio_direction_out_operation()
200 if (ggc->lines[which].direction == 1) { in gb_gpio_set_value_operation()
462 return ggc->lines[which].value; in gb_gpio_get()
497 ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines), in gb_gpio_controller_setup()
499 if (!ggc->lines) in gb_gpio_controller_setup()
592 kfree(ggc->lines); in gb_gpio_probe()
[all …]
/openbmc/qemu/scripts/modules/
H A Dmodule_block.py26 lines = []
27 lines.append('.library_name = "' + library + '",')
29 lines.append('.format_name = "' + format_name + '",')
31 lines.append('.protocol_name = "' + protocol_name + '",')
33 text = '\n '.join(lines)
/openbmc/linux/arch/arm/include/asm/
H 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()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py280 lines = block.split('\n')
281 if not lines:
284 return (int(lines[0]), lines[1:])
302 for line in lines:
357 for line in lines:
430 if not lines:
527 for line in lines:
549 for line in lines:
573 for line in lines:
709 if len (lines) >= 3:
[all …]
/openbmc/linux/Documentation/sphinx/
H A Dkernel_feat.py96lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
102 for line in lines.split("\n"):
115 def nestedParse(self, lines, fname): argument
121 for l in lines.split("\n"):
123 lines = code_block + "\n\n"
125 for c, l in enumerate(lines.split("\n")):
H A Dkernel_abi.py90lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
91 nodeList = self.nestedParse(lines, self.arguments[0])
94 def nestedParse(self, lines, fname): argument
101 for l in lines.split("\n"):
103 lines = code_block + "\n\n"
110 for line in lines.split("\n"):
/openbmc/linux/arch/arm64/lib/
H 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 …]
/openbmc/linux/drivers/media/i2c/
H 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()
/openbmc/linux/drivers/media/pci/tw68/
H A Dtw68-risc.c36 unsigned int lines, bool jump) in tw68_risc_field() argument
55 for (line = 0; line < lines; line++) { in tw68_risc_field()
135 unsigned int lines) in tw68_risc_buffer() argument
151 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer()
152 PAGE_SIZE) + lines) + 4; in tw68_risc_buffer()
163 bpl, padding, lines, true); in tw68_risc_buffer()
166 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c119 unsigned lines = VBI_PAL_LINE_COUNT; in queue_setup() local
122 lines = VBI_NTSC_LINE_COUNT; in queue_setup()
124 sizes[0] = lines * VBI_LINE_LENGTH * 2; in queue_setup()
135 unsigned lines = VBI_PAL_LINE_COUNT; in buffer_prepare() local
138 lines = VBI_NTSC_LINE_COUNT; in buffer_prepare()
140 if (vb2_plane_size(vb, 0) < lines * VBI_LINE_LENGTH * 2) in buffer_prepare()
142 vb2_set_plane_payload(vb, 0, lines * VBI_LINE_LENGTH * 2); in buffer_prepare()
146 0, VBI_LINE_LENGTH * lines, in buffer_prepare()
148 lines); in buffer_prepare()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dgpio-matrix-keypad.txt4 The matrix keypad supports multiple row and column lines, a key can be
6 keypad can sense a key-press and key-release by means of GPIO lines and
11 - row-gpios: List of gpios used as row lines. The gpio specifier
13 which these row lines are connected.
14 - col-gpios: List of gpios used as column lines. The gpio specifier
16 which these column lines are connected.
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py10 def get_config(lines): argument
15 for l in lines:
43 def add_requires(the_ident, distro, lines): argument
55 for l in lines:
64 for l in lines:
73 for l in lines:
/openbmc/qemu/crypto/
H A Dtlscredspsk.c41 char **lines = NULL; in lookup_key() local
52 lines = g_strsplit(content, "\n", -1); in lookup_key()
53 for (i = 0; lines[i] != NULL; ++i) { in lookup_key()
54 if (strncmp(lines[i], username, ulen) == 0 && lines[i][ulen] == ':') { in lookup_key()
55 key->data = (unsigned char *) g_strdup(&lines[i][ulen + 1]); in lookup_key()
56 key->size = strlen(lines[i]) - ulen - 1; in lookup_key()
66 g_strfreev(lines); in lookup_key()

12345678910>>...54