Searched refs:character (Results 1 – 25 of 36) sorted by relevance
12
/drivers/acpi/acpica/ |
D | utascii.c | 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()
|
D | acutils.h | 156 u8 acpi_ut_valid_name_char(char character, u32 position);
|
/drivers/hsi/clients/ |
D | Kconfig | 36 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
|
/drivers/staging/greybus/Documentation/firmware/ |
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 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
|
/drivers/most/ |
D | Kconfig | 9 desired access from userspace (e.g. character devices) and one that 31 Say Y here if you want to commumicate via character devices.
|
/drivers/staging/fieldbus/Documentation/ABI/ |
D | sysfs-class-fieldbus-dev | 30 character device (/dev/fieldbus_devX). 38 character device (/dev/fieldbus_devX)
|
/drivers/char/pcmcia/ |
D | Kconfig | 3 # PCMCIA character device configuration 6 menu "PCMCIA character devices"
|
/drivers/auxdisplay/ |
D | Kconfig | 161 This is a driver for the character LCD found on the ARM Ltd. 220 The keys will be read from character device 10,185. Valid values are : 239 driver will be registered as character device 10,156, usually 259 This is the number of visible character lines on the LCD in custom profile. 303 int "LCD character set (0=normal, 1=KS0074)" 307 Some controllers such as the KS0074 use a somewhat strange character set 309 'standard' ASCII characters to the character sets used by these controllers. 312 0 : normal (untranslated) character set 313 1 : KS0074 character set
|
/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 28 InsKeyPad-minus Say character hex and decimal value. 35 ControlKeyPad-1 Move reading cursor to last character on current line.
|
/drivers/staging/most/ |
D | Kconfig | 9 desired access from userspace (e.g. character devices) and one that
|
/drivers/s390/char/ |
D | tty3270.c | 44 unsigned char character; member 1093 cell->character = tp->view.ascebc[' ']; in tty3270_put_character() 1101 cell->character = tp->view.ascebc[(unsigned int) ch]; in tty3270_put_character() 1183 *cp++ = cell->character; in tty3270_convert_line() 1266 line->cells[line->len].character = tp->view.ascebc[' ']; in tty3270_insert_characters() 1280 line->cells[tp->cx + n].character = tp->view.ascebc[' ']; in tty3270_insert_characters() 1319 cell->character = ' '; in tty3270_erase_characters() 1346 cell->character = ' '; in tty3270_erase_line()
|
D | Kconfig | 2 comment "S/390 character device drivers"
|
/drivers/char/ |
D | Kconfig | 124 If you say Y here, a special character device node, /dev/op_panel, 151 If you say Y here and create a character device node /dev/nwbutton 187 If you say Y here and create a character device /dev/flash with 352 If you say Y here and create a character special file /dev/nvram 392 bool "/dev/port character device"
|
/drivers/dax/ |
D | Kconfig | 18 latency...) memory via an mmap(2) capable character
|
/drivers/s390/block/ |
D | Kconfig | 72 This driver provides a character device interface to the
|
/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 54 a simple interface consisting of a character device and a set of sysfs files:
|
/drivers/remoteproc/ |
D | Kconfig | 18 bool "Remoteproc character device interface" 20 Say y here to have a character device interface for the remoteproc
|
/drivers/staging/vc04_services/interface/ |
D | TODO | 69 in the character driver ioctl code and in the core thread functions.
|
/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 47 Applications, then, can access a MOST network via character devices, an 101 Userspace can access the driver by means of character devices.
|
/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 6 a character device that can be read/written to with standard
|
/drivers/nvdimm/ |
D | Kconfig | 102 sub-divide a namespace into character devices that can only be
|
/drivers/ptp/ |
D | Kconfig | 22 This driver adds support for PTP clocks as character
|
/drivers/tty/vt/ |
D | cp437.uni | 289 # character
|
/drivers/platform/chrome/ |
D | Kconfig | 145 ChromeOS EC from userspace via a character device.
|
/drivers/tty/ |
D | Kconfig | 31 character sequences that can be used to change those properties 48 bool "Enable character translations in console" if EXPERT
|
12