Home
last modified time | relevance | path

Searched refs:lines (Results 176 – 200 of 1337) sorted by relevance

12345678910>>...54

/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/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/Documentation/devicetree/bindings/input/
H A Dsamsung-keypad.txt4 keypad device. The keypad controller supports multiple row and column lines.
22 - samsung,keypad-num-rows: Number of row lines connected to the keypad
25 - samsung,keypad-num-columns: Number of column lines connected to the
/openbmc/u-boot/tools/patman/
H A Dcheckpatch.py61 result.lines = 0
99 result.lines = int(match.group(4))
101 result.lines = int(match.group(3))
/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-tools/dbus-vis/
H A Dinitialization.js10 let lines = data.split('\n'); variable
11 for (let i = 0; i < lines.length; i++) {
12 if (lines[i].indexOf('@asio') == 0) {
/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'):
/openbmc/linux/Documentation/devicetree/bindings/iio/imu/
H A Dst,lsm6dsx.yaml60 Supports up to 2 interrupt lines via the INT1 and INT2 pins.
84 Disable sensor-hub is useful if i2c controller clock/data lines are
85 connected through a pull-up with other chip lines (e.g. SDO/SA0).
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-grgpio.txt18 - nbits : The number of gpio lines. If not present driver assumes 32 lines.
H A Dgpio_atmel.txt17 - #gpio-lines: Number of gpio if absent 32.
27 #gpio-lines = <19>;
H A Dnxp,pcf8575.yaml13 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be
55 lines-initial-states:
63 If the property is not specified all lines will be initialized to the
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Ddma-router.yaml17 lines from devices to the DMA controller. Some SoCs (like TI DRA7x)
35 Number of incoming request lines the router can handle.
/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/linux/drivers/usb/roles/
H A DKconfig9 multiplexer/demultiplexer switch is used to route the data lines on
23 lines between the xHCI host controller and the dwc3 gadget controller
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap2-dss.txt19 - data-lines: number of lines used
/openbmc/openbmc/poky/documentation/
H A Dset_versions.py194 lines = r.readlines() variable
195 for line in lines:
217 lines = r.readlines() variable
218 for line in lines:
/openbmc/u-boot/tools/
H A Drkmux.py75 lines = regfield.desc
76 field = lines[0]
105 for line in lines:
/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()
605 struct line lines[]; member
1451 descs = &lr->lines[i].desc; in linereq_get_values()
1512 descs = &lr->lines[i].desc; in linereq_set_values_unlocked()
1565 line = &lr->lines[i]; in linereq_set_config_unlocked()
1566 desc = lr->lines[i].desc; in linereq_set_config_unlocked()
1757 line = &lr->lines[i]; in linereq_free()
1841 lr->lines[i].req = lr; in linereq_create()
1881 lr->lines[i].desc = desc; in linereq_create()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/grep/
H A Dgrep_3.11.bb3 …es one or more input files for lines containing a match to a specified pattern. By default, grep p…
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_npm.py35 def _get_registry(lines): argument
45 bb.utils.edit_metadata(lines, ["SRC_URI"], _handle_registry)
215 lines = f.readlines()
217 if line not in lines:
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c370 int lines = getmaxy(stdscr); in print_function_line() local
374 mvwprintw(main_window, lines-3, offset, in print_function_line()
379 mvwprintw(main_window, lines-3, in print_function_line()
1461 int lines, columns; in setup_windows() local
1463 getmaxyx(stdscr, lines, columns); in setup_windows()
1469 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows()
1471 mwin_max_lines = lines-7; in setup_windows()
1480 int lines, columns; in main() local
1511 getmaxyx(stdscr, lines, columns); in main()
1512 if (columns < 75 || lines < 20) { in main()
/openbmc/linux/scripts/kconfig/
H A Dnconf.c376 int lines = getmaxy(stdscr); in print_function_line() local
380 mvwprintw(main_window, lines-3, offset, in print_function_line()
385 mvwprintw(main_window, lines-3, in print_function_line()
1548 int lines, columns; in setup_windows() local
1550 getmaxyx(stdscr, lines, columns); in setup_windows()
1556 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows()
1558 mwin_max_lines = lines-7; in setup_windows()
1567 int lines, columns; in main() local
1594 getmaxyx(stdscr, lines, columns); in main()
1595 if (columns < 75 || lines < 20) { in main()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c705 int ypadding, cpadding, lines; in bttv_buffer_risc() local
746 lines = btv->height >> 1; in bttv_buffer_risc()
750 btv->width, ypadding, lines, in bttv_buffer_risc()
757 lines, uoffset + cpadding, in bttv_buffer_risc()
766 lines = btv->height >> 1; in bttv_buffer_risc()
770 btv->width, 0, lines, in bttv_buffer_risc()
775 lines * ypadding, in bttv_buffer_risc()
776 btv->width, 0, lines, in bttv_buffer_risc()
777 lines * ypadding + (uoffset >> 1), in bttv_buffer_risc()
778 lines * ypadding + (voffset >> 1), in bttv_buffer_risc()
/openbmc/openbmc/poky/scripts/
H A Dsend-pull-request29 Signed-off-by lines found in the cover letter and the patches.
32 Signed-off-by lines from the same patch.
/openbmc/u-boot/tools/binman/
H A Delf.py35 lines = stdout.splitlines()
42 for line in lines:

12345678910>>...54