/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/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 193 int lines = 0; in get_line() local 198 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line() 200 lines++; in get_line() 368 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local 374 getmaxyx(stdscr, lines, columns); in dialog_inputbox() 392 win_lines = min(prompt_lines+6, lines-2); in dialog_inputbox() 398 y = (lines-win_lines)/2; in dialog_inputbox() 556 int x, y, lines, columns; in show_scroll_win() local 567 getmaxyx(stdscr, lines, columns); in show_scroll_win() 582 win_lines = min(total_lines+4, lines-2); in show_scroll_win() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | snps,axs10x-reset.yaml | 16 represents up-to 32 reset lines. 17 As of today only the following lines are used: 45 // Specifying reset lines connected to IP modules:
|
/openbmc/linux/scripts/ |
H A D | cleanpatch | 135 @lines = (); 154 push(@lines, $line); 233 push(@lines, $l); 250 print FILE @lines;
|
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 | 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/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/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/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/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/Documentation/devicetree/bindings/sound/ |
H A D | qcom,lpass-cpu.yaml | 92 qcom,playback-sd-lines: 94 description: list of MI2S data lines for playback 96 qcom,capture-sd-lines: 98 description: list of MI2S data lines for capture 281 /* Optional to set different MI2S SD lines */ 284 qcom,playback-sd-lines = <1>; 285 qcom,capture-sd-lines = <0>;
|
H A D | qcom,q6dsp-lpass-ports.yaml | 41 qcom,sd-lines: 44 List of serial data lines used by this dai.should be one or more of the 0-3 sd lines. 138 - qcom,sd-lines 162 qcom,sd-lines = <0 1 2 3>;
|
/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/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/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
|
H A D | gpio-mmio.yaml | 43 Register to READ the value of the GPIO lines. If GPIO line is high, 48 Register to SET the value of the GPIO lines. Setting a bit in this 51 Register to CLEAR the value of the GPIO lines. Setting a bit in this 53 the SET register will be used to clear the GPIO lines as well, by 80 If this property is present, the controller cannot drive the GPIO lines.
|
/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/u-boot/tools/patman/ |
H A D | get_maintainer.py | 46 lines = stdout.splitlines() 47 return [ x.replace('"', '') for x in lines ]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 211 lines = self.footer_present 307 lines = self.getlines(content) 326 lines = lines + self.getlines(content) 327 self.footer_present = lines 332 lines = 0 334 lines = lines + 1 + int(len(line) / (self.columns + 1)) 335 return lines 351 lines = [] 360 lines.pop(0) 364 if lines: [all …]
|
/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/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/linux/drivers/staging/media/atomisp/pci/css_2401_system/ |
H A D | ibuf_ctrl_global.h | 42 u32 lines; /* lines in the buffer */ member 66 u32 lines; member
|
/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()
|