Home
last modified time | relevance | path

Searched refs:lines (Results 326 – 350 of 1245) sorted by relevance

1...<<11121314151617181920>>...50

/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py53 lines = text.splitlines(True)
54 if re.match(r"\s+", lines[0]):
60 return lines[0] + textwrap.dedent("".join(lines[1:]))
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c605 char lines[3][PATH_MAX]; in migrating_thread_fn() local
608 snprintf(lines[g], sizeof(lines[g]), "0::%s", grps[g] + strlen(grps[0])); in migrating_thread_fn()
613 if (proc_read_strstr(0, 1, "cgroup", lines[(i % 2) + 1])) in migrating_thread_fn()
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/
H A D0001-sssctl-add-error-analyzer.patch158 - Yield lines which match any number of patterns (OR) in
164 - lines matching the provided pattern(s)
304 + Yield lines which match any number of patterns (OR) in
310 + lines matching the provided pattern(s)
/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()
/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/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/drivers/siox/
H A DKconfig17 SIOX bus driver that controls the four bus lines using GPIOs.
/openbmc/linux/drivers/staging/rtl8723bs/
H A DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Ddisable-omfile-outchannel.patch5 number of lines in file: 5559 rstb_168227_f19f3b245QVE.out.log
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dtps65217-backlight.txt9 - backlight: node for specifying WLED1 and WLED2 lines in TPS65217
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dconfig_file.md11 | comments | no | array of strings | One or more comment lines describing this …
/openbmc/linux/tools/perf/util/
H A Dsrcline.c459 int lines; in addr2line_configure() local
469 lines = 1; in addr2line_configure()
474 lines = 3; in addr2line_configure()
489 while (lines) { in addr2line_configure()
494 lines--; in addr2line_configure()
/openbmc/linux/drivers/gpio/
H A DTODO24 and treat GPIO lines as abstract entities.
64 GPIO lines from the device tree. This can be tricky and often ivolves
125 0..n in some register to drive GPIO lines
174 GPIO lines that can do everything that sysfs can do today: one
190 for debugging and hacking and to expose all lines without the
/openbmc/gpioplus/src/gpioplus/
H A Dchip.cpp37 return ChipInfo{info.name, info.label, info.lines}; in getChipInfo()
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Djcore,aic.txt6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
/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/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-sbc-t3730.dts40 data-lines = <24>;
H A Dam437x-sbc-t43.dts147 data-lines = <24>;
174 data-lines = <24>;
/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:
/openbmc/linux/Documentation/security/
H A Dsak.rst80 lines in its rc.sysinit and rc scripts::
89 delete these lines, but this may cause system management
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py911 lines = []
913 lines.append('LICENSE = "%s"' % license)
914 lines.append(
918 lines.append("")
926 lines_before.extend(lines)
928 lines_before[pos : pos + 1] = lines
/openbmc/linux/Documentation/RCU/
H A Drcubarrier.rst72 call_srcu() on srcu_struct_2, then the following three lines of code
160 Then lines 55-62 print status and do operation-specific cleanup, and
210 Line 3 verifies that the caller is in process context, and lines 5 and 12
212 global completion and counters at a time, which are initialized on lines
225 thereby avoiding the need for lines 9 and 10?
317 thereby avoiding the need for lines 9 and 10?
/openbmc/linux/drivers/media/usb/gspca/
H A Dpac7311.c537 __u16 lines, __u16 samples_per_line) in pac_start_frame() argument
544 tmpbuf[0] = lines >> 8; in pac_start_frame()
545 tmpbuf[1] = lines & 0xff; in pac_start_frame()

1...<<11121314151617181920>>...50