/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
H A D | 0002-ssaparse-enhance-SSA-text-lines-parsing.patch | 4 Subject: [PATCH] ssaparse: enhance SSA text lines parsing. 7 and there's are maybe multiple Dialog lines in one input buffer. 57 + /* there are may have multiple dialogue lines at a time */ 63 + /* ignore Format: and Style: lines */
|
/openbmc/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-sim.rst | 7 chips for testing purposes. The lines exposed by these chips can be accessed 47 the number of lines exposed by this bank. 70 specific lines. The name of those subdirectories must take the form of: 119 Manipulating simulated lines
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | driver.rst | 16 A GPIO chip handles one or more GPIO lines. To be considered a GPIO chip, the 17 lines must conform to the definition: General Purpose Input/Output. If the 19 GPIO chip. The use case is the indicative: certain lines in a system may be 24 Inside a GPIO driver, individual GPIO lines are identified by their hardware 30 lines are handled by one bit per line in a 32-bit register, it makes sense to 49 2000-2063 to identify GPIO lines in a bank of I2C GPIO expanders. 65 - optional line names array to identify lines 80 Any debugfs dump method should normally ignore lines which haven't been 94 GPIO lines can be configured for several electrical modes of operation by using 116 GPIO lines with debounce support [all …]
|
/openbmc/linux/tools/gpio/ |
H A D | lsgpio.c | 128 cinfo.name, cinfo.label, cinfo.lines); in list_device() 131 for (i = 0; i < cinfo.lines; i++) { in list_device()
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | versatile-pb.dts | 9 /* The Versatile PB is using more SIC IRQ lines than the AB */ 13 * Valid interrupt lines mask according to
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,dra7-dss.txt | 36 - data-lines: number of lines used
|
H A D | ti,omap3-dss.txt | 23 - data-lines: number of lines used
|
/openbmc/qemu/docs/devel/ |
H A D | trivial-patches.rst | 9 Trivial patches that change just a few lines of code sometimes languish 19 - Only touch a few lines of code.
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-ts.c | 87 unsigned int lines, llength, size; in saa7134_ts_buffer_prepare() local 92 lines = dev->ts.nr_packets; in saa7134_ts_buffer_prepare() 94 size = lines * llength; in saa7134_ts_buffer_prepare()
|
/openbmc/linux/drivers/staging/pi433/Documentation/devicetree/ |
H A D | pi433.txt | 11 With the following lines in gpio-section, the gpio pins, connected with pi433 are 25 With the following lines in spi section, the device pi433 is declared.
|
/openbmc/linux/arch/x86/boot/ |
H A D | video-vga.c | 157 static void vga_set_vertical_end(int lines) in vga_set_vertical_end() argument 161 int end = lines-1; in vga_set_vertical_end()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | pylintrc | 18 too-many-lines, 59 min-similarity-lines=10
|
/openbmc/qemu/docs/sphinx/ |
H A D | kerneldoc.py | 126 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True) 131 for line in lines:
|
H A D | hxtool.py | 107 lines = (l.rstrip() for l in f) 108 for lnum, line in enumerate(lines, 1):
|
/openbmc/linux/include/uapi/linux/ |
H A D | gpio.h | 35 __u32 lines; member 417 __u32 lines; member
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 370 lines = re.split("[\r\n]", output) 371 output = lines.pop() 373 self.console_log("\n".join(lines)) 391 lines = re.split("[\r\n]", output) 392 output = lines.pop() 394 self.console_log("\n".join(lines))
|
/openbmc/openbmc-test-automation/lib/snmp/ |
H A D | redfish_snmp_utils.robot | 225 ${lines}= Split To Lines ${SNMP_LISTEN_OUT} 226 ${trap_info}= Get From List ${lines} -1 296 ${lines}= Split To Lines ${SNMP_LISTEN_OUT} 297 ${trap_info}= Get From List ${lines} -1 352 ${lines}= Split To Lines ${SNMP_LISTEN_OUT} 353 ${trap_info}= Get From List ${lines} -1
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | start.rst | 178 Some lines and/or data may get interspersed in the TAP output. 203 3. Add the following lines to ``drivers/misc/Kconfig``: 210 4. Add the following lines to ``drivers/misc/Makefile``: 255 2. Add the following lines to ``drivers/misc/Kconfig``: 267 3. Add the following lines to ``drivers/misc/Makefile``: 273 4. Add the following lines to ``.kunit/.kunitconfig``:
|
/openbmc/openbmc/poky/documentation/ |
H A D | standards.md | 52 Source code for the documentation shouldn't have lines 53 wider than 80 characters. This makes patch lines more 56 If you have to include long commands or lines in configuration 58 into multiple lines, using the ``\`` character. 68 Exceptions are granted for file contents whose lines
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit.py | 119 lines = kunit_parser.extract_tap_lines(output) 121 lines.pop() 138 lines = kunit_parser.extract_tap_lines(output) 140 lines.pop() 143 return lines
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | cpsw.txt | 33 - mode-gpios : Should be added if one/multiple gpio lines are 34 required to be driven so that cpsw data lines 38 lines are connected via mux.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | main.cf | 19 # You'll start with the following lines for maildir storage 25 # You'll start with the following lines for IMAP storage
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kerneldoc.py | 104 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True) 109 for line in lines:
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,nomadik.txt | 35 lines from the HCLK clock tree and the gate for individual 36 lines from the PCLK clock tree.
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kerneldoc.py | 129 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True) 134 for line in lines:
|