/linux-3.4.99/fs/nls/ |
D | Kconfig | 43 native language character sets. These character sets are stored 55 native language character sets. These character sets are stored 67 native language character sets. These character sets are stored 80 native language character sets. These character sets are stored in 96 native language character sets. These character sets are stored in 111 native language character sets. These character sets are stored in 122 native language character sets. These character sets are stored in 133 native language character sets. These character sets are stored in 144 native language character sets. These character sets are stored in 155 native language character sets. These character sets are stored in [all …]
|
/linux-3.4.99/drivers/hsi/clients/ |
D | Kconfig | 8 tristate "HSI/SSI character driver" 11 If you say Y here, you will enable the HSI/SSI character driver. 12 This driver provides a simple character device interface for
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 14 For a 6 character display the values are 16 for an 8 character display the values are 24 raw: each character controls its segment manually 25 hex: each character is between 0-15 26 ascii: each character is between '0'-'9' and 'A'-'F'.
|
D | sysfs-class-mtd | 15 to each /dev/mtdX character device. These may represent 34 Major and minor numbers of the character device corresponding 43 Major and minor numbers of the character device corresponding
|
/linux-3.4.99/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 2 characters 0 to 7. The escape code to define a new character is 3 '\e[LG' followed by one digit from 0 to 7, representing the character 7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower 8 bits of the 7 first bytes are used for each character. If the string
|
D | Kconfig | 54 The keys will be read from character device 10,185. Valid values are : 73 driver will be registered as character device 10,156, usually 93 This is the number of visible character lines on the LCD in custom profile. 137 int "LCD character set (0=normal, 1=KS0074)" 141 Some controllers such as the KS0074 use a somewhat strange character set 143 'standard' ASCII characters to the character sets used by these controllers. 146 0 : normal (untranslated) character set 147 1 : KS0074 character set
|
/linux-3.4.99/Documentation/usb/ |
D | misc_usbsevseg.txt | 8 Both the 6 character and 8 character displays have PRODUCT_ID, 17 For the 8 character display: 21 hex expects a value between 0-15 per character,
|
/linux-3.4.99/drivers/acpi/acpica/ |
D | utmisc.c | 621 u8 acpi_ut_valid_acpi_char(char character, u32 position) in acpi_ut_valid_acpi_char() argument 624 if (!((character >= 'A' && character <= 'Z') || in acpi_ut_valid_acpi_char() 625 (character >= '0' && character <= '9') || (character == '_'))) { in acpi_ut_valid_acpi_char() 629 if (character == '!' && position == 3) { in acpi_ut_valid_acpi_char()
|
/linux-3.4.99/arch/m68k/sun3/prom/ |
D | console.c | 49 int character; in prom_getchar() local 50 while((character = prom_nbgetchar()) == -1) ; in prom_getchar() 51 return (char) character; in prom_getchar()
|
/linux-3.4.99/Documentation/ |
D | unicode.txt | 13 both the eight-bit character sets and UTF-8 mode are changed to use 16 This changes the semantics of the eight-bit character tables subtly. 17 The four character tables are now: 27 might be completely different than the IBM character set. This 40 two (in case 1024- or 2048-character fonts ever become necessary). 47 might be shorter; for example, vgacon can only handle 256-character 48 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts. 63 The DEC VT220 uses a 6x10 character matrix, and these characters form 64 a smooth progression in the DEC VT graphics character set. I have 66 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
|
D | VGA-softcursor.txt | 8 like a non-blinking red block, make it inverse background of the character it's 9 over or to highlight that character and still choose whether the original 23 The second parameter selects character attribute bits you want to change 30 The third parameter consists of character attribute bits you want to set.
|
/linux-3.4.99/Documentation/ioctl/ |
D | ioctl-decoding.txt | 15 15-8 ascii character supposedly 22 character 'r' function 1. Grepping the source reveals this is:
|
/linux-3.4.99/Documentation/ide/ |
D | ide-tape.txt | 6 request-list for the block device interface. The character device 13 The character device interface consists of the following devices: 23 include/linux/mtio.h, is accessible through the character device. 30 the character device interface.
|
/linux-3.4.99/arch/powerpc/kvm/ |
D | Kconfig | 51 a character device node named /dev/kvm. 65 a character device node named /dev/kvm. 103 a character device node named /dev/kvm. 128 a character device node named /dev/kvm.
|
/linux-3.4.99/arch/cris/ |
D | Kconfig | 385 If you do not enable DMA, an interrupt for each character will be 395 If you do not enable DMA, an interrupt for each character will be 420 If you do not enable DMA, an interrupt for each character will be 430 If you do not enable DMA, an interrupt for each character will be 455 If you do not enable DMA, an interrupt for each character will be 489 If you do not enable DMA, an interrupt for each character will be 512 If you do not enable DMA, an interrupt for each character will be 522 If you do not enable DMA, an interrupt for each character will be 547 If you do not enable DMA, an interrupt for each character will be 557 If you do not enable DMA, an interrupt for each character will be [all …]
|
/linux-3.4.99/Documentation/arm/ |
D | Setup | 49 These two together describe the character size of the dummy console, 50 or VGA console character size. They should not be used for any other 54 the equivalent character size of your fbcon display. This then allows 60 This describes the character position of cursor on VGA console, and
|
/linux-3.4.99/arch/alpha/lib/ |
D | strrchr.S | 21 zapnot a1, 1, a1 # e0 : zero extend our test character 23 sll a1, 8, t5 # e0 : replicate our test character 34 or t5, a1, a1 # .. e1 : character replication complete
|
D | strchr.S | 21 zapnot a1, 1, a1 # e0 : zero extend the search character 23 sll a1, 8, t5 # e0 : replicate the search character
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | oplib.h | 142 extern int prom_nbputchar(char character); 148 extern void prom_putchar(char character);
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-diff.txt | 56 Use a special separator character and don't pad with spaces, replacing 58 with a '.' character, that thus it's the only non valid separator.
|
/linux-3.4.99/Documentation/input/ |
D | notifier.txt | 16 unicode character. value is the unicode value. 18 non-unicode character. value is the keysym.
|
/linux-3.4.99/drivers/char/pcmcia/ |
D | Kconfig | 2 # PCMCIA character device configuration 5 menu "PCMCIA character devices"
|
/linux-3.4.99/Documentation/fb/ |
D | arkfb.txt | 33 limitation). Unfortunately character attributes (like color) in text mode are 65 * character attributes (and cursor) in text mode are broken
|
/linux-3.4.99/fs/ufs/ |
D | Kconfig | 22 NeXT character set to the Latin1 character set; use the program
|
/linux-3.4.99/arch/arm/lib/ |
D | strncpy_from_user.S | 31 sub r1, r1, #1 @ take NUL character out of count
|