/openbmc/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 329 author. Acks should be given as Acked-by lines and review approvals 330 as Reviewed-by lines. 342 Note the two empty new lines which separate the changelog text and the 739 reordering and addition of new lines easier, and makes such future 750 breaking lines. Especially format strings should never be broken up.
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 1388 gchar **lines = g_strsplit(out, "\r\n", 0); in qmp_guest_fstrim() local 1391 for (i = 0; lines[i] != NULL; i++) { in qmp_guest_fstrim() 1392 if (g_strstr_len(lines[i], -1, "(0x") == NULL) { in qmp_guest_fstrim() 1395 res->error = g_strdup(lines[i]); in qmp_guest_fstrim() 1398 g_strfreev(lines); in qmp_guest_fstrim()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 814 lines = output.split('\n') 819 for i in range(0, len(lines)): 820 lineParts = lines[i].split(':') 824 temp = lines[i][lines[i].find(':')+1:].strip()[:-1].strip() 825 if lines[i+1].find(':') != -1: 826 if (len(lines[i+1].split(':')[0][1:].strip())==0): 827 while(len(lines[i][:lines[i].find(':')].strip())>2): 829 if((i+1) <= len(lines)): 836 … temp = temp + lines[i][lines[i].find(':')+2:].strip()[:-1].strip()[:-1].strip()
|
/openbmc/linux/drivers/staging/axis-fifo/ |
H A D | axis-fifo.txt | 20 - interrupts: Should contain interrupts lines.
|
/openbmc/linux/Documentation/driver-api/phy/ |
H A D | samsung-usb2.rst | 108 phy-samsung-usb2.c file. In case of Exynos 4210 the following lines were
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | omap3-igep0020-common.dtsi | 256 data-lines = <24>;
|
H A D | logicpd-som-lv-baseboard.dtsi | 92 data-lines = <16>;
|
/openbmc/u-boot/doc/ |
H A D | README.standalone | 101 use 2 lines like this:
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | format.rst | 44 example, when the new standard uses a different number of scan lines,
|
H A D | crop.rst | 82 (see ITU R-525 line numbering for :ref:`525 lines <vbi-525>` and for 83 :ref:`625 lines <vbi-625>`), multiplied by two if the driver
|
/openbmc/qemu/docs/config/ |
H A D | q35-virtio-serial.cfg | 11 # You will probably need to tweak the lines marked as
|
/openbmc/qemu/docs/system/devices/ |
H A D | net.rst | 31 lines using the TAP network interfaces.
|
/openbmc/linux/arch/arc/kernel/ |
H A D | entry-arcv2.S | 17 ; first 16 lines are reserved for exceptions and are not configurable.
|
/openbmc/linux/Documentation/devicetree/bindings/display/samsung/ |
H A D | samsung,exynos-hdmi.yaml | 38 Provides voltage source for DCC lines available on HDMI connector. When
|
/openbmc/linux/fs/proc/ |
H A D | Kconfig | 14 (there is a small number of Interrupt ReQuest lines in your computer
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-qds.dts | 265 spi-rx-bus-width = <8>; /* 8 SPI Rx lines */
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-igep0020-common.dtsi | 253 data-lines = <24>;
|
/openbmc/phosphor-gpio-monitor/ |
H A D | README.md | 9 monitoring single GPIO line, for multiple lines, user has to run this daemon
|
/openbmc/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 69 /* Interim: Code-blocks with line nos - lines and line numbers don't line up.
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-vegman-rx20.dts | 78 /* SGPIO lines. even: input, odd: output */
|
/openbmc/qemu/docs/system/ |
H A D | target-arm.rst | 9 to simulate a 32-bit Arm machine: in general, command lines that
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 945 u32 lines, line, sz_left, lines_to_skip = 0; in qed_ilt_blk_alloc() local 958 lines = DIV_ROUND_UP(sz_left, p_blk->real_size_in_page) - lines_to_skip; in qed_ilt_blk_alloc() 962 for (; lines; lines--) { in qed_ilt_blk_alloc() 1017 u32 lines = clients[i].vf_total_lines * k; in qed_ilt_shadow_alloc() local 1020 rc = qed_ilt_blk_alloc(p_hwfn, p_blk, i, lines); in qed_ilt_shadow_alloc()
|
/openbmc/linux/Documentation/scsi/ |
H A D | sym53c8xx_2.rst | 694 When this option is set to a non-zero value, the driver checks SCSI lines 696 The driver just reads SCSI lines and checks all lines read FALSE except RESET. 807 This register reflects the state of the SCSI control lines the 810 Actual value of control lines on the SCSI BUS. 812 Actual value of data lines on the SCSI BUS.
|
/openbmc/linux/drivers/media/i2c/ |
H A D | mt9m001.c | 634 static int mt9m001_g_skip_top_lines(struct v4l2_subdev *sd, u32 *lines) in mt9m001_g_skip_top_lines() argument 639 *lines = mt9m001->y_skip_top; in mt9m001_g_skip_top_lines()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_overlay.c | 28 #define VD_HOLD_LINES(lines) FIELD_PREP(GENMASK(24, 19), lines) argument
|