/openbmc/qemu/docs/sphinx/ |
H A D | qapidoc.py | 53 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 D | test_core.c | 605 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 D | 0001-sssctl-add-error-analyzer.patch | 158 - 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 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()
|
/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/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/drivers/siox/ |
H A D | Kconfig | 17 SIOX bus driver that controls the four bus lines using GPIOs.
|
/openbmc/linux/drivers/staging/rtl8723bs/ |
H A D | TODO | 5 - 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 D | disable-omfile-outchannel.patch | 5 number of lines in file: 5559 rstb_168227_f19f3b245QVE.out.log
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | tps65217-backlight.txt | 9 - backlight: node for specifying WLED1 and WLED2 lines in TPS65217
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | config_file.md | 11 | comments | no | array of strings | One or more comment lines describing this …
|
/openbmc/linux/tools/perf/util/ |
H A D | srcline.c | 459 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 D | TODO | 24 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 D | chip.cpp | 37 return ChipInfo{info.name, info.label, info.lines}; in getChipInfo()
|
/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/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/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-sbc-t3730.dts | 40 data-lines = <24>;
|
H A D | am437x-sbc-t43.dts | 147 data-lines = <24>; 174 data-lines = <24>;
|
/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:
|
/openbmc/linux/Documentation/security/ |
H A D | sak.rst | 80 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 D | create_buildsys_python.py | 911 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 D | rcubarrier.rst | 72 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 D | pac7311.c | 537 __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()
|