Home
last modified time | relevance | path

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

12

/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()
Dacutils.h156 u8 acpi_ut_valid_name_char(char character, u32 position);
/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
/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
/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.
/drivers/staging/fieldbus/Documentation/ABI/
Dsysfs-class-fieldbus-dev30 character device (/dev/fieldbus_devX).
38 character device (/dev/fieldbus_devX)
/drivers/char/pcmcia/
DKconfig3 # PCMCIA character device configuration
6 menu "PCMCIA character devices"
/drivers/auxdisplay/
DKconfig161 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/
DDefaultKeyAssignments28 InsKeyPad-minus Say character hex and decimal value.
35 ControlKeyPad-1 Move reading cursor to last character on current line.
/drivers/staging/most/
DKconfig9 desired access from userspace (e.g. character devices) and one that
/drivers/s390/char/
Dtty3270.c44 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()
DKconfig2 comment "S/390 character device drivers"
/drivers/char/
DKconfig124 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/
DKconfig18 latency...) memory via an mmap(2) capable character
/drivers/s390/block/
DKconfig72 This driver provides a character device interface to the
/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt54 a simple interface consisting of a character device and a set of sysfs files:
/drivers/remoteproc/
DKconfig18 bool "Remoteproc character device interface"
20 Say y here to have a character device interface for the remoteproc
/drivers/staging/vc04_services/interface/
DTODO69 in the character driver ioctl code and in the core thread functions.
/drivers/staging/most/Documentation/
Ddriver_usage.txt47 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/
Daxis-fifo.txt6 a character device that can be read/written to with standard
/drivers/nvdimm/
DKconfig102 sub-divide a namespace into character devices that can only be
/drivers/ptp/
DKconfig22 This driver adds support for PTP clocks as character
/drivers/tty/vt/
Dcp437.uni289 # character
/drivers/platform/chrome/
DKconfig145 ChromeOS EC from userspace via a character device.
/drivers/tty/
DKconfig31 character sequences that can be used to change those properties
48 bool "Enable character translations in console" if EXPERT

12