Home
last modified time | relevance | path

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

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

/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-href-family-pinctrl.dtsi75 /* Mux in VSI0 and all the data lines */
79 "lcd_d0_d7_a_1", /* Data lines */
/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/openbmc/poky/meta/lib/oe/
H A Dcopy_buildsystem.py241 lines = sigs[typename]
242 if lines:
244 for line in 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/openpower-occ-control/
H A Docc_ffdc.cpp236 FFDCFiles& fileList, const std::string& executable, unsigned int lines) in addJournalEntries() argument
238 auto journalFile = makeJsonFFDCFile(getJournalEntries(lines, executable)); in addJournalEntries()
244 lines, executable) in addJournalEntries()
/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
H A Dvidioc-enumstd.rst80 - Total lines per frame including blanking, e. g. 625 for B/PAL.
136 ``V4L2_STD_PAL_60`` is a hybrid standard with 525 lines, 60 Hz refresh
147 ``V4L2_STD_NTSC_443`` is a hybrid standard with 525 lines, 60 Hz refresh
251 * - Frame lines
/openbmc/gpioplus/src/gpioplus/
H A Dchip.cpp37 return ChipInfo{info.name, info.label, info.lines}; in getChipInfo()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-configure.ac-check-egrep.patch6 | [GEN] command-lines-input.h
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cryptography-vectors_42.0.5.bb23 # Remove the sha256 checksum lines for pycache files
/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/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,

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