Home
last modified time | relevance | path

Searched refs:lines (Results 126 – 150 of 1337) sorted by relevance

12345678910>>...54

/openbmc/linux/mm/kfence/
H A Dkfence_test.c44 char lines[2][256]; member
65 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
68 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
78 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available()
100 typeof(observed.lines) expect; in report_matches()
172 ret = strstr(observed.lines[0], expect[0]) && strstr(observed.lines[1], expect[1]); in report_matches()
811 for (i = 0; i < ARRAY_SIZE(observed.lines); i++) in test_init()
812 observed.lines[i][0] = '\0'; in test_init()
/openbmc/linux/drivers/video/console/
H A Dnewport_con.c579 enum con_scroll dir, unsigned int lines) in newport_scroll() argument
589 topscan = (topscan + (lines << 4)) & 0x3ff; in newport_scroll()
590 newport_clear_lines(vc->vc_rows - lines, in newport_scroll()
594 topscan = (topscan + (-lines << 4)) & 0x3ff; in newport_scroll()
595 newport_clear_lines(0, lines - 1, in newport_scroll()
602 count = (b - t - lines) * vc->vc_cols; in newport_scroll()
607 vc->vc_size_row * (t + lines)); in newport_scroll()
623 vc->vc_size_row * (b - lines)); in newport_scroll()
625 y = b - lines; in newport_scroll()
626 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll()
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_arm_spe_fork.sh34 echo Log lines = $log0
37 echo Log lines after 1 second = $log1
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-a311d-khadas-vim3.dts20 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
H A Dmeson-g12b-s922x-khadas-vim3.dts20 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/
H A Dcrossbar.txt3 interrupt lines from the subsystems are not needed at the same
17 - ti,irqs-reserved: List of the reserved irq lines that are not muxed using
18 crossbar. These interrupt lines are reserved in the soc,
20 lines.
/openbmc/openbmc/meta-openembedded/contrib/
H A Doe-stylize.py360 lines = [] variable
365 lines.append(line)
373 lines.append(line)
380 for line in lines:
/openbmc/linux/arch/riscv/kvm/
H A Dvm.c92 int kvm_riscv_setup_default_irq_routing(struct kvm *kvm, u32 lines) in kvm_riscv_setup_default_irq_routing() argument
97 ents = kcalloc(lines, sizeof(*ents), GFP_KERNEL); in kvm_riscv_setup_default_irq_routing()
101 for (i = 0; i < lines; i++) { in kvm_riscv_setup_default_irq_routing()
107 rc = kvm_set_irq_routing(kvm, ents, lines, 0); in kvm_riscv_setup_default_irq_routing()
/openbmc/linux/scripts/
H A Dcheckpatch.pl1121 foreach my $line (@lines) {
1261 my @lines = ();
1339 @lines = ();
2357 splice(@lines, 1, 1);
2404 my @lines = ();
2433 push(@lines, $line);
2440 return @lines;
2759 push(@lines, $line);
2780 foreach my $line (@lines) {
3610 my $f = $lines[$ln++];
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst18 Two lines of luma data are followed by one line of chroma data.
26 All line lengths are identical: if the Y lines include pad bytes so do
27 the CbCr lines.
H A Dfield-order.rst10 Progressive video transmits all lines of a video image sequentially.
12 odd and even lines of the image, respectively. Alternating the so called
14 fields a cathode ray TV displays the lines interleaved, yielding the
42 Whether the older field contains the top or bottom lines is a convention
108 - Images contain both fields, the top field lines are stored first
109 in memory, immediately followed by the bottom field lines. Fields
114 - Images contain both fields, the bottom field lines are stored
115 first in memory, immediately followed by the top field lines.
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js34 let lines = hd.split('\n');
36 for (let i = 0; i < lines.length; i++) {
37 const line = lines[i].trimEnd();
475 const lines = data.toString().split('\n');
476 for (let j = lines.length - 1; j >= 0; j--) {
477 sp = lines[j].trimEnd().split(' ');
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.c327 unsigned int lines = 0; in do_batch() local
374 lines); in do_batch()
384 p_err("command %d is too long", lines); in do_batch()
392 n_argc = make_args(buf, n_argv, BATCH_ARG_NB_MAX, lines); in do_batch()
418 lines++; in do_batch()
426 printf("processed %d commands\n", lines); in do_batch()
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-timing.yaml114 description: typical number of lines
118 description: min, typ, max number of lines
126 description: typical number of lines
130 description: min, typ, max number of lines
138 description: typical number of lines
142 description: min, typ, max number of lines
/openbmc/u-boot/arch/mips/include/asm/
H A Dcacheops.h30 int i, lines = ((len - 1) / ARCH_DMA_MINALIGN) + 1; in icache_lock() local
32 for (i = 0; i < lines; i++) { in icache_lock()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DMiscellaneous.pm133 my @lines = <RPM>;
143 foreach $line (@lines) {
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dcreate.py23 lines = str()
25 lines = ''.join(fd.readlines())
26 return lines
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-audio-rt5682.dtsi102 qcom,playback-sd-lines = <1>;
103 qcom,capture-sd-lines = <0>;
108 qcom,playback-sd-lines = <0>;
/openbmc/linux/drivers/net/ppp/
H A DKconfig12 serial) lines. Ask your access provider if they support it, because
23 asynchronous lines, such as regular analog phone lines, and
24 synchronous PPP which can be used over digital ISDN lines for
25 example. If you want to use PPP over phone lines or other
26 asynchronous serial lines, you need to say Y (or M) here and also to
28 synchronous lines, you should say Y (or M) here and to "Support
103 to combine several (logical or physical) lines into one logical PPP
206 are often used for high-speed leased lines like T1/E1.
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py409 def print_lines(self, lines): argument
410 print len(lines)
411 for line in lines:
425 lines = terminal.GetPrintTestLines()
427 lines[0].text)
438 lines = terminal.GetPrintTestLines()
442 (self._commits, len(boards)), lines[0].text)
/openbmc/qemu/scripts/
H A Dundefsym.py44 lines = sorted(staticlib_syms.intersection(modules_undef_syms))
45 sys.stdout.buffer.write(b'\n'.join(lines))
/openbmc/phosphor-hwmon/
H A Dgpio_handle.cpp42 std::vector<gpioplus::Handle::Line> lines = { in BuildGpioHandle() local
45 return std::make_unique<gpioplus::Handle>(chip, lines, flags, in BuildGpioHandle()
/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/
H A Dhit,hd44780.yaml14 LCDs that can display one or more lines of text. It exposes an M6800 bus
26 GPIO pins connected to the data signal lines DB0-DB7 (8-bit mode) or
68 Internal buffer width (default is 40 for displays with 1 or 2 lines, and
69 display-width-chars for displays with more than 2 lines).
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py157 lines = []
170 lines.append(' %s:' % groupdesc)
172 lines.append('%s%s' % (groupindent, self._format_action(subaction).rstrip()))
173 return '\n'.join(lines)
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dserial.txt10 Modem control lines connected to GPIO controllers are listed in the gpios
16 The gpios property is optional and can be left out when control lines are

12345678910>>...54