Home
last modified time | relevance | path

Searched refs:lines (Results 326 – 350 of 1347) sorted by relevance

1...<<11121314151617181920>>...54

/openbmc/linux/Documentation/sphinx/
H A Dkernel_include.py122 lines = include_file.readlines()
123 rawtext = ''.join(lines[startline:endline])
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot26 ${lines}= Get Lines Containing String ${cmd_output} inet6
29 @{ip_components}= Split To Lines ${lines}
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dclps711x-keypad.txt5 - row-gpios: List of GPIOs used as row lines.
/openbmc/linux/drivers/auxdisplay/
H A Dhd44780_common.h31 int hd44780_common_lines(struct charlcd *lcd, enum charlcd_lines lines);
/openbmc/qemu/configs/devices/i386-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/linux/sound/pci/
H A Dbt87x.c189 unsigned int lines; member
258 chip->lines = periods; in snd_bt87x_create_risc()
323 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt()
325 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt()
328 chip->current_line = DIV_ROUND_UP(irq_block * chip->lines, in snd_bt87x_interrupt()
487 chip->line_bytes | (chip->lines << 16)); in snd_bt87x_start()
/openbmc/u-boot/drivers/video/
H A Dtda19988.c373 u16 line_clocks, lines; in tda19988_enable() local
390 lines = timing->vsync_len.typ + timing->vback_porch.typ + in tda19988_enable()
454 tda19988_register_write16(priv, REG_NLINE_MSB, lines); in tda19988_enable()
474 lines - timing->vactive.typ - 1); in tda19988_enable()
475 tda19988_register_write16(priv, REG_VWIN_END_1_MSB, lines - 1); in tda19988_enable()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-wcwidth_0.2.13.bb1 SUMMARY = "Library for building powerful interactive command lines in Python"
/openbmc/linux/drivers/siox/
H A DKconfig17 SIOX bus driver that controls the four bus lines using GPIOs.
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py328 lines = []
360 lines.append(size_result.stdout.splitlines()[1] + ' ' +
377 if len(lines):
381 print >>fd, '\n'.join(lines)
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3670-hikey970.dts70 * For the lines routed to the external connectors the
71 * lines are named after the 96Boards CE Specification 1.0,
78 * UART2. This is only for the informational lines i.e. "[FOO]",
79 * the GPIO named lines "GPIO-A" thru "GPIO-L" are the only
/openbmc/linux/Documentation/doc-guide/
H A Dkernel-doc.rst79 * comment lines.
85 * lines.
92 The brief description following the function name may span multiple lines, and
103 Each ``@argument:`` description may span multiple lines.
107 If the ``@argument`` description has multiple lines, the continuation
111 * that continues on next lines
117 * that continues on next lines
169 #) If the descriptive text you provide has lines that begin with
194 lines, and ends with a member description, a blank comment line, or the
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dtps65217-backlight.txt9 - backlight: node for specifying WLED1 and WLED2 lines in TPS65217
/openbmc/linux/drivers/staging/rtl8723bs/
H A DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Ddisable-omfile-outchannel.patch5 number of lines in file: 5559 rstb_168227_f19f3b245QVE.out.log
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dconfig_file.md11 | comments | no | array of strings | One or more comment lines describing this …
/openbmc/linux/tools/perf/Documentation/
H A Dperf-probe.txt45 or lines. If a path of module file is passed, perf-probe
81 Show source code lines which can be probed. This needs an argument
219 FUNC specifies the function name of showing lines. 'RLN' is the start line
223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
225 So, "source.c:100-120" shows lines between 100th to 120th in source.c file. And "func:10+20" shows …
247 Display which lines in schedule() can be probed:
263 Add probes on lines in schedule() function which calls update_rq_clock().
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_registers.h265 #define VIU_OSD_HOLD_FIFO_LINES(lines) ((lines & 0x1f) << 5) argument
439 #define VPP_POSTBLEND_HOLD_LINES(lines) (lines & 0xf) argument
440 #define VPP_PREBLEND_HOLD_LINES(lines) ((lines & 0xf) << 8) argument
1857 #define VIU_OSD_BLEND_HOLD_LINES(lines) ((lines & 0x7) << 29) argument
/openbmc/linux/arch/um/drivers/
H A DKconfig15 lines on the UML that are usually made to show up on the host as
27 lines to a device similar to /dev/null. Data written to it disappears
34 lines to host portals. They may be accessed with 'telnet <host>
35 <port number>'. Any number of consoles and serial lines may be
44 lines to host pseudo-terminals. Access to both traditional
54 lines to host terminals. Access to both virtual consoles
63 lines to xterms. Each UML device so assigned will be brought up in
104 This is the string describing the channel to which the serial lines
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap4-dss.txt25 - data-lines: number of lines used
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dimg,pdc-intc.txt5 lines which can wake the system, and are passed on through output interrupt
6 lines.
/openbmc/u-boot/doc/
H A DREADME.pblimage67 2. These files can have empty lines and lines starting with "#" as first
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dcustom-target-cfg.patch69 - rustc_output(config, &["--print=cfg", "--target", &config.target]).trim().lines()
72 + .lines()
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_metadata.py59 lines = fd.readlines()
62 fd.write(''.join(lines[:-1]))
/openbmc/linux/Documentation/driver-api/hte/
H A Dhte.rst13 monitor sets of system signals, lines, buses etc... in realtime for state
67 lines, GPIO, chip signals, buses etc...

1...<<11121314151617181920>>...54