Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutascii.c60 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()
/kernel/linux/linux-5.10/fs/nls/
DKconfig44 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 …]
/kernel/liteos_a/arch/arm/arm/src/
Dstrncpy_from_user.c39 CHAR character; in LOS_StrncpyFromUser() local
52 if (LOS_GetUser(&character, src + offset) != LOS_OK) { in LOS_StrncpyFromUser()
55 *(CHAR *)(dst + offset) = character; in LOS_StrncpyFromUser()
56 if (character == '\0') { in LOS_StrncpyFromUser()
Dstrnlen_user.c39 CHAR character; in LOS_StrnlenUser() local
52 if (LOS_GetUser(&character, src + offset) != LOS_OK) { in LOS_StrnlenUser()
56 if (character == '\0') { in LOS_StrnlenUser()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/auxdisplay/
Darm-charlcd.txt3 This binding defines the character LCD interface found on ARM Versatile AB
8 - reg : Location and size of character LCD registers
11 - interrupts - single interrupt for character LCD. The character LCD can
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg14 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'.
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dlcd-panel-cgram.rst6 characters 0 to 7. The escape code to define a new character is
7 '\e[LG' followed by one digit from 0 to 7, representing the character
11 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
12 bits of the 7 first bytes are used for each character. If the string
Dvga-softcursor.rst10 make it inverse background of the character it's over or to highlight
11 that character and still choose whether the original hardware cursor
35 selects character attribute bits you want to change
44 consists of character attribute bits you want to set.
Dunicode.rst17 both the eight-bit character sets and UTF-8 mode are changed to use
20 This changes the semantics of the eight-bit character tables subtly.
21 The four character tables are now:
33 might be completely different than the IBM character set. This
46 two (in case 1024- or 2048-character fonts ever become necessary).
53 might be shorter; for example, vgacon can only handle 256-character
54 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts.
71 The DEC VT220 uses a 6x10 character matrix, and these characters form
72 a smooth progression in the DEC VT graphics character set. I have
74 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
/kernel/linux/linux-5.10/Documentation/security/tpm/
Dtpm_vtpm_proxy.rst24 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
/kernel/linux/linux-5.10/Documentation/usb/
Dmisc_usbsevseg.rst11 Both the 6 character and 8 character displays have PRODUCT_ID,
22 For the 8 character display:
28 hex expects a value between 0-15 per character,
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dfourcc.rst23 2nd character: pixel order
30 3rd character: uncompressed bits-per-pixel 0--9, A--
32 4th character: compressed bits-per-pixel 0--9, A--
/kernel/linux/linux-5.10/drivers/hsi/clients/
DKconfig36 tristate "HSI/SSI character driver"
39 If you say Y here, you will enable the HSI/SSI character driver.
40 This driver provides a simple character device interface for
/kernel/linux/linux-5.10/arch/m68k/sun3/prom/
Dconsole.c50 int character; in prom_getchar() local
51 while((character = prom_nbgetchar()) == -1) ; in prom_getchar()
52 return (char) character; in prom_getchar()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/
Dqnap-poweroff.txt5 Orion5x SoCs. Sending the character 'A', at 19200 baud, tells the
9 9600, and a different character, '1'.
/kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/
Dioctl-decoding.rst21 15-8 ascii character supposedly
29 character 'r' function 1. Grepping the source reveals this is::
/kernel/linux/linux-5.10/Documentation/ide/
Dide-tape.rst8 request-list for the block device interface. The character device
15 The character device interface consists of the following devices::
25 include/linux/mtio.h, is accessible through the character device.
32 the character device interface.
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dsetup.c501 if (result->character & H_CPU_CHAR_SPEC_BAR_ORI31) in init_cpu_char_feature_flags()
504 if (result->character & H_CPU_CHAR_BCCTRL_SERIALISED) in init_cpu_char_feature_flags()
507 if (result->character & H_CPU_CHAR_L1D_FLUSH_ORI30) in init_cpu_char_feature_flags()
510 if (result->character & H_CPU_CHAR_L1D_FLUSH_TRIG2) in init_cpu_char_feature_flags()
513 if (result->character & H_CPU_CHAR_L1D_THREAD_PRIV) in init_cpu_char_feature_flags()
516 if (result->character & H_CPU_CHAR_COUNT_CACHE_DISABLED) in init_cpu_char_feature_flags()
519 if (result->character & H_CPU_CHAR_BCCTR_FLUSH_ASSIST) in init_cpu_char_feature_flags()
522 if (result->character & H_CPU_CHAR_BCCTR_LINK_FLUSH_ASSIST) in init_cpu_char_feature_flags()
/kernel/linux/linux-5.10/fs/exfat/
DKconfig18 Set this to the default input/output character set to use for
20 filenames and the UTF-16 character encoding that the exFAT
/kernel/linux/linux-5.10/Documentation/input/
Duserio.rst27 /dev/userio character device in their applications. Commands are sent to the
47 Each command should be sent by writing the struct directly to the character
49 returned by the character device and a more descriptive error will be printed
51 written to the character device after the initial command will be ignored.
/kernel/linux/linux-5.10/Documentation/arm/
Dsetup.rst46 These two together describe the character size of the dummy console,
47 or VGA console character size. They should not be used for any other
51 the equivalent character size of your fbcon display. This then allows
55 This describes the character position of cursor on VGA console, and
/kernel/linux/linux-5.10/drivers/most/
DKconfig9 desired access from userspace (e.g. character devices) and one that
31 Say Y here if you want to commumicate via character devices.
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstrrchr.S22 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
/kernel/linux/linux-5.10/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management49 The Firmware Management Protocol interacts with Userspace using the character
50 device interface. The character device will be present in /dev/ directory
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
187 character device interface. The character device will be present in /dev/
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
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Doplib.h143 extern int prom_nbputchar(char character);
149 extern void prom_putchar(char character);

12345678910>>...13