Home
last modified time | relevance | path

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

12345678910>>...14

/linux-6.15/drivers/acpi/acpica/
H A 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-6.15/fs/nls/
H A 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
287 character set.
380 character set.
[all …]
/linux-6.15/Documentation/infiniband/
H A Ducaps.rst10 Each user capability is represented as a character device with root
12 by allowing access to these character devices (e.g., using chown).
18 descriptors of UCAP character devices. Here is how a user enables
33 rdma_user_cap enum in rdma/ib_ucaps.h. The name of the UCAP character
36 character device by calling the ib_create_ucap API with the UCAP
41 the same type (e.g., for two IB devices), the UCAP character device
45 The UCAP character device is created under /dev/infiniband, and its
52 character device is removed from the filesystem only when the
62 is created when the first UCAP character device is created.
64 The UCAP character device is created under /dev/infiniband.
/linux-6.15/Documentation/ABI/testing/
H A 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'.
H A Ddebugfs-dell-wmi-ddv8 character (0xFF).
24 character (0xFF).
/linux-6.15/Documentation/admin-guide/
H A 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
H A 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.
H A Dunicode.rst16 both the eight-bit character sets and UTF-8 mode are changed to use
19 This changes the semantics of the eight-bit character tables subtly.
20 The four character tables are now:
32 might be completely different than the IBM character set. This
45 two (in case 1024- or 2048-character fonts ever become necessary).
52 might be shorter; for example, vgacon can only handle 256-character
53 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts.
70 The DEC VT220 uses a 6x10 character matrix, and these characters form
71 a smooth progression in the DEC VT graphics character set. I have
73 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
/linux-6.15/Documentation/security/tpm/
H A 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-6.15/Documentation/usb/
H A 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,
/linux-6.15/Documentation/userspace-api/media/v4l/
H A 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--
/linux-6.15/Documentation/networking/device_drivers/wwan/
H A Dt7xx.rst101 /dev/wwan0mbim0 character device
105 /dev/wwan0mbim0 character device. Application shall use this interface for
145 /dev/wwan0at0 character device
148 The userspace end of the control port is a /dev/wwan0at0 character
154 /dev/wwan0fastboot0 character device
158 /dev/wwan0fastboot0 character device. Application shall use this interface for
168 /dev/wwan0adb0 character device
171 The userspace end of the ADB channel pipe is a /dev/wwan0adb0 character device.
177 /dev/wwan0mipc0 character device
181 pipe is a /dev/wwan0mipc0 character device.
/linux-6.15/arch/m68k/sun3/prom/
H A 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-6.15/drivers/hsi/clients/
H A 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
/linux-6.15/Documentation/devicetree/bindings/power/reset/
H A Dqnap-poweroff.txt5 Orion5x SoCs. Sending the character 'A', at 19200 baud, tells the
9 9600, and a different character, '1'.
/linux-6.15/Documentation/userspace-api/ioctl/
H A Dioctl-decoding.rst21 15-8 ascii character supposedly
29 character 'r' function 1. Grepping the source reveals this is::
/linux-6.15/Documentation/input/
H A 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-6.15/fs/exfat/
H A DKconfig20 Set this to the default input/output character set to use for
22 filenames and the UTF-16 character encoding that the exFAT
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dsetup.c538 if (result->character & H_CPU_CHAR_SPEC_BAR_ORI31) in init_cpu_char_feature_flags()
541 if (result->character & H_CPU_CHAR_BCCTRL_SERIALISED) in init_cpu_char_feature_flags()
544 if (result->character & H_CPU_CHAR_L1D_FLUSH_ORI30) in init_cpu_char_feature_flags()
547 if (result->character & H_CPU_CHAR_L1D_FLUSH_TRIG2) in init_cpu_char_feature_flags()
550 if (result->character & H_CPU_CHAR_L1D_THREAD_PRIV) in init_cpu_char_feature_flags()
553 if (result->character & H_CPU_CHAR_COUNT_CACHE_DISABLED) in init_cpu_char_feature_flags()
556 if (result->character & H_CPU_CHAR_BCCTR_FLUSH_ASSIST) in init_cpu_char_feature_flags()
559 if (result->character & H_CPU_CHAR_BCCTR_LINK_FLUSH_ASSIST) in init_cpu_char_feature_flags()
/linux-6.15/drivers/auxdisplay/
H A DKconfig25 This is the base system for character-based LCD displays.
28 This is some character LCD core interface that multiple drivers can
53 tristate "lcd2s 20x4 character display over I2C console"
57 This is a driver that lets you use the lcd2s 20x4 character display
59 is a simple single color character display. You have to connect it
134 driver will be registered as character device 10,156, usually
198 int "LCD character set (0=normal, 1=KS0074)"
207 0 : normal (untranslated) character set
208 1 : KS0074 character set
471 # Single character line display section
[all …]
/linux-6.15/Documentation/arch/arm/
H A 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
/linux-6.15/Documentation/devicetree/bindings/auxdisplay/
H A Dmodtronix,lcd2s.yaml27 description: Height of the display, in character cells.
33 description: Width of the display, in character cells.
/linux-6.15/arch/alpha/lib/
H A 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-6.15/drivers/staging/greybus/Documentation/firmware/
H A 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-6.15/arch/m68k/include/asm/
H A Doplib.h145 extern int prom_nbputchar(char character);
151 extern void prom_putchar(char character);

12345678910>>...14