Home
last modified time | relevance | path

Searched refs:lines (Results 226 – 250 of 1245) sorted by relevance

12345678910>>...50

/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch4 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 Dgpio-sim.rst7 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 Ddriver.rst16 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 Dlsgpio.c128 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 Dversatile-pb.dts9 /* 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 Dti,dra7-dss.txt36 - data-lines: number of lines used
H A Dti,omap3-dss.txt23 - data-lines: number of lines used
/openbmc/qemu/docs/devel/
H A Dtrivial-patches.rst9 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 Dsaa7134-ts.c87 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 Dpi433.txt11 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 Dvideo-vga.c157 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 Dpylintrc18 too-many-lines,
59 min-similarity-lines=10
/openbmc/qemu/docs/sphinx/
H A Dkerneldoc.py126 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True)
131 for line in lines:
H A Dhxtool.py107 lines = (l.rstrip() for l in f)
108 for lnum, line in enumerate(lines, 1):
/openbmc/linux/include/uapi/linux/
H A Dgpio.h35 __u32 lines; member
417 __u32 lines; member
/openbmc/qemu/tests/vm/
H A Dbasevm.py370 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 Dredfish_snmp_utils.robot225 ${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 Dstart.rst178 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 Dstandards.md52 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 Dkunit.py119 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 Dcpsw.txt33 - 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 Dmain.cf19 # 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 Dkerneldoc.py104 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True)
109 for line in lines:
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dst,nomadik.txt35 lines from the HCLK clock tree and the gate for individual
36 lines from the PCLK clock tree.
/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc.py129 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True)
134 for line in lines:

12345678910>>...50