Home
last modified time | relevance | path

Searched refs:lines (Results 201 – 225 of 1337) sorted by relevance

12345678910>>...54

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Remove-the-compile_time_assert-lines.patch4 Subject: [PATCH] Remove the compile_time_assert lines
6 Remove the problematic compile_time_assert lines to fix the below build
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmicrochip,sama7g5-eic.yaml14 support for handling up to 2 external interrupt lines.
34 Contains the GIC SPI IRQs mapped to the external interrupt lines. They
H A Dactions,owl-sirq.yaml15 and S900) and provides support for handling up to 3 external interrupt lines.
37 Contains the GIC SPI IRQs mapped to the external interrupt lines.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-net_git.bb1 # To add another RMCPP interface, add similar lines to the
2 # following lines in a bbappend:
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnandsim.c350 } lines; member
1620 if (ns->lines.wp) { in ns_do_state_action()
1660 if (ns->lines.wp) { in ns_do_state_action()
1869 if (!ns->lines.ce) { in ns_nand_read_byte()
1873 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte()
1929 if (!ns->lines.ce) { in ns_nand_write_byte()
1933 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte()
2118 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_buf()
2181 ns->lines.ce = 1; in ns_exec_op()
2185 ns->lines.cle = 0; in ns_exec_op()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dbase.c139 for (i = 0; (hi | lo) && i < gpio->func->lines; i++) { in nvkm_gpio_intr()
150 u32 mask = (1ULL << gpio->func->lines) - 1; in nvkm_gpio_fini()
236 return nvkm_event_init(&nvkm_gpio_intr_func, &gpio->subdev, 2, func->lines, &gpio->event); in nvkm_gpio_new_()
/openbmc/linux/Documentation/devicetree/bindings/connector/
H A Dusb-connector.yaml273 # Micro-USB connector with HS lines routed via controller (MUIC).
283 # USB-C connector attached to CC controller (s2mm005), HS lines routed
284 # to companion PMIC (max77865), SS lines to USB3 PHY and SBU to DisplayPort.
285 # DisplayPort video lines are routed to the connector via SS mux in USB3 PHY.
349 # with SS 2:1 MUX. HS lines routed to SoC, SS lines routed to the MUX and
375 # USB connector with GPIO control lines
388 # Micro-USB connector with HS lines routed via controller (MUIC) and MHL
389 # lines connected to HDMI-MHL bridge (sii8620) on Samsung Exynos5433-based
/openbmc/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c322 unsigned int i, lines; in gud_flush_damage() local
332 lines = drm_rect_height(damage); in gud_flush_damage()
334 if (gdrm->bulk_len < lines * pitch) in gud_flush_damage()
335 lines = gdrm->bulk_len / pitch; in gud_flush_damage()
337 for (i = 0; i < DIV_ROUND_UP(drm_rect_height(damage), lines); i++) { in gud_flush_damage()
340 rect.y1 += i * lines; in gud_flush_damage()
341 rect.y2 = min_t(u32, rect.y1 + lines, damage->y2); in gud_flush_damage()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dmatrix-keymap.yaml32 description: Number of row lines connected to the keypad controller.
36 description: Number of column lines connected to the keypad controller.
H A Dbrcm,bcm-keypad.txt4 keypad device. The keypad controller supports multiple row and column lines.
23 - keypad,num-rows: Number of row lines connected to the keypad
26 - keypad,num-columns: Number of column lines connected to the
H A Dst-keyscan.txt22 - keypad,num-rows: Number of row lines connected to the keypad controller.
24 - keypad,num-columns: Number of column lines connected to the keypad
/openbmc/openpower-hw-diags/util/
H A Dffdc.cpp128 FFDCFile createFFDCTraceFile(const std::vector<std::string>& lines) in createFFDCTraceFile() argument
136 for (const std::string& line : lines) in createFFDCTraceFile()
/openbmc/linux/arch/arm64/boot/dts/actions/
H A Ds900-bubblegum-96.dts78 * For the lines routed to the external connectors the
79 * lines are named after the 96Boards CE Specification 1.0,
86 * UART2. Only exception is the I2C lines for which the schematic
88 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_block_device.c47 struct line lines[]; member
152 if (!img.lines[i].line) in decompress()
154 addr = img.lines[i].addr; in decompress()
158 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
/openbmc/u-boot/doc/
H A DREADME.kwbimage46 2. This file can have empty lines and lines starting with "#" as first
48 3. This file can have configuration command lines as mentioned below,
/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js41 const lines = content.split('\n');
45 for (let lidx = 0; lidx < lines.length; lidx++) {
46 const line = lines[lidx];
/openbmc/linux/scripts/
H A Dleaking_addresses.pl611 my $lines = $ref->{$_};
612 my $length = @$lines;
613 printf "[%d %s] %s", $length, $_, @$lines[0];
/openbmc/linux/Documentation/devicetree/bindings/timestamp/
H A Dnvidia,tegra194-hte.yaml15 IRQ lines for the state change respectively, upon detection it will record
19 GPIO lines from the AON (always on) GPIO controller.
47 HTE lines are arranged in 32 bit slice where each bit represents different
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c2086 int lines = 0; in kdb_dmesg() local
2100 lines = 0; in kdb_dmesg()
2119 if (lines < 0) { in kdb_dmesg()
2123 else if (adjust - lines >= n) in kdb_dmesg()
2127 lines = abs(lines); in kdb_dmesg()
2128 } else if (lines > 0) { in kdb_dmesg()
2129 skip = n - lines - adjust; in kdb_dmesg()
2130 lines = abs(lines); in kdb_dmesg()
2136 lines += skip; in kdb_dmesg()
2142 lines = n; in kdb_dmesg()
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-streams.c378 int lines; in ivtv_vbi_setup() local
396 lines = itv->vbi.count * 2; in ivtv_vbi_setup()
398 lines = itv->is_60hz ? 24 : 38; in ivtv_vbi_setup()
400 lines += 2; in ivtv_vbi_setup()
403 itv->vbi.enc_size = lines * (raw ? itv->vbi.raw_size : itv->vbi.sliced_size); in ivtv_vbi_setup()
430 data[5] = lines; in ivtv_vbi_setup()
443 data[5] = lines; in ivtv_vbi_setup()
445 data[6] = itv->vbi.enc_size / lines; in ivtv_vbi_setup()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_format_helper.c51 unsigned long lines = drm_rect_height(clip); in __drm_fb_xfrm() local
72 for (i = 0; i < lines; ++i) { in __drm_fb_xfrm()
94 unsigned long lines = drm_rect_height(clip); in __drm_fb_xfrm_toio() local
116 for (i = 0; i < lines; ++i) { in __drm_fb_xfrm_toio()
182 unsigned int i, y, lines = drm_rect_height(clip); in drm_fb_memcpy() local
199 for (y = 0; y < lines; y++) { in drm_fb_memcpy()
1011 unsigned int lines = drm_rect_height(clip); in drm_fb_xrgb8888_to_mono() local
1052 for (y = 0; y < lines; y++) { in drm_fb_xrgb8888_to_mono()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drust.py14 lines = f.readlines()
15 for line in lines:
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst140 If omitted, all lines are returned.
143 The number of lines to include in the output.
144 If omitted, all lines are returned.
184 If omitted, all lines are printed and then cleared.
187 The number of lines to process.
188 If omitted, all lines are printed and then cleared.
/openbmc/linux/Documentation/driver-api/
H A Dreset.rst36 Control method that determines the state of one or multiple reset lines.
42 carefully timed sequence of pulses on multiple reset lines.
47 number of reset lines.
60 Functions are provided to assert and deassert the controlled reset lines,
95 functions to assert and deassert reset lines.
149 Some drivers need to assert a bunch of reset lines in no particular order.
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dvideo-interfaces.yaml57 between two devices, e.g. there are logic signal inverters on the lines.
63 and data-shift properties can be used to assign physical data lines to each
104 Number of data lines actively used, valid for the parallel busses.
111 data lines, data-shift can be used to specify which data lines are used,
112 e.g. "bus-width=<8>; data-shift=<2>;" means, that lines 9:2 are used.

12345678910>>...54