/openbmc/linux/fs/nls/ |
H A D | Kconfig | 44 native language character sets. These character sets are stored 56 native language character sets. These character sets are stored 68 native language character sets. These character sets are stored 81 native language character sets. These character sets are stored in 97 native language character sets. These character sets are stored in 112 native language character sets. These character sets are stored in 123 native language character sets. These character sets are stored in 134 native language character sets. These character sets are stored in 145 native language character sets. These character sets are stored in 156 native language character sets. These character sets are stored in [all …]
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_types.h | 24 * @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/qemu/ui/ |
H A D | vnc_keysym.h | 627 {"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/u-boot/include/ |
H A D | video_console.h | 51 * @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/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 55 #define VINTR 0 /* Interrupt character [ISIG] */ 56 #define VQUIT 1 /* Quit character [ISIG] */ 57 #define VERASE 2 /* Erase character [ICANON] */ 58 #define VKILL 3 /* Kill-line character [ICANON] */ 61 #define VEOL2 6 /* Second EOL character [ICANON] */ 64 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF] */ 65 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF] */ 66 #define VSUSP 10 /* Suspend character [ISIG] */ 71 #define VDSUSP 11 /* Delayed suspend character [ISIG] */ 73 #define VREPRINT 12 /* Reprint-line character [ICANON] */ [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | utascii.c | 31 /* Validate each character in the signature */ in acpi_ut_valid_nameseg() 46 * PARAMETERS: char - The character to be examined 49 * RETURN: TRUE if the character is valid, FALSE otherwise 51 * DESCRIPTION: Check for a valid ACPI character. Must be one of: 56 * We allow a '!' as the last character because of the ASF! table 60 u8 acpi_ut_valid_name_char(char character, u32 position) in acpi_ut_valid_name_char() argument 63 if (!((character >= 'A' && character <= 'Z') || in acpi_ut_valid_name_char() 64 (character >= '0' && character <= '9') || (character == '_'))) { in acpi_ut_valid_name_char() 68 if (character == '!' && position == 3) { in acpi_ut_valid_name_char()
|
/openbmc/linux/include/linux/ |
H A D | posix-clock.h | 21 * Every posix clock is represented by a character device. Drivers may 23 * character device methods. The character device file operations are 32 * @open: Optional character device open method 33 * @release: Optional character device release method 34 * @ioctl: Optional character device ioctl method 35 * @read: Optional character device read method 36 * @poll: Optional character device poll method 51 * Optional character device methods: 71 * @cdev: Character device instance for this clock
|
/openbmc/libcper/include/libcper/ |
H A D | BaseTypes.h | 39 /// 2-byte Character. Unless otherwise specified all strings are stored in the 57 /// 1-byte Character 80 @param A The first ASCII character. 81 @param B The second ASCII character. 93 @param A The first ASCII character. 94 @param B The second ASCII character. 95 @param C The third ASCII character. 96 @param D The fourth ASCII character.
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sol.robot | 107 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} 186 Set Valid SOL Character Accumulate Level 187 [Documentation] Verify valid SOL's character accumulate level via IPMI. [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | dammit.py | 19 # 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/lib/ |
H A D | glob.c | 21 * (And, inside character classes, !, - and ].) 34 * Note that according to glob(7) (and unlike bash), character classes 44 * character later in the string. Because * matches all characters in glob_match() 51 * Loop over each token (character or class) in pat, matching in glob_match() 70 case '[': { /* Character class */ in glob_match() 76 * Iterate over each span in the character class. in glob_match() 77 * A span is either a single character a, or a in glob_match() 106 default: /* Literal character */ in glob_match() 116 /* Try again from last *, one character later in str. */ in glob_match()
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | Kconfig | 20 tristate "Character LCD core support" if COMPILE_TEST 22 This is the base system for character-based LCD displays. 25 This is some character LCD core interface that multiple drivers can 29 tristate "Character line display core support" if COMPILE_TEST 31 This is the core support for single-line character displays, to be 45 tristate "HD44780 Character LCD support" 49 Enable support for Character LCDs using a HD44780 controller. 187 tristate "lcd2s 20x4 character display over I2C console" 191 This is a driver that lets you use the lcd2s 20x4 character display 193 is a simple single color character display. You have to connect it [all …]
|
/openbmc/linux/tools/lib/ |
H A D | string.c | 44 * This routine returns 0 iff the first character is one of 'Yy1Nn0', or 122 * Returns a pointer to the first non-whitespace character in @str. 137 * character in @s. 157 * strreplace - Replace all occurrences of character in string. 159 * @old: The character being replaced. 160 * @new: The character @old is replaced with. 184 * memchr_inv - Find an unmatching character in an area of memory. 186 * @c: Find a character other than c 189 * returns the address of the first character other than @c, or %NULL
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | z8530.h | 28 #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */ 44 #define RxINT_FCERR 0x8 /* Rx Int on First Character Only or Error */ 57 #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */ 62 #define Rx5 0x0 /* Rx 5 Bits/Character */ 63 #define Rx7 0x40 /* Rx 7 Bits/Character */ 64 #define Rx6 0x80 /* Rx 6 Bits/Character */ 65 #define Rx8 0xc0 /* Rx 8 Bits/Character */ 77 #define MONSYNC 0 /* 8 Bit Sync character */ 78 #define BISYNC 0x10 /* 16 bit sync character */ 94 #define Tx5 0x0 /* Tx 5 bits (or less)/character */ [all …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | ip22zilog.h | 60 #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */ 76 #define RxINT_FCERR 0x8 /* Rx Int on First Character Only or Error */ 90 #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */ 95 #define Rx5 0x0 /* Rx 5 Bits/Character */ 96 #define Rx7 0x40 /* Rx 7 Bits/Character */ 97 #define Rx6 0x80 /* Rx 6 Bits/Character */ 98 #define Rx8 0xc0 /* Rx 8 Bits/Character */ 111 #define MONSYNC 0 /* 8 Bit Sync character */ 112 #define BISYNC 0x10 /* 16 bit sync character */ 129 #define Tx5 0x0 /* Tx 5 bits (or less)/character */ [all …]
|
H A D | zs.h | 81 #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */ 96 #define RxINT_FCERR 0x8 /* Rx Int on First Character Only or Error */ 109 #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */ 114 #define Rx5 0x0 /* Rx 5 Bits/Character */ 115 #define Rx7 0x40 /* Rx 7 Bits/Character */ 116 #define Rx6 0x80 /* Rx 6 Bits/Character */ 117 #define Rx8 0xc0 /* Rx 8 Bits/Character */ 130 #define MONSYNC 0 /* 8 Bit Sync character */ 131 #define BISYNC 0x10 /* 16 bit sync character */ 147 #define Tx5 0x0 /* Tx 5 bits (or less)/character */ [all …]
|
H A D | sunzilog.h | 52 #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */ 68 #define RxINT_FCERR 0x8 /* Rx Int on First Character Only or Error */ 82 #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */ 87 #define Rx5 0x0 /* Rx 5 Bits/Character */ 88 #define Rx7 0x40 /* Rx 7 Bits/Character */ 89 #define Rx6 0x80 /* Rx 6 Bits/Character */ 90 #define Rx8 0xc0 /* Rx 8 Bits/Character */ 103 #define MONSYNC 0 /* 8 Bit Sync character */ 104 #define BISYNC 0x10 /* 16 bit sync character */ 121 #define Tx5 0x0 /* Tx 5 bits (or less)/character */ [all …]
|
/openbmc/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | usbgecko_udbg.c | 95 * Tries to transmit a character. 104 * Transmits a character. 132 * Tries to receive a character. 133 * If a character is unavailable the function returns -1. 145 * Receives a character. 166 * Transmits a character. 174 * Receives a character. Waits until a character is available. 186 * Receives a character. If a character is not available, returns -1.
|
/openbmc/qemu/include/chardev/ |
H A D | char.h | 17 /* 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/linux/arch/alpha/lib/ |
H A D | strrchr.S | 6 * Return the address of the last occurrence of a given character 22 zapnot a1, 1, a1 # e0 : zero extend our test character 24 sll a1, 8, t5 # e0 : replicate our test character 35 or t5, a1, a1 # .. e1 : character replication complete 43 /* Character search main loop */ 54 /* Mask out character matches after terminator */ 65 /* Locate the address of the last matched character */
|
/openbmc/linux/drivers/staging/greybus/Documentation/firmware/ |
H A D | firmware-management | 49 The Firmware Management Protocol interacts with Userspace using the character 50 device interface. The character device will be present in /dev/ directory 53 Identifying the Character Device 57 and user first needs to identify the character device used for 61 be used by the user to identify the right character device for it. The class 76 The Character device (gb-fw-mgmt-0 in example) can be opened by the userspace 187 character device interface. The character device will be present in /dev/ 191 Identifying the Character Device 195 gb-authenticate-N and user first needs to identify the character device used for 199 be used by the user to identify the right character device for it. The class [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb-devices-usbsevseg | 14 For a 6 character display the values are 18 for an 8 character display the values are 27 raw: each character controls its segment manually 28 hex: each character is between 0-15 29 ascii: each character is between '0'-'9' and 'A'-'F'.
|
/openbmc/linux/arch/m68k/sun3/prom/ |
H A D | console.c | 16 /* Non blocking get character from console input device, returns -1 31 /* Non blocking put character to console device, returns -1 if 46 /* Blocking version of get character routine above. */ 50 int character; in prom_getchar() local 51 while((character = prom_nbgetchar()) == -1) ; in prom_getchar() 52 return (char) character; in prom_getchar() 55 /* Blocking version of put character routine above. */
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/ |
H A D | libtext-charwidth-perl_0.04.bb | 5 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/Documentation/security/tpm/ |
H A D | tpm_vtpm_proxy.rst | 24 character device ``/dev/tpmX`` (with X=0,1,2...) and a 'server side' file 25 descriptor. The former is moved into the container by creating a character 28 TPM commands using the character device and the emulator will receive the 36 as well as the major and minor numbers of the character device that was created. 37 Besides that the number of the TPM character device is returned. If for
|