Home
last modified time | relevance | path

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

12345678910>>...54

/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dgpio-pcf857x.txt3 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be
39 - lines-initial-states: Bitmask that specifies the initial state of each
43 all lines will be initialized to the input state.
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib_notifications.sh64 lines=`wc -l $outfile | cut "-d " -f1`
65 test $lines -eq $expected_num_lines
66 check_err $? "$expected_num_lines notifications were expected but $lines were received"
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-8x16-phy.txt54 controlled by GPIO to de/multiplex D+/D- USB lines
73 // D+/D- lines: 1 - Routed to HUB, 0 - Device connector
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-wilco-ec7 some GPIO lines. The h1_gpio attribute exposes the state
8 of the lines:
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kmod.py92 def check_target(lines, install): argument
95 for line in lines:
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dti,tfp410.yaml60 - 12 # 12 data lines connected and dual-edge mode
61 - 24 # 24 data lines connected and single-edge mode
H A Dtoshiba,tc358768.yaml60 data-lines:
115 data-lines = <24>;
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-aw2013.yaml32 description: Regulator providing power for pull-up of the I/O lines.
35 needed for the correct operation of the interrupt and I2C lines.
/openbmc/qemu/configs/devices/hppa-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass19 lines = f.readlines()
20 return lines
22 def sanity_conf_find_line(pattern, lines):
25 for index, line in enumerate(lines)
28 def sanity_conf_update(fn, lines, version_var_name, new_version):
32 f.write(''.join(lines))
102 lines = []
108 lines = sanity_conf_read(bblayers_fn)
169 f.write(''.join(lines))
564 lines = f.readlines()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c45 struct line lines[]; member
393 if (!img.lines[i].line) in decompress()
395 addr = img.lines[i].addr; in decompress()
399 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py158 lines = infile.read().splitlines()
159 self.assertEqual(HEADER.splitlines(), lines)
163 lines = infile.read().splitlines()
164 self.assertEqual(C_HEADER.splitlines() + [''], lines)
/openbmc/openbmc/poky/scripts/
H A Dcrosstap130 self.lines = []
132 self.lines.append(line.decode('utf-8'))
139 ''.join(self.lines))
154 for line in self.lines:
H A Doe-pkgdata-browser60 with open(filename) as lines:
61 lines = chain(("[fake]",), (line.replace(": ", " = ", 1) for line in lines))
62 parser.read_file(lines)
/openbmc/qemu/configs/devices/alpha-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/configs/devices/sparc-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/configs/devices/sh4-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_simple/files/
H A Dima_policy_simple2 # (policy with one line works, two lines don't).
/openbmc/qemu/configs/devices/sparc64-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,dra7-dss.txt36 - 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/qemu/tests/qemu-iotests/
H A Dpylintrc17 too-many-lines,
58 min-similarity-lines=6
/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/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dhosts3 # The following lines are desirable for IPv6 capable hosts

12345678910>>...54