Home
last modified time | relevance | path

Searched refs:lines (Results 351 – 375 of 1352) sorted by relevance

1...<<11121314151617181920>>...55

/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_metadata.py59 lines = fd.readlines()
62 fd.write(''.join(lines[:-1]))
/openbmc/u-boot/drivers/net/
H A Dlan91c96.c644 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 Dentry.py491 lines = docs.splitlines()
492 first_line = lines[0]
493 rest = [line[4:] for line in lines[1:]]
/openbmc/linux/Documentation/hwmon/
H A Dadm1026.rst45 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 Dbuslock.rst16 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 Djcore,aic.txt6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/
H A D0001-calibrator.hh-Include-string-to-get-std-string.patch24 // XXX: we currently don't handle lines that are longer than this
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dsnps,hsdk-reset.txt21 Specifying reset lines connected to IP modules:
H A Dbrcm,brcmstb-reset.yaml12 reset lines.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-bayer.rst14 alternating lines of red and green, and blue and green pixels in different
/openbmc/gpioplus/src/gpioplus/
H A Dchip.cpp37 return ChipInfo{info.name, info.label, info.lines}; in getChipInfo()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-sbc-t3730.dts40 data-lines = <24>;
H A Domap3-sbc-t3530.dts44 data-lines = <24>;
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cryptography-vectors_42.0.8.bb23 # Remove the sha256 checksum lines for pycache files
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.cpp120 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 Ddriver.rst98 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 Dprocess.py610 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 Draspberrypi,firmware-gpio.txt5 GPIO lines on the expander.
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsafe_finger.patch20 #define LINE_LENGTH 128 /* Editors can choke on long lines */
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/
H A Dfsl,mma8452.yaml29 2 highly configurable interrupt lines exist.
/openbmc/linux/Documentation/trace/rv/
H A Dmonitor_wwnr.rst36 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 D0001-configure.ac-check-egrep.patch9 | [GEN] command-lines-input.h
/openbmc/qemu/configs/devices/arm-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcopy_buildsystem.py248 lines = sigs[typename]
249 if lines:
251 for line in lines:
/openbmc/qemu/hw/sd/
H A Domap_mmc.c39 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()

1...<<11121314151617181920>>...55