Home
last modified time | relevance | path

Searched refs:lines (Results 826 – 850 of 1352) sorted by relevance

1...<<31323334353637383940>>...55

/openbmc/linux/Documentation/process/
H A Dmaintainer-tip.rst329 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 Dcommands-win32.c1388 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 Dopenbmctool.py814 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 Daxis-fifo.txt20 - interrupts: Should contain interrupts lines.
/openbmc/linux/Documentation/driver-api/phy/
H A Dsamsung-usb2.rst108 phy-samsung-usb2.c file. In case of Exynos 4210 the following lines were
/openbmc/u-boot/arch/arm/dts/
H A Domap3-igep0020-common.dtsi256 data-lines = <24>;
H A Dlogicpd-som-lv-baseboard.dtsi92 data-lines = <16>;
/openbmc/u-boot/doc/
H A DREADME.standalone101 use 2 lines like this:
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dformat.rst44 example, when the new standard uses a different number of scan lines,
H A Dcrop.rst82 (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 Dq35-virtio-serial.cfg11 # You will probably need to tweak the lines marked as
/openbmc/qemu/docs/system/devices/
H A Dnet.rst31 lines using the TAP network interfaces.
/openbmc/linux/arch/arc/kernel/
H A Dentry-arcv2.S17 ; first 16 lines are reserved for exceptions and are not configurable.
/openbmc/linux/Documentation/devicetree/bindings/display/samsung/
H A Dsamsung,exynos-hdmi.yaml38 Provides voltage source for DCC lines available on HDMI connector. When
/openbmc/linux/fs/proc/
H A DKconfig14 (there is a small number of Interrupt ReQuest lines in your computer
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-qds.dts265 spi-rx-bus-width = <8>; /* 8 SPI Rx lines */
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-igep0020-common.dtsi253 data-lines = <24>;
/openbmc/phosphor-gpio-monitor/
H A DREADME.md9 monitoring single GPIO line, for multiple lines, user has to run this daemon
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css69 /* Interim: Code-blocks with line nos - lines and line numbers don't line up.
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-vegman-rx20.dts78 /* SGPIO lines. even: input, odd: output */
/openbmc/qemu/docs/system/
H A Dtarget-arm.rst9 to simulate a 32-bit Arm machine: in general, command lines that
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c945 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 Dsym53c8xx_2.rst694 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 Dmt9m001.c634 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 Dmeson_overlay.c28 #define VD_HOLD_LINES(lines) FIELD_PREP(GENMASK(24, 19), lines) argument

1...<<31323334353637383940>>...55