Home
last modified time | relevance | path

Searched full:character (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/openbmc/linux/fs/nls/
DKconfig
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h24 * @A: The first ASCII character.
25 * @B: The second ASCII character.
38 * @A: The first ASCII character.
39 * @B: The second ASCII character.
40 * @C: The third ASCII character.
41 * @D: The fourth ASCII character.
55 * @A: The first ASCII character.
56 * @B: The second ASCII character.
57 * @C: The third ASCII character.
58 * @D: The fourth ASCII character.
[all …]
/openbmc/u-boot/include/
H A Dvideo_console.h51 * @x_charsize: Character width in pixels
52 * @y_charsize: Character height in pixels
56 * @last_ch: Last character written to the text console on this line
76 * ANSI escape sequences are accumulated character by character,
96 * putc_xy() - write a single character to a position
102 * @ch: Character to write
137 * each character output so that backspace will return to the correct
146 * backspace() - Handle erasing the last character
149 * the previous character. This optional method will be called when
151 * character and update the cursor position (xcur_frac, ycur) to the
[all …]
/openbmc/qemu/ui/
H A Dvnc_keysym.h627 {"Thai_bobaimai", 0x0dba}, /* U+0E1A THAI CHARACTER BO BAIMAI */
628 {"Thai_chochan", 0x0da8}, /* U+0E08 THAI CHARACTER CHO CHAN */
629 {"Thai_chochang", 0x0daa}, /* U+0E0A THAI CHARACTER CHO CHANG */
630 {"Thai_choching", 0x0da9}, /* U+0E09 THAI CHARACTER CHO CHING */
631 {"Thai_chochoe", 0x0dac}, /* U+0E0C THAI CHARACTER CHO CHOE */
632 {"Thai_dochada", 0x0dae}, /* U+0E0E THAI CHARACTER DO CHADA */
633 {"Thai_dodek", 0x0db4}, /* U+0E14 THAI CHARACTER DO DEK */
634 {"Thai_fofa", 0x0dbd}, /* U+0E1D THAI CHARACTER FO FA */
635 {"Thai_fofan", 0x0dbf}, /* U+0E1F THAI CHARACTER FO FAN */
636 {"Thai_hohip", 0x0dcb}, /* U+0E2B THAI CHARACTER HO HIP */
[all …]
/openbmc/linux/arch/mips/include/uapi/asm/
Dtermbits.h
/openbmc/linux/drivers/acpi/acpica/
Dutascii.c
/openbmc/libcper/include/libcper/
H A DBaseTypes.h42 /// 2-byte Character. Unless otherwise specified all strings are stored in the
60 /// 1-byte Character
83 @param A The first ASCII character.
84 @param B The second ASCII character.
96 @param A The first ASCII character.
97 @param B The second ASCII character.
98 @param C The third ASCII character.
99 @param D The fourth ASCII character.
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot107 Set Invalid SOL Character Accumulate Level
108 [Documentation] Verify invalid SOL's character accumulate level via IPMI.
111 # Any integer above 255 is invalid for SOL character accumulate level.
115 ... sol set character-accumulate-level ${value}
119 Set Invalid SOL Character Send Threshold
120 [Documentation] Verify invalid SOL's character send threshold via IPMI.
123 # Any integer above 255 is invalid for SOL character send threshold.
127 ... sol set character-send-threshold ${value}
187 Set Valid SOL Character Accumulate Level
188 [Documentation] Verify valid SOL's character accumulat
[all...]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py19 # Import a library to autodetect character encodings. We'll support
94 for name_with_semicolon, character in sorted(html5.items()):
96 # code points have multiple character reference names. For
99 … # - https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references
101 # The parsers are in charge of handling (or not) character
113 name_to_unicode[name] = character
116 # character sequences that _could_ be converted to named
118 unicode_to_name[character] = name
126 if (len(character) == 1 and ord(character) < 128
127 and character not in '<>&'):
[all …]
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg
/openbmc/linux/arch/alpha/lib/
Dstrrchr.S
/openbmc/linux/arch/powerpc/platforms/embedded6xx/
Dusbgecko_udbg.c
/openbmc/linux/drivers/net/hamradio/
Dz8530.h
/openbmc/linux/drivers/tty/serial/
Dip22zilog.h
Dzs.h
Dsunzilog.h
/openbmc/qemu/include/chardev/
H A Dchar.h17 /* character device */
80 * Create a new character backend from a QemuOpts list.
82 * Returns: on success: a new character backend
95 * Parse the common options available to all character backends.
115 * Create a new character backend from a URI.
118 * Returns: a new character backend
129 * Create a new character backend from a URI.
132 * Returns: a new character backend
141 * Change an existing character backend
159 * Create a new character backend from a URI.
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-charwidth-perl_0.04.bb5 example, ASCII characters occupy one column per character, east Asian \
7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \
8 Unicode, and so on) occupy zero columns per character. mbwidth() gives the \
9 width of the first character of the given string and mbswidth() gives the \
/openbmc/linux/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management
/openbmc/linux/Documentation/security/tpm/
Dtpm_vtpm_proxy.rst
/openbmc/linux/arch/m68k/sun3/prom/
Dconsole.c
/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/
Dmodtronix,lcd2s.yaml
/openbmc/linux/include/linux/
Dtty_flip.h
/openbmc/linux/Documentation/admin-guide/
Dlcd-panel-cgram.rst
/openbmc/qemu/rust/qemu-api/src/
H A Dchardev.rs5 //! Bindings for character devices
7 //! Character devices in QEMU can run under the big QEMU lock or in a separate
36 /// A safe wrapper around [`bindings::CharBackend`], denoting the character
90 /// Enable the front-end's character device handlers, if there is an
102 // So require the owner to outlive the character device. in enable_handlers()
170 /// Disable the front-end's character device handlers.
195 /// Temporarily borrow the character device, allowing it to be used
197 /// the big QEMU lock while the character device is borrowed, as
198 /// that might cause C code to write to the character device.
220 /// Write data to a character backend from the front end. This function
[all …]

12345678910>>...56