/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-vbi.c | 135 unsigned int lines; in buffer_prepare() local 139 lines = VBI_LINE_NTSC_COUNT; in buffer_prepare() 141 lines = VBI_LINE_PAL_COUNT; in buffer_prepare() 142 size = lines * VBI_LINE_LENGTH * 2; in buffer_prepare() 148 0, VBI_LINE_LENGTH * lines, in buffer_prepare() 150 lines); in buffer_prepare()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | utils.py | 56 lines = before.split('\n') 57 line = len(lines) 58 col = len(lines[-1]) + 1
|
/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | cx2341x-uapi.rst | 41 If the height is not a multiple of 32 lines, then the captured video is 143 all lines can be stored while still fitting within the maximum allowed size. 146 4 + 43 * 36, which is 4 bytes for a header and 2 * 18 VBI lines with a 1 byte 148 the cx23415/6 firmware. Besides the data for the VBI lines we also need 36 bits 149 for a bitmask determining which lines are captured and 4 bytes for a magic cookie, 151 If all lines are used, then there is no longer room for the bitmask. To solve this 155 unsigned long denote which lines of the first field are captured. Bits 18-31 of 159 'ITV0': This magic number assumes all VBI lines are captured, i.e. it implicitly 163 captured VBI lines start: 173 #define IVTV_SLICED_TYPE_TELETEXT 0x1 // Teletext (uses lines 6-22 for PAL)
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 143 int lines = 0; in get_line() local 148 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line() 150 lines++; in get_line() 318 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local 324 getmaxyx(stdscr, lines, columns); in dialog_inputbox() 342 win_lines = min(prompt_lines+6, lines-2); in dialog_inputbox() 348 y = (lines-win_lines)/2; in dialog_inputbox() 514 int x, y, lines, columns; in show_scroll_win_ext() local 531 getmaxyx(stdscr, lines, columns); in show_scroll_win_ext() 546 win_lines = min(total_lines+4, lines-2); in show_scroll_win_ext() [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | test_util.py | 49 lines = stdout.splitlines() 53 for line in lines if '/etype/' in line]) 61 coverage = lines[-1].split(' ')[-1]
|
/openbmc/linux/arch/x86/mm/ |
H A D | dump_pagetables.c | 36 unsigned long lines; member 303 st->lines = 0; in note_page() 319 st->lines < st->marker->max_lines) { in note_page() 335 st->lines++; in note_page() 344 st->lines > st->marker->max_lines) { in note_page() 346 st->lines - st->marker->max_lines; in note_page() 353 st->lines = 0; in note_page()
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 387 lines = [] 394 lines = stream.readlines() 396 for line in lines: 434 lines = [] 442 lines = stream.readlines() 444 for i in range(len(lines)): 445 line = lines[i] 458 line = lines[i]
|
H A D | cleanpatch | 135 @lines = (); 154 push(@lines, $line); 233 push(@lines, $l); 250 print FILE @lines;
|
H A D | checkpatch.pl | 1122 my @lines = split('\n', $text); 1124 foreach my $line (@lines) { 1236 my @lines = split("\n", $output); 1238 return ($id, $desc) if ($#lines < 0); 1240 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) { 1250 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w… 1251 $lines[0] =~ /^fatal: bad object $commit/) { 1254 $id = substr($lines[0], 0, 12); 1255 $desc = substr($lines[0], 41); 1265 my @lines = (); [all …]
|
H A D | headerdep.pl | 100 chomp(my @lines = <$file>); 103 for my $i (0 .. $#lines) { 104 my $line = $lines[$i];
|
/openbmc/u-boot/scripts/ |
H A D | cleanpatch | 133 @lines = (); 152 push(@lines, $line); 231 push(@lines, $l); 248 print FILE @lines;
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | dai.rst | 14 multiplexes its data on its SDATA_OUT (playback) and SDATA_IN (capture) lines. 27 Rx lines are used for audio transmission, while the bit clock (BCLK) and 29 controller or CODEC can drive (master) the BCLK and LRC clock lines. Bit clock 51 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used 52 to synchronise the link while the Tx and Rx lines are used to transmit and
|
/openbmc/qemu/scripts/tracetool/ |
H A D | __init__.py | 23 def error_write(*lines): argument 25 sys.stderr.writelines("\n".join(lines) + "\n") 27 def error(*lines): argument 29 error_write(*lines) 42 def out(*lines, **kwargs): argument 55 for l in lines:
|
/openbmc/openbmc/poky/meta/recipes-core/readline/ |
H A D | readline.inc | 1 SUMMARY = "Library for editing typed command lines" 3 command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline lib… 4 additional functions to maintain a list of previously-entered command lines, to recall and perhaps … 5 lines, and perform csh-like history expansion on previous commands."
|
/openbmc/linux/drivers/hte/ |
H A D | Kconfig | 8 timestamp certain device lines/signals in realtime. It comes with a 24 lines for timestamping in realtime. 31 framework to timestamp GPIO and LIC IRQ lines.
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 218 lines = self.footer_present 219 sys.stdout.buffer.write(self.curses.tparm(self.cuu, lines)) 314 lines = self.getlines(content) 316 for tasknum, task in enumerate(tasks[:(self.rows - 1 - lines)]): 333 lines = lines + self.getlines(content) 334 self.footer_present = lines 339 lines = 0 341 lines = lines + 1 + int(len(line) / (self.columns + 1)) 342 return lines 358 lines = [] [all …]
|
/openbmc/linux/drivers/video/console/ |
H A D | newport_con.c | 579 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/mm/kfence/ |
H A D | kfence_test.c | 44 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/Documentation/driver-api/gpio/ |
H A D | using-gpio.rst | 5 The Linux kernel exists to abstract and present hardware to users. GPIO lines 7 and preferred way to use GPIO lines is to let kernel hardware drivers deal 20 In Linux GPIO lines also have a userspace ABI. 23 factory lines, maker community projects, workshop specimen, production tools, 33 from userspace will likely be a good fit for using GPIO lines from userspace as
|
/openbmc/gpioplus/test/ |
H A D | chip.cpp | 83 info.lines = expected_info.lines; in TEST_F() 90 EXPECT_EQ(expected_info.lines, retrieved_info.lines); in TEST_F()
|
/openbmc/linux/tools/hv/ |
H A D | lsvmbus | 49 lines = f.readlines() 52 lines = [] 54 return lines
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | intel,ixp4xx-gpio.txt | 4 It supports 16 GPIO lines. 10 the first 12 GPIO lines to 12 system interrupts. 12 The remaining 4 GPIO lines can not be used for receiving
|
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/ |
H A D | crossbar.txt | 3 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 D | oe-stylize.py | 360 lines = [] variable 365 lines.append(line) 373 lines.append(line) 380 for line in lines:
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vm.c | 92 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()
|