Home
last modified time | relevance | path

Searched refs:lines (Results 151 – 175 of 1245) sorted by relevance

12345678910>>...50

/openbmc/qemu/scripts/
H A Dundefsym.py44 lines = sorted(staticlib_syms.intersection(modules_undef_syms))
45 sys.stdout.buffer.write(b'\n'.join(lines))
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-dco.py52 lines = msg.strip().split("\n") variable
56 for line in lines:
/openbmc/phosphor-hwmon/
H A Dgpio_handle.cpp42 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 Dptest-cargo.bbclass32 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 Dste-href-tvk1281618-r2.dtsi98 * 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 Dconnection.py64 lines = []
69 lines.append(l)
71 m = json.loads("".join(lines))
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dserial.txt10 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 Dbm1880-sophon-edge.dts22 * 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 Dconfigfragments.py97 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 Dvidioc-g-dv-timings.rst101 - 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 Dopencores,or1k-pic.txt6 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 Dtest_m68k_nextcube.py64 lines = tesseract_ocr(screenshot_path)
65 text = '\n'.join(lines)
/openbmc/linux/include/linux/
H A Dvt_kern.h28 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 Dtty_driver.h476 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 Dsc7280-herobrine-audio-rt5682-3mic.dtsi120 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 Dhdpvr-control.c78 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 Dmultipath.conf.example10 ## 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 Dbuildhistory_analysis.py140 lines = []
143lines.append('directory renamed {colour_remove}{}{colour_default} -> {colour_add}{}{colour_default…
146lines.append('removed all items "{colour_remove}{}{colour_default}"'.format(' '.join(removed), **c…
149lines.append('removed "{colour_remove}{value}{colour_default}"'.format(value=' '.join(removed), **…
151lines.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 Drootfspostcommandstests.py90 lines = f.readlines()
91 for line in lines:
/openbmc/linux/tools/cgroup/
H A Dmemcg_shrinker.py65 if args.lines and n >= args.lines:
/openbmc/linux/drivers/auxdisplay/
H A Dcharlcd.h91 int (*lines)(struct charlcd *lcd, enum charlcd_lines lines); member
/openbmc/qemu/tests/unit/
H A Dcheck-qdict.c289 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 Dgpiolib-cdev.c358 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 Dmeson-sm1-khadas-vim3l.dts88 * 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 Dmisc.py234 ret, lines = _exec_cmd(cmd)
239 logger.error("Bitbake failed with error:\n%s\n", lines)
243 for line in lines.split('\n'):

12345678910>>...50