/openbmc/qemu/scripts/ |
H A D | undefsym.py | 44 lines = sorted(staticlib_syms.intersection(modules_undef_syms)) 45 sys.stdout.buffer.write(b'\n'.join(lines))
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | check-dco.py | 52 lines = msg.strip().split("\n") variable 56 for line in lines:
|
/openbmc/phosphor-hwmon/ |
H A D | gpio_handle.cpp | 42 std::vector<gpioplus::Handle::Line> lines = { in BuildGpioHandle() local 45 return std::make_unique<gpioplus::Handle>(chip, lines, flags, in BuildGpioHandle()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest-cargo.bbclass | 32 lines = [] 35 lines.append(data) 43 for line in lines: 47 # skip lines that are not a json 60 # skip lines that do not meet the requirements
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-href-tvk1281618-r2.dtsi | 98 * ST-Micro L3D4200D gyro that is connected to the same lines 119 * ST-Micro L3D4200D gyro that is connected to the same lines 156 * ST-Micro L3D4200D gyro that is connected to the same lines 253 /* Accelerometer interrupt lines 1 & 2 */ 262 * These lines are shared between Gyroscope l3g400dh
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | connection.py | 64 lines = [] 69 lines.append(l) 71 m = json.loads("".join(lines))
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | serial.txt | 10 Modem control lines connected to GPIO controllers are listed in the gpios 16 The gpios property is optional and can be left out when control lines are
|
/openbmc/linux/arch/arm64/boot/dts/bitmain/ |
H A D | bm1880-sophon-edge.dts | 22 * For the lines routed to the external connectors the 23 * lines are named after the 96Boards CE Specification 1.0, 29 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
|
/openbmc/openbmc/poky/meta/lib/bbconfigbuild/ |
H A D | configfragments.py | 97 lines = f.read() 98 if "OE_FRAGMENTS += " not in lines: 99 lines += "\nOE_FRAGMENTS += \"\"\n" 101 f.write(lines)
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-dv-timings.rst | 101 - Height of the active video frame in lines. So for interlaced 128 - Vertical front porch in lines. For interlaced formats this refers 132 - Vertical sync length in lines. For interlaced formats this refers 136 - Vertical back porch in lines. For interlaced formats this refers 140 - Vertical front porch in lines for the even field (aka field 2) of 144 - Vertical sync length in lines for the even field (aka field 2) of 148 - Vertical back porch in lines for the even field (aka field 2) of 288 same number of half-lines. Whether half-lines can be detected or
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | opencores,or1k-pic.txt | 6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with 7 edge triggered interrupt lines or "opencores,or1200-pic" for machines
|
/openbmc/qemu/tests/functional/ |
H A D | test_m68k_nextcube.py | 64 lines = tesseract_ocr(screenshot_path) 65 text = '\n'.join(lines)
|
/openbmc/linux/include/linux/ |
H A D | vt_kern.h | 28 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); 38 void scrollfront(struct vc_data *vc, int lines); 171 void vc_scrolldelta_helper(struct vc_data *c, int lines,
|
H A D | tty_driver.h | 476 struct tty_driver *__tty_alloc_driver(unsigned int lines, struct module *owner, 483 #define tty_alloc_driver(lines, flags) \ argument 484 __tty_alloc_driver(lines, THIS_MODULE, flags)
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine-audio-rt5682-3mic.dtsi | 120 qcom,playback-sd-lines = <1>; 121 qcom,capture-sd-lines = <0>; 126 qcom,playback-sd-lines = <0>;
|
/openbmc/linux/drivers/media/usb/hdpvr/ |
H A D | hdpvr-control.c | 78 int ret, lines; in get_input_lines_info() local 96 lines = dev->usbc_buf[1] << 8 | dev->usbc_buf[0]; in get_input_lines_info() 98 return lines; in get_input_lines_info()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | multipath.conf.example | 10 ## following lines. 43 ## of how to blacklist devices by wwid. The 2 devnode lines are the 49 ## devnode lines are not recommended for blacklisting specific devices.
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 140 lines = [] 143 …lines.append('directory renamed {colour_remove}{}{colour_default} -> {colour_add}{}{colour_default… 146 …lines.append('removed all items "{colour_remove}{}{colour_default}"'.format(' '.join(removed), **c… 149 …lines.append('removed "{colour_remove}{value}{colour_default}"'.format(value=' '.join(removed), **… 151 …lines.append('added "{colour_add}{value}{colour_default}"'.format(value=' '.join(added), **colours… 153 lines.append('changed order') 158 out = '%s: %s' % (self.fieldname, ', '.join(lines)) 270 def file_list_to_dict(lines): argument 272 for line in lines: 526 def readsigs(lines): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | rootfspostcommandstests.py | 90 lines = f.readlines() 91 for line in lines:
|
/openbmc/linux/tools/cgroup/ |
H A D | memcg_shrinker.py | 65 if args.lines and n >= args.lines:
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | charlcd.h | 91 int (*lines)(struct charlcd *lcd, enum charlcd_lines lines); member
|
/openbmc/qemu/tests/unit/ |
H A D | check-qdict.c | 289 size_t lines; in qdict_stress_test() local 304 for (lines = 0;; lines++) { in qdict_stress_test() 311 g_assert(qdict_size(qdict) == lines); in qdict_stress_test()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-cdev.c | 358 if ((handlereq.lines == 0) || (handlereq.lines > GPIOHANDLES_MAX)) in linehandle_create() 383 lh->num_descs = handlereq.lines; in linehandle_create() 386 for (i = 0; i < handlereq.lines; i++) { in linehandle_create() 605 struct line lines[]; member 1451 descs = &lr->lines[i].desc; in linereq_get_values() 1464 descs[didx] = lr->lines[i].desc; in linereq_get_values() 1480 if (lr->lines[i].sw_debounced) in linereq_get_values() 1481 val = debounced_value(&lr->lines[i]); in linereq_get_values() 1507 if (!test_bit(FLAG_IS_OUT, &lr->lines[i].desc->flags)) in linereq_set_values_unlocked() 1512 descs = &lr->lines[i].desc; in linereq_set_values_unlocked() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-sm1-khadas-vim3l.dts | 88 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between 90 * The PHY driving these differential lines is shared between 93 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | misc.py | 234 ret, lines = _exec_cmd(cmd) 239 logger.error("Bitbake failed with error:\n%s\n", lines) 243 for line in lines.split('\n'):
|