Searched defs:character (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/acpica/
H A Dutmisc.c445 /* Check for printable character or hex escape */
448 /* This is a normal character */
607 * PARAMETERS: Char - The character to be examined
610 * RETURN: TRUE if the character is valid, FALSE otherwise
612 * DESCRIPTION: Check for a valid ACPI character. Must be one of:
617 * We allow a '!' as the last character because of the ASF! table
621 u8 acpi_ut_valid_acpi_char(char character, u32 position) argument
624 if (!((character >= 'A' && character <= 'Z') ||
625 (character >
[all...]
/drivers/s390/char/
H A Dtty3270.c43 unsigned char character; member in struct:tty3270_cell
71 unsigned char wcc; /* Write control character. */
960 * Insert character into the screen at the current position with the
972 cell->character = tp->view.ascebc[' '];
980 cell->character = tp->view.ascebc[(unsigned int) ch];
1062 *cp++ = cell->character;
1145 line->cells[line->len].character = tp->view.ascebc[' '];
1159 line->cells[tp->cx + n].character = tp->view.ascebc[' '];
1198 cell->character = ' ';
1225 cell->character
[all...]
/drivers/isdn/hardware/eicon/
H A Dmessage.c9507 byte character; member in struct:__anon1215
9645 && (digit_buffer[i] != dtmf_digit_map[w].character))
9965 result[4 + (dtmf_digit_map[i].character >> 3)] |= (1 << (dtmf_digit_map[i].character & 0x7));
9973 result[4 + (dtmf_digit_map[i].character >> 3)] |= (1 << (dtmf_digit_map[i].character & 0x7));
10078 && ((dtmf_parms[3].info[i + 1] != dtmf_digit_map[j].character)
10159 && (dtmf_digit_map[j].character != DTMF_SIGNAL_UNIDENTIFIED_TONE))
10170 plci->tone_last_indication_code = dtmf_digit_map[j].character;
10172 msg[++n] = dtmf_digit_map[j].character;
[all...]

Completed in 154 milliseconds