/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_metadata.py | 59 lines = fd.readlines() 62 fd.write(''.join(lines[:-1]))
|
/openbmc/u-boot/drivers/net/ |
H A D | lan91c96.c | 644 int lines; in print_packet() 648 lines = length / 16; in print_packet() 651 for (i = 0; i < lines; i++) { in print_packet()
|
/openbmc/u-boot/tools/binman/ |
H A D | entry.py | 491 lines = docs.splitlines() 492 first_line = lines[0] 493 rest = [line[4:] for line in lines[1:]]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | adm1026.rst | 45 16 general purpose digital I/O lines, eight (8) fan speed sensors (8-bit), 99 GPIO lines. Unfortunately, the chip may not be connected to the VID lines
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | buslock.rst | 16 A split lock is any atomic operation whose operand crosses two cache lines. 17 Since the operand spans two cache lines and the operation must be atomic, 18 the system locks the bus while the CPU accesses the two cache lines.
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | jcore,aic.txt | 6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
|
/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/ |
H A D | 0001-calibrator.hh-Include-string-to-get-std-string.patch | 24 // XXX: we currently don't handle lines that are longer than this
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | snps,hsdk-reset.txt | 21 Specifying reset lines connected to IP modules:
|
H A D | brcm,brcmstb-reset.yaml | 12 reset lines.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-bayer.rst | 14 alternating lines of red and green, and blue and green pixels in different
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | chip.cpp | 37 return ChipInfo{info.name, info.label, info.lines}; in getChipInfo()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-sbc-t3730.dts | 40 data-lines = <24>;
|
H A D | omap3-sbc-t3530.dts | 44 data-lines = <24>;
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-cryptography-vectors_42.0.8.bb | 23 # Remove the sha256 checksum lines for pycache files
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.cpp | 120 FFDCFile DBusErrorLogging::createFFDCFile(const std::vector<std::string>& lines) in createFFDCFile() argument 128 for (const std::string& line : lines) in createFFDCFile()
|
/openbmc/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 98 Modem control lines via GPIO 101 Some helpers are provided in order to set/get modem control lines via GPIO.
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 610 lines = [] 615 lines.append(line) 623 lines.append(line) 626 if lines: 627 if len(lines) > 60: 628 …b.error("Last 60 lines of server log for this session (%s):\n%s" % (logfile, "".join(lines[-60:]))) 630 … bb.error("Server log for this session (%s):\n%s" % (logfile, "".join(lines)))
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | raspberrypi,firmware-gpio.txt | 5 GPIO lines on the expander.
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | safe_finger.patch | 20 #define LINE_LENGTH 128 /* Editors can choke on long lines */
|
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/ |
H A D | fsl,mma8452.yaml | 29 2 highly configurable interrupt lines exist.
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | monitor_wwnr.rst | 36 And then imagine an IRQ happening in between the lines one and two,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
H A D | 0001-configure.ac-check-egrep.patch | 9 | [GEN] command-lines-input.h
|
/openbmc/qemu/configs/devices/arm-softmmu/ |
H A D | default.mak | 3 # Uncomment the following lines to disable these optional devices:
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | copy_buildsystem.py | 248 lines = sigs[typename] 249 if lines: 251 for line in lines:
|
/openbmc/qemu/hw/sd/ |
H A D | omap_mmc.c | 39 int lines; member 477 if (s->dw != 0 && s->lines < 4) in omap_mmc_write() 596 s->lines = 1; /* TODO: needs to be settable per-board */ in omap_mmc_init()
|