/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/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/Documentation/devicetree/bindings/input/ |
H A D | samsung-keypad.txt | 4 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 D | checkpatch.py | 61 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 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-tools/dbus-vis/ |
H A D | initialization.js | 10 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 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'):
|
/openbmc/linux/Documentation/devicetree/bindings/iio/imu/ |
H A D | st,lsm6dsx.yaml | 60 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 D | gpio-grgpio.txt | 18 - nbits : The number of gpio lines. If not present driver assumes 32 lines.
|
H A D | gpio_atmel.txt | 17 - #gpio-lines: Number of gpio if absent 32. 27 #gpio-lines = <19>;
|
H A D | nxp,pcf8575.yaml | 13 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 D | dma-router.yaml | 17 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 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/linux/drivers/usb/roles/ |
H A D | Kconfig | 9 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 D | ti,omap2-dss.txt | 19 - data-lines: number of lines used
|
/openbmc/openbmc/poky/documentation/ |
H A D | set_versions.py | 196 lines = r.readlines() variable 197 for line in lines: 219 lines = r.readlines() variable 220 for line in lines:
|
/openbmc/u-boot/tools/ |
H A D | rkmux.py | 75 lines = regfield.desc 76 field = lines[0] 105 for line in lines:
|
/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() 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() 1759 line = &lr->lines[i]; in linereq_free() 1843 lr->lines[i].req = lr; in linereq_create() 1883 lr->lines[i].desc = desc; in linereq_create() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/grep/ |
H A D | grep_3.11.bb | 3 …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 D | create_npm.py | 35 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 D | nconf.c | 370 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 D | nconf.c | 376 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 D | bttv-risc.c | 705 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 D | send-pull-request | 29 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 D | elf.py | 35 lines = stdout.splitlines() 42 for line in lines:
|