Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v4.19/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()
/Linux-v4.19/fs/nls/
DKconfig43 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-v4.19/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
Dhit,hd44780.txt3 The Hitachi HD44780 Character LCD Controller is commonly used on character LCDs
18 - display-height-chars: Height of the display, in character cells,
19 - display-width-chars: Width of the display, in character cells.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg14 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'.
/Linux-v4.19/Documentation/auxdisplay/
Dlcd-panel-cgram.txt2 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
/Linux-v4.19/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
/Linux-v4.19/Documentation/media/v4l-drivers/
Dfourcc.rst21 2nd character: pixel order
28 3rd character: uncompressed bits-per-pixel 0--9, A--
30 4th character: compressed bits-per-pixel 0--9, A--
/Linux-v4.19/Documentation/usb/
Dmisc_usbsevseg.txt8 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-v4.19/drivers/hsi/clients/
DKconfig35 tristate "HSI/SSI character driver"
38 If you say Y here, you will enable the HSI/SSI character driver.
39 This driver provides a simple character device interface for
/Linux-v4.19/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()
/Linux-v4.19/Documentation/admin-guide/
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.
/Linux-v4.19/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'.
/Linux-v4.19/Documentation/ioctl/
Dioctl-decoding.txt15 15-8 ascii character supposedly
22 character 'r' function 1. Grepping the source reveals this is:
/Linux-v4.19/Documentation/ide/
Dide-tape.txt6 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-v4.19/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.
/Linux-v4.19/fs/fuse/
DKconfig24 This FUSE extension allows character devices to be
27 If you want to develop or use a userspace character device
/Linux-v4.19/Documentation/arm/
DSetup49 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-v4.19/arch/powerpc/platforms/pseries/
Dsetup.c487 if (result->character & H_CPU_CHAR_SPEC_BAR_ORI31) in init_cpu_char_feature_flags()
490 if (result->character & H_CPU_CHAR_BCCTRL_SERIALISED) in init_cpu_char_feature_flags()
493 if (result->character & H_CPU_CHAR_L1D_FLUSH_ORI30) in init_cpu_char_feature_flags()
496 if (result->character & H_CPU_CHAR_L1D_FLUSH_TRIG2) in init_cpu_char_feature_flags()
499 if (result->character & H_CPU_CHAR_L1D_THREAD_PRIV) in init_cpu_char_feature_flags()
502 if (result->character & H_CPU_CHAR_COUNT_CACHE_DISABLED) in init_cpu_char_feature_flags()
505 if (result->character & H_CPU_CHAR_BCCTR_FLUSH_ASSIST) in init_cpu_char_feature_flags()
/Linux-v4.19/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
/Linux-v4.19/arch/m68k/include/asm/
Doplib.h143 extern int prom_nbputchar(char character);
149 extern void prom_putchar(char character);
/Linux-v4.19/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
/Linux-v4.19/Documentation/leds/
Duleds.txt11 When the driver is loaded, a character device is created at /dev/uleds. To
25 The current brightness is found by reading a single byte from the character
/Linux-v4.19/Documentation/serial/
Ddriver32 character by character write, translating newlines to CRLF sequences.
118 to stop transmission due to an XOFF character.
153 Transmit a high priority character, even if the port is stopped.
156 will append the character to the circular buffer and then call
254 n/a 0 n/a character received, marked as
256 None 1 n/a character received, marked as
258 Yes 1 0 character received, marked as
260 Yes 1 1 character discarded
349 Called by kgdb to write a single character directly to the serial
357 Called by kgdb to read a single character directly from the serial

12345678910>>...12