Home
last modified time | relevance | path

Searched refs:lines (Results 276 – 300 of 1347) sorted by relevance

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

/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/u-boot/Documentation/sphinx/
H A Dkerneldoc.py104 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True)
109 for line in lines:
/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/linux/Documentation/sphinx/
H A Dkerneldoc.py129 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True)
134 for line in lines:
/openbmc/qemu/docs/sphinx/
H A Dhxtool.py107 lines = (l.rstrip() for l in f)
108 for lnum, line in enumerate(lines, 1):
/openbmc/linux/drivers/staging/greybus/
H A DTODO3 lines from device tree or ACPI.
/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
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
116 GPIO lines with debounce support
133 GPIO lines with open drain/source support
230 GPIO lines with pull up/down resistor support
[all …]
/openbmc/gpioplus/src/gpioplus/
H A Dchip.hpp19 uint32_t lines; member
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drockchip,i2s-tdm.yaml115 Defines the mapping of I2S RX sdis to I2S data bus lines.
125 Defines the mapping of I2S TX sdos to I2S data bus lines.
134 Specify that the GPIO lines on the I2S bus are multiplexed such that
/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.
H A Dmdio-mux-gpio.yaml14 lines are used to control which child bus is connected.
39 pair of GPIO lines. Child busses 2 and 3 populated with 4
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-trafaret-config_2.0.2.bb1 …loads yaml and checks config using trafaret while keeping track of actual lines of file where erro…
H A Dpython3-prompt-toolkit_3.0.43.bb1 SUMMARY = "Library for building powerful interactive command lines in Python"
/openbmc/linux/tools/testing/selftests/gpio/
H A Dgpio-chip-info.c50 printf("%u\n", info.lines); in main()
/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/files/
H A Ddisable-mmc-sdhci.cfg2 # on the reset lines of some ASRock boards, u-boot switching the pinctrl when
/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/media/i2c/
H A Dmelexis,mlx90640.txt4 with 32x24 resolution excluding 2 lines of coefficient data that is used by
/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-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/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/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dpriv.h8 int lines; member
/openbmc/linux/scripts/
H A Drustdoc_test_builder.rs36 .lines() in main()
/openbmc/linux/Documentation/hwmon/
H A Dasb100.rst29 sensors, four temperature sensors, VID lines and alarms. In addition to
42 The VID lines encode the core voltage value: the voltage level your
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap5-dss.txt25 - data-lines: number of lines used
/openbmc/u-boot/test/py/tests/
H A Dtest_bind.py9 lines = [x.strip() for x in response.splitlines()]
19 for l in lines:

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