/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | cpcap-battery.yaml | 28 - description: eol interrupt 37 - const: eol 79 "eol", "lowbph", "lowbpl",
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | kxgettext.c | 16 int eol = 0; in escape() local 20 eol = 1; in escape() 54 if (multiline && eol) in escape()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_vnic.h | 43 DEFINE_USNIC_VNIC_RES_AT(EOL, RES_TYPE_EOL, "EOL", 0) \
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_mipi.c | 39 * - Each line has format header and optionally SOL and EOL (each 1 word). 148 * second (EOL) (SOL) PACK_H data data data data data in ia_css_mipi_frame_calculate_size() 153 * last (EOL) EOF 0 0 0 0 0 0 in ia_css_mipi_frame_calculate_size() 163 /* + SOF +packet header + optionally (SOL), but (EOL) is not in the first line */ in ia_css_mipi_frame_calculate_size() 165 /* each non-first line has format header, and optionally (SOL) and (EOL). */ in ia_css_mipi_frame_calculate_size() 172 mem_words_for_EOF = 1; /* last line consisit of the optional (EOL) and EOF */ in ia_css_mipi_frame_calculate_size()
|
/openbmc/webui-vue/ |
H A D | .gitattributes | 1 * text=auto eol=lf
|
/openbmc/linux/include/video/ |
H A D | gbe.h | 38 volatile uint32_t did_start_xy; /* eol/f did/xy reset val */ 39 volatile uint32_t crs_start_xy; /* eol/f crs/xy reset val */ 40 volatile uint32_t vc_start_xy; /* eol/f vc/xy reset val */
|
/openbmc/linux/drivers/power/supply/ |
H A D | cpcap-battery.c | 33 * to enable BATTDETEN, LOBAT and EOL features. We currently use 34 * LOBAT interrupts instead of EOL. 36 #define CPCAP_REG_BPEOL_BIT_EOL9 BIT(9) /* Set for EOL irq */ 37 #define CPCAP_REG_BPEOL_BIT_EOL8 BIT(8) /* Set for EOL irq */ 41 #define CPCAP_REG_BPEOL_BIT_EOL_MULTI BIT(4) /* Set for multiple EOL irqs */ 45 #define CPCAP_REG_BPEOL_BIT_EOLSEL BIT(0) /* BPDET = 0, EOL = 1 */ 960 "eol", "lowbph", "lowbpl", in cpcap_battery_init_interrupts()
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | noman.patch | 20 # EOL
|
/openbmc/linux/scripts/ |
H A D | config | 14 cat >&2 <<EOL heredoc 50 EOL
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zrle.c.inc | 214 ZRLE_PIXEL *eol = ptr + w; 216 while (ptr < eol) {
|
/openbmc/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_dsi.c | 479 * Like with the EOL setting, if this is not set, the EOL area will be in mcde_dsi_setup_video_mode() 487 * During EOL: go to LP mode. If this is not set, the EOL area will be in mcde_dsi_setup_video_mode() 650 * Here we also imply that LP is used during burst EOL. in mcde_dsi_setup_video_mode() 674 * Packet size at EOL for burst mode, this is only used in mcde_dsi_setup_video_mode() 676 * but we instead send NULL or blanking packets at EOL. in mcde_dsi_setup_video_mode() 707 * cycles of the BLLP end-of-line (EOL) period for each line if in mcde_dsi_setup_video_mode()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/ |
H A D | 0001-rtrip.py-convert-to-python3.patch | 6 As Python 2 reached end of life (EOL), so convert rtrip.py to python3.
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 2027 size_t eol; in canon_copy_from_read_buf() local 2044 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf() 2046 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf() 2048 eol = find_first_bit(ldata->read_flags, more); in canon_copy_from_read_buf() 2049 found = eol != more; in canon_copy_from_read_buf() 2051 found = eol != size; in canon_copy_from_read_buf() 2053 n = eol - tail; in canon_copy_from_read_buf() 2058 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf() 2061 n_tty_trace("%s: eol:%zu found:%d n:%zu c:%zu tail:%zu more:%zu\n", in canon_copy_from_read_buf() 2062 __func__, eol, found, n, c, tail, more); in canon_copy_from_read_buf() [all …]
|
/openbmc/linux/include/linux/ |
H A D | termios_internal.h | 10 start=^Q stop=^S susp=^Z eol=\0
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/ |
H A D | 0001-Fix-signature-of-create_menu-function.patch | 6 Upstream-Status: Inappropriate [EOL]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-immom_python-convert-to-python3.patch | 6 Convert immom_python to use python3, python2 is EOL and is not supported
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | 21 const char *val, *eol; in xbc_show_value() local 25 eol = semicolon ? ";\n" : "\n"; in xbc_show_value() 31 printf("%c%s%c%s", q, val, q, xbc_node_is_array(node) ? ", " : eol); in xbc_show_value()
|
/openbmc/u-boot/lib/ |
H A D | slre.c | 31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator 49 {"EOL", 0, ""}, /* End of string, "$" */ 340 emit(r, EOL); in compile() 618 case EOL: in match()
|
/openbmc/linux/Documentation/fpga/ |
H A D | dfl.rst | 85 |63 Type 60|59 DFH VER 52|51 Rsvd 41|40 EOL|39 Next 16|15 REV 12|11 ID 0| 0x00 97 * EOL - Set if the DFH is the end of the Device Feature List (DFL). 100 If EOL is set, Next is the size of MMIO of the last feature in the list. 128 |63 Type 60|59 DFH VER 52|51 Rsvd 41|40 EOL|39 Next 16|15 REV 12|11 ID 0| 0x00 156 * EOL - Set if the DFH is the end of the Device Feature List (DFL). 159 If EOL is set, Next is the size of MMIO of the last feature in the list.
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | base.h | 118 /* Check whether virtual EOL is supported */
|
/openbmc/qemu/hw/net/ |
H A D | dp8393x.c | 477 /* EOL detected */ in dp8393x_do_transmit_packets() 759 /* Check for EOL */ in dp8393x_receive() 764 /* Still EOL ; stop reception */ in dp8393x_receive() 833 /* EOL detected */ in dp8393x_receive()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 70 * shared with eof/eol
|
/openbmc/qemu/hw/audio/ |
H A D | trace-events | 28 via_ac97_sgd_fetch(uint32_t curr, uint32_t addr, char stop, char eol, char flag, uint32_t len) "cur…
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 464 eol = '' 468 eol = self._buffer[i] 477 self._token += [line, eol]
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 643 char *eol; in qtest_client_socket_recv_line() local 645 while ((eol = strchr(s->rx->str, '\n')) == NULL) { in qtest_client_socket_recv_line() 662 offset = eol - s->rx->str; in qtest_client_socket_recv_line() 1870 char *eol; in qtest_client_inproc_recv_line() local 1872 eol = strchr(s->rx->str, '\n'); in qtest_client_inproc_recv_line() 1873 offset = eol - s->rx->str; in qtest_client_inproc_recv_line()
|