/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/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/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/linux/Documentation/sphinx/ |
H A D | kerneldoc.py | 129 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True) 134 for line in lines:
|
/openbmc/qemu/docs/sphinx/ |
H A D | hxtool.py | 107 lines = (l.rstrip() for l in f) 108 for lnum, line in enumerate(lines, 1):
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | TODO | 3 lines from device tree or ACPI.
|
/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 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 D | chip.hpp | 19 uint32_t lines; member
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | rockchip,i2s-tdm.yaml | 115 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 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.
|
H A D | mdio-mux-gpio.yaml | 14 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 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…
|
H A D | python3-prompt-toolkit_3.0.45.bb | 1 SUMMARY = "Library for building powerful interactive command lines in Python"
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-chip-info.c | 50 printf("%u\n", info.lines); in main()
|
/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
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | melexis,mlx90640.txt | 4 with 32x24 resolution excluding 2 lines of coefficient data that is used by
|
/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/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-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/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/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | priv.h | 8 int lines; member
|
/openbmc/linux/scripts/ |
H A D | rustdoc_test_builder.rs | 36 .lines() in main()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | asb100.rst | 29 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 D | ti,omap5-dss.txt | 25 - data-lines: number of lines used
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_bind.py | 9 lines = [x.strip() for x in response.splitlines()] 19 for l in lines:
|