Searched refs:character (Results 1 – 25 of 30) sorted by relevance
12
/drivers/acpi/acpica/ |
D | utascii.c | 94 u8 acpi_ut_valid_name_char(char character, u32 position) in acpi_ut_valid_name_char() argument 97 if (!((character >= 'A' && character <= 'Z') || in acpi_ut_valid_name_char() 98 (character >= '0' && character <= '9') || (character == '_'))) { in acpi_ut_valid_name_char() 102 if (character == '!' && position == 3) { in acpi_ut_valid_name_char()
|
D | acutils.h | 186 u8 acpi_ut_valid_name_char(char character, u32 position);
|
/drivers/hsi/clients/ |
D | Kconfig | 35 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
|
/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/char/pcmcia/ |
D | Kconfig | 2 # PCMCIA character device configuration 5 menu "PCMCIA character devices"
|
/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 28 InsKeyPad-minus Say character hex and decimal value. 35 ControlKeyPad-1 Move reading cursor to last character on current line.
|
D | spkguide.txt | 167 keypad 1 -- read previous character 168 keypad 2 -- read current character (pressing keypad 2 twice rapidly will speak 169 the current character phonetically) 170 keypad 3 -- read next character 783 character that follows your shell prompt. Press speakup + f2 twice, to 785 character following the shell prompt and the end of the line. Now, cycle 811 character of the above url. When the reading cursor is in position, 813 position the reading cursor on the rightmost character of the above 832 key, while you type the keypad slash character. The url will be pasted 851 ability to change how Speakup pronounces a given character. You could, [all …]
|
/drivers/staging/most/aim-cdev/ |
D | Kconfig | 9 Say Y here if you want to commumicate via character devices.
|
/drivers/char/ |
D | Kconfig | 71 If you say Y here, you will get support for a character device 186 If you say Y here, a special character device node, /dev/op_panel, 213 If you say Y here and create a character device node /dev/nwbutton 249 If you say Y here and create a character device /dev/flash with 266 If you say Y here and create a character special file /dev/nvram 298 If you say Y here and create a character special file /dev/rtc with 324 If you say Y here and create a character special file /dev/rtc with 350 If you say Y here and create a character special file /dev/rtc with 574 bool "/dev/port character device" 588 This device provides character-level read-write access
|
/drivers/dax/ |
D | Kconfig | 8 latency...) memory via an mmap(2) capable character
|
/drivers/s390/char/ |
D | tty3270.c | 43 unsigned char character; member 1090 cell->character = tp->view.ascebc[' ']; in tty3270_put_character() 1098 cell->character = tp->view.ascebc[(unsigned int) ch]; in tty3270_put_character() 1180 *cp++ = cell->character; in tty3270_convert_line() 1263 line->cells[line->len].character = tp->view.ascebc[' ']; in tty3270_insert_characters() 1277 line->cells[tp->cx + n].character = tp->view.ascebc[' ']; in tty3270_insert_characters() 1316 cell->character = ' '; in tty3270_erase_characters() 1343 cell->character = ' '; in tty3270_erase_line()
|
D | Kconfig | 1 comment "S/390 character device drivers"
|
/drivers/misc/ |
D | Kconfig | 426 This is a driver for the character LCD found on the ARM Ltd. 543 The keys will be read from character device 10,185. Valid values are : 562 driver will be registered as character device 10,156, usually 582 This is the number of visible character lines on the LCD in custom profile. 626 int "LCD character set (0=normal, 1=KS0074)" 630 Some controllers such as the KS0074 use a somewhat strange character set 632 'standard' ASCII characters to the character sets used by these controllers. 635 0 : normal (untranslated) character set 636 1 : KS0074 character set
|
/drivers/staging/i4l/Documentation/ |
D | README.icn | 81 idstring must start with a character! There is no way for the driver 109 idstring must start with a character! There is no way for the driver
|
/drivers/nvme/host/ |
D | Kconfig | 20 This adds support for the SG_IO ioctl on the NVMe character
|
/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 38 to MOST via one the following ways: character devices, ALSA, Networking or 85 Applications can access the driver by means of character devices.
|
/drivers/s390/block/ |
D | Kconfig | 70 This driver provides a character device interface to the
|
/drivers/ptp/ |
D | Kconfig | 21 This driver adds support for PTP clocks as character
|
/drivers/nvdimm/ |
D | Kconfig | 99 sub-divide a namespace into character devices that can only be
|
/drivers/tty/vt/ |
D | cp437.uni | 288 # character
|
/drivers/tty/ |
D | Kconfig | 30 character sequences that can be used to change those properties 47 bool "Enable character translations in console" if EXPERT
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 257 * 01-29-01 01.01.07 Changed some defines to make them 32 character unique. 307 * character unique.
|
/drivers/net/ |
D | Kconfig | 139 This adds a specialized tap character device driver that is based
|
/drivers/net/wan/ |
D | Kconfig | 47 character device, synchronous PPP network device, or the Cisco HDLC
|
/drivers/isdn/hardware/eicon/ |
D | message.c | 9505 byte character; member 9643 && (digit_buffer[i] != dtmf_digit_map[w].character)) in dtmf_send_digits() 9963 result[4 + (dtmf_digit_map[i].character >> 3)] |= (1 << (dtmf_digit_map[i].character & 0x7)); in dtmf_request() 9971 result[4 + (dtmf_digit_map[i].character >> 3)] |= (1 << (dtmf_digit_map[i].character & 0x7)); in dtmf_request() 10076 && ((dtmf_parms[3].info[i + 1] != dtmf_digit_map[j].character) in dtmf_request() 10157 && (dtmf_digit_map[j].character != DTMF_SIGNAL_UNIDENTIFIED_TONE)) in dtmf_indication() 10168 plci->tone_last_indication_code = dtmf_digit_map[j].character; in dtmf_indication() 10170 msg[++n] = dtmf_digit_map[j].character; in dtmf_indication()
|
12