/openbmc/qemu/configs/devices/s390x-softmmu/ |
H A D | default.mak | 3 # Uncomment the following lines to disable these optional devices:
|
/openbmc/qemu/configs/devices/riscv32-softmmu/ |
H A D | default.mak | 3 # Uncomment the following lines to disable these optional devices:
|
/openbmc/u-boot/drivers/video/ |
H A D | tda19988.c | 373 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/qemu/configs/devices/riscv64-softmmu/ |
H A D | default.mak | 3 # Uncomment the following lines to disable these optional devices:
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | kernel-doc.rst | 79 * 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/drivers/staging/greybus/ |
H A D | TODO | 3 lines from device tree or ACPI.
|
/openbmc/linux/arch/um/drivers/ |
H A D | Kconfig | 15 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/drivers/gpu/drm/meson/ |
H A D | meson_registers.h | 265 #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/tools/perf/Documentation/ |
H A D | perf-probe.txt | 45 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/gpioplus/src/gpioplus/ |
H A D | chip.hpp | 19 uint32_t lines; member
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi3670-hikey970.dts | 70 * 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/u-boot/tools/buildman/ |
H A D | builderthread.py | 328 lines = [] 360 lines.append(size_result.stdout.splitlines()[1] + ' ' + 377 if len(lines): 381 print >>fd, '\n'.join(lines)
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-chip-info.c | 50 printf("%u\n", info.lines); in main()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-trafaret-config_2.0.2.bb | 1 …loads yaml and checks config using trafaret while keeping track of actual lines of file where erro…
|
/openbmc/linux/Documentation/hwmon/ |
H A D | nsa320.rst | 30 lines which are used to provide chip select, clock and data lines. The
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 122 lines = include_file.readlines() 123 rawtext = ''.join(lines[startline:endline])
|
H A D | cdomain.py | 111 lines = iter(source[0].splitlines(True)) 112 for n in lines:
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 120 lines = include_file.readlines() 121 rawtext = ''.join(lines[startline:endline])
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am57xx-sbc-am57x.dts | 130 data-lines = <24>; 145 data-lines = <24>;
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ipv6_utils.robot | 26 ${lines}= Get Lines Containing String ${cmd_output} inet6 29 @{ip_components}= Split To Lines ${lines}
|
/openbmc/linux/include/linux/ |
H A D | console.h | 59 unsigned int lines); 72 void (*con_scrolldelta)(struct vc_data *vc, int lines);
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am57xx-sbc-am57x.dts | 133 data-lines = <24>; 148 data-lines = <24>;
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | external-scm.rst | 42 listed include file that contains numerous lines of exactly that form:: 62 These lines allow you to
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 600 lines = [] 605 lines.append(line) 613 lines.append(line) 616 if lines: 617 if len(lines) > 60: 618 …b.error("Last 60 lines of server log for this session (%s):\n%s" % (logfile, "".join(lines[-60:]))) 620 … bb.error("Server log for this session (%s):\n%s" % (logfile, "".join(lines)))
|
/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/files/ |
H A D | disable-mmc-sdhci.cfg | 2 # on the reset lines of some ASRock boards, u-boot switching the pinctrl when
|