Searched refs:character (Results 1 - 200 of 651) sorted by relevance

1234

/linux-4.4.14/include/linux/
H A Dtextsearch_fsm.h7 TS_FSM_SPECIFIC, /* specific character */
8 TS_FSM_WILDCARD, /* any character */
39 * @value: character value for TS_FSM_SPECIFIC
H A Dposix-clock.h34 * Every posix clock is represented by a character device. Drivers may
36 * character device methods. The character device file operations are
49 * @fasync: Optional character device fasync method
50 * @mmap: Optional character device mmap method
51 * @open: Optional character device open method
52 * @release: Optional character device release method
53 * @ioctl: Optional character device ioctl method
54 * @read: Optional character device read method
55 * @poll: Optional character device poll method
80 * Optional character device methods:
H A Dnls.h14 * represent the full Unicode character set.
17 /* Plane-0 Unicode character */
21 /* Arbitrary Unicode character */
87 * nls_nullsize - return length of null character for codepage
H A Disicom.h35 /* character sizes */
H A Dconsole_struct.h37 unsigned short *vc_screenbuf; /* In-memory character/attribute buffer */
58 unsigned short vc_video_erase_char; /* Background erase character */
69 unsigned int vc_s_charset : 1; /* Saved character set */
H A Dtty_ldisc.h85 * character received by the device. <fp> is a pointer to a
86 * pointer of flag bytes which indicate whether a character was
123 * character received by the device. <fp> is a pointer to a
124 * pointer of flag bytes which indicate whether a character was
H A Dcyclades.h309 #define CySPL_CH_DRANGE (0x80) /* special character detect range */
310 #define CySPL_CH_DET1 (0x40) /* enable special character detection
313 #define CySPL_CH_DET2 (0x10) /* Enable special character detection
H A Dtty_driver.h73 * character to the tty device. If the kernel uses this routine,
76 * in the queue, the character is ignored.
210 * character to the device.
374 * guarantee never not to set any special character handling
/linux-4.4.14/drivers/acpi/acpica/
H A Dutstring.c124 /* Check for printable character or hex escape */
127 /* This is a normal character */
149 * PARAMETERS: char - The character to be examined
152 * RETURN: TRUE if the character is valid, FALSE otherwise
154 * DESCRIPTION: Check for a valid ACPI character. Must be one of:
159 * We allow a '!' as the last character because of the ASF! table
163 u8 acpi_ut_valid_acpi_char(char character, u32 position) acpi_ut_valid_acpi_char() argument
166 if (!((character >= 'A' && character <= 'Z') || acpi_ut_valid_acpi_char()
167 (character >= '0' && character <= '9') || (character == '_'))) { acpi_ut_valid_acpi_char()
171 if (character == '!' && position == 3) { acpi_ut_valid_acpi_char()
190 * DESCRIPTION: Check for a valid ACPI name. Each character must be one of:
244 /* Check each character in the name */ acpi_ut_repair_name()
252 * Replace a bad character with something printable, yet technically acpi_ut_repair_name()
266 "Invalid character(s) in name (0x%.8X), repaired: [%4.4s]", acpi_ut_repair_name()
270 "Invalid character(s) in name (0x%.8X), repaired: [%4.4s]", acpi_ut_repair_name()
H A Duthex.c64 * RETURN: The converted Ascii character
66 * DESCRIPTION: Convert a hex digit to an Ascii character
80 * PARAMETERS: hex_char - Hex character in Ascii
82 * RETURN: The binary value of the ascii/hex character
H A Dexnames.c63 * num_name_segs - count of 4-character name segments
167 * If first character is a digit, then we know that we aren't looking at a acpi_ex_name_segment()
204 * First character was not a valid name character, acpi_ex_name_segment()
208 "Leading character is not alpha: %02Xh (not a name)\n", acpi_ex_name_segment()
218 "Bad character 0x%02x in name, at %p", acpi_ex_name_segment()
273 * Examine first character of name for root or parent prefix operators acpi_ex_get_name_string()
310 /* Not a prefix character */ acpi_ex_get_name_string()
315 /* Examine first character of name for name segment prefix operator */ acpi_ex_get_name_string()
H A Dutprint.c110 * RETURN: Updated position for next valid character
112 * DESCRIPTION: Output a character into a string with boundary check.
136 * RETURN: Updated position for next valid character
173 * RETURN: Updated position for next valid character
199 * RETURN: Updated position for next valid character
234 * RETURN: Updated position for next valid character
H A Dpsutils.c193 * DESCRIPTION: Low level character and object functions
198 * Is "c" a namestring lead character?
H A Dutpredef.c111 /* Quick check for a predefined name, first character must be underscore */ acpi_ut_match_predefined_method()
228 /* Quick check for a predefined name, first character must be underscore */ acpi_ut_match_resource_name()
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dtermbits.h56 #define VINTR 0 /* Interrupt character [ISIG]. */
57 #define VQUIT 1 /* Quit character [ISIG]. */
58 #define VERASE 2 /* Erase character [ICANON]. */
59 #define VKILL 3 /* Kill-line character [ICANON]. */
62 #define VEOL2 6 /* Second EOL character [ICANON]. */
65 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */
66 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */
67 #define VSUSP 10 /* Suspend character [ISIG]. */
72 #define VDSUSP 11 /* Delayed suspend character [ISIG]. */
74 #define VREPRINT 12 /* Reprint-line character [ICANON]. */
75 #define VDISCARD 13 /* Discard character [IEXTEN]. */
76 #define VWERASE 14 /* Word-erase character [ICANON]. */
77 #define VLNEXT 15 /* Literal-next character [IEXTEN]. */
78 #define VEOF 16 /* End-of-file character [ICANON]. */
79 #define VEOL 17 /* End-of-line character [ICANON]. */
93 #define IXANY 0004000 /* Any character will restart after stop. */
214 #define TCIOFF 2 /* Send a STOP character. */
215 #define TCION 3 /* Send a START character. */
H A Dtermios.h39 char t_lnextc; /* literal next character */
/linux-4.4.14/arch/m68k/sun3/prom/
H A Dconsole.c15 /* Non blocking get character from console input device, returns -1
30 /* Non blocking put character to console device, returns -1 if
45 /* Blocking version of get character routine above. */
49 int character; prom_getchar() local
50 while((character = prom_nbgetchar()) == -1) ; prom_getchar()
51 return (char) character; prom_getchar()
54 /* Blocking version of put character routine above. */
/linux-4.4.14/arch/alpha/lib/
H A Dstrrchr.S5 * Return the address of the last occurrence of a given character
21 zapnot a1, 1, a1 # e0 : zero extend our test character
23 sll a1, 8, t5 # e0 : replicate our test character
34 or t5, a1, a1 # .. e1 : character replication complete
53 /* Mask out character matches after terminator */
64 /* Locate the address of the last matched character */
H A Dstrchr.S5 * Return the address of a given character within a null-terminated
21 zapnot a1, 1, a1 # e0 : zero extend the search character
23 sll a1, 8, t5 # e0 : replicate the search character
H A Dev67-strrchr.S81 /* Mask out character matches after terminator */
95 /* Locate the address of the last matched character */
H A Dev67-strchr.S5 * Return the address of a given character within a null-terminated
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dhvconsole.c37 * @buf: The character buffer into which to put the character data fetched from
64 * @buf: The character buffer that contains the character data to send to
H A Dof_helpers.c22 /* We do not want the trailing '/' character */ pseries_of_derive_parent()
/linux-4.4.14/lib/
H A Dglob.c21 * (And, inside character classes, !, - and ].)
34 * Note that according to glob(7) (and unlike bash), character classes
44 * character later in the string. Because * matches all characters glob_match()
51 * Loop over each token (character or class) in pat, matching glob_match()
76 * Iterate over each span in the character class. glob_match()
77 * A span is either a single character a, or a glob_match()
106 default: /* Literal character */ glob_match()
116 /* Try again from last *, one character later in str. */ glob_match()
176 * a glob_match result character.
186 /* Simple character class tests */
197 /* Corner cases in character class parsing */
H A Dstring.c365 * strchr - Find the first occurrence of a character in a string
367 * @c: The character to search for
381 * strchrnul - Find and return a character in a string, or end of string
383 * @c: The character to search for
399 * strrchr - Find the last occurrence of a character in a string
401 * @c: The character to search for
417 * strnchr - Find a character in a length limited string
420 * @c: The character to search for
436 * Returns a pointer to the first non-whitespace character in @str.
452 * character in @s.
638 * This routine returns 0 iff the first character is one of 'Yy1Nn0'.
780 * memscan - Find a character in an area of memory.
855 * memchr - Find a character in an area of memory.
888 * memchr_inv - Find an unmatching character in an area of memory.
890 * @c: Find a character other than c
893 * returns the address of the first character other than @c, or %NULL
943 * strreplace - Replace all occurrences of character in string.
945 * @old: The character being replaced.
946 * @new: The character @old is replaced with.
H A Dstring_helpers.c470 * 1. The character is matched to the printable class, if asked, and in
472 * 2. The character is not matched to the one from @only string and thus
474 * 3. The character is checked if it falls into the class given by @flags.
476 * character. Note that they actually can't go together, otherwise
501 * - the character is printable, when @flags has string_escape_mem()
504 * character under question string_escape_mem()
505 * - the character doesn't fall into a class of symbols string_escape_mem()
507 * In these cases we just pass through a character to the string_escape_mem()
H A Ducs2_string.c79 * final NUL character.
H A Dkstrtox.c109 * include a single newline before its terminating null. The first character
133 * include a single newline before its terminating null. The first character
205 * include a single newline before its terminating null. The first character
236 * include a single newline before its terminating null. The first character
H A Dseq_buf.c156 * seq_buf_putc - sequence printing of simple character
158 * @c: simple character to record
160 * Copy a single character into the sequence buffer.
H A Dtest-kstrtox.c211 /* sign is first character if any */ test_kstrtoull_fail()
281 /* sign is first character if any */ test_kstrtoll_fail()
H A Dcmdline.c84 * Return value is the character in the string which caused
H A Dstrnlen_user.c86 * @count: Maximum count (including NUL character)
H A Dts_kmp.c21 * "q" = 0,1,...,m and any character "a" in SIGMA, the value
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
H A Dusbgecko_udbg.c99 * Tries to transmit a character.
108 * Transmits a character.
136 * Tries to receive a character.
137 * If a character is unavailable the function returns -1.
149 * Receives a character.
170 * Transmits a character.
178 * Receives a character. Waits until a character is available.
190 * Receives a character. If a character is not available, returns -1.
H A Dls_uart.c72 out_8(avr_addr + UART_LCR, cval); /* Set character format */ avr_uart_configure()
/linux-4.4.14/include/uapi/linux/
H A Dpg.h10 The pg driver provides a simple character device interface for
32 read and write buffers contain a single character "magic" flag.
33 Currently this flag must be the character "P".
H A Dgigaset_dev.h22 /* enable/disable device control via character device (lock out ISDN subsys) */
H A Dmap_to_7segment.h36 * Register a map variable, and fill it with a character set:
88 * custom character sets for LCD devices. Please use a sysfs interface
169 * of the ASCII character for maximum discrimination.
H A Dvt.h57 unsigned short v_clin; /* number of pixel rows per character */
59 unsigned short v_ccol; /* number of pixel columns per character */
H A Dlp.h41 /* timeout for each character. This is relative to bus cycles -- it
63 * change back and forth between character and graphics printing, which
H A Dserial_reg.h168 #define UART_EFR_SCD 0x20 /* Special character detect */
177 #define UART_XON1 4 /* I/O: Xon character 1 */
178 #define UART_XON2 5 /* I/O: Xon character 2 */
179 #define UART_XOFF1 6 /* I/O: Xoff character 1 */
180 #define UART_XOFF2 7 /* I/O: Xoff character 2 */
H A Dppp_defs.h71 * Extended asyncmap - allows any character to be escaped.
/linux-4.4.14/drivers/s390/char/
H A DMakefile2 # S/390 character devices
H A Dvmcp.h9 * this driver implements a character device that issues these commands and
H A Dsclp_tty.c86 * character needs the same space in the sccb. The worst case is
248 * This routine is called by the kernel to write a single character to the tty
253 * If the given character is a '\n' the contents of the SCLP write buffer
361 * find out characters in lower/upper case separated by a special character,
374 /* compare with special character */ sclp_switch_cases()
376 /* followed by another special character? */ sclp_switch_cases()
380 * character to the output string sclp_switch_cases()
386 * ... special character follower by a normal sclp_switch_cases()
387 * character toggles the case change behaviour sclp_switch_cases()
390 /* skip special character */ sclp_switch_cases()
393 /* not the special character */ sclp_switch_cases()
403 /* no case switching, copy the character */ sclp_switch_cases()
H A Dtape_class.c32 * The pointer to the drivers name for it's character devices.
39 * The pointer to the name of the character device.
H A Dhmcdrv_dev.c7 * This file provides a Linux "misc" character device for access to an
47 struct cdev dev; /* character device structure */
306 /* At this point the character device exists in the kernel (see hmcdrv_dev_init()
H A Dtape_char.c2 * character device frontend for tape device driver
32 * file operation structure for tape character frontend
478 * Initialize character device frontend.
H A Dtty3270.c43 unsigned char character; member in struct:tty3270_cell
71 unsigned char wcc; /* Write control character. */
1037 * Insert character into the screen at the current position with the
1049 cell->character = tp->view.ascebc[' ']; tty3270_put_character()
1057 cell->character = tp->view.ascebc[(unsigned int) ch]; tty3270_put_character()
1139 *cp++ = cell->character; tty3270_convert_line()
1222 line->cells[line->len].character = tp->view.ascebc[' ']; tty3270_insert_characters()
1236 line->cells[tp->cx + n].character = tp->view.ascebc[' ']; tty3270_insert_characters()
1275 cell->character = ' '; tty3270_erase_characters()
1302 cell->character = ' '; tty3270_erase_line()
1643 default: /* Insert normal character. */ tty3270_do_write()
1684 * Put single characters to the ttys character buffer
H A Dkeyboard.c178 * We have a combining character DIACR here, followed by the character CH.
216 * Normal character handler.
254 * Put utf8 character to tty flip buffer.
H A Dsclp_rw.c171 * ("processed" means that is not guaranteed that the character have already
269 /* do not remove last character */ sclp_write()
283 default: /* no escape character */ sclp_write()
H A Dvmcp.c8 * this driver implements a character device that issues these commands and
/linux-4.4.14/fs/hfs/
H A Dtrans.c8 * character set and various other encodings. This includes dealing
23 * the Macintosh character set produce the corresponding filename using
29 * The character '/', which is illegal in Linux filenames is replaced
89 * generate the corresponding filename in the Macintosh character set
H A Dstring.c9 * Macintosh character set.
70 * Compare two strings in the HFS filename character ordering
92 * Test for equality of two strings in the HFS filename character ordering.
H A Dsuper.c313 pr_err("type requires a 4 character value\n"); parse_options()
319 pr_err("creator requires a 4 character value\n"); parse_options()
/linux-4.4.14/include/net/irda/
H A Dcrc.h23 /* Recompute the FCS with one more character appended. */
/linux-4.4.14/arch/mips/fw/arc/
H A Darc_con.c19 /* Do each character */ prom_console_write()
/linux-4.4.14/arch/mips/paravirt/
H A Dserial.c14 * Emit one character to the boot console.
/linux-4.4.14/arch/blackfin/lib/
H A Dmemchr.S14 * Returns pointer to located character.
/linux-4.4.14/tools/perf/util/
H A Dstring.c166 if (*pat++ == c) /* First character is special */ __match_charclass()
210 if (*pat == '?') { /* Matches any single character */ __match_glob()
244 * ('*','?') and character classes ([CHARS], complementation and ranges are
245 * also supported). Also, this supports escape character ('\') to use special
246 * characters as normal character.
287 * strxfrchar - Locate and replace character in @s
289 * @from: Source character to be replaced.
290 * @to: Destination character.
308 * Return pointer to the first non-whitespace character in @s.
/linux-4.4.14/arch/um/drivers/
H A Dslip_common.h52 * Send an initial END character to flush out any slip_esc()
61 * character sequence, according to the SLIP protocol. slip_esc()
/linux-4.4.14/security/tomoyo/
H A Dutil.c194 * The @src is updated to point the first character after the value
332 * tomoyo_alphabet_char - Check whether the character is an alphabet.
334 * @c: The character to check.
336 * Returns true if @c is an alphabet character, false otherwise.
346 * @c1: The first character.
347 * @c2: The second character.
348 * @c3: The third character.
358 * tomoyo_valid - Check whether the character is a valid char.
360 * @c: The character to check.
362 * Returns true if @c is a valid character, false otherwise.
370 * tomoyo_invalid - Check whether the character is an invalid char.
372 * @c: The character to check.
374 * Returns true if @c is an invalid character, false otherwise.
389 * The @src is updated to point the first character after the @find
673 * tomoyo_file_matches_pattern2 - Pattern matching without '/' character and "\-" pattern.
791 * tomoyo_file_matches_pattern - Pattern matching without '/' character.
868 * The "\{" pattern is permitted only after '/' character. tomoyo_path_matches_pattern2()
870 * Also, the "\}" pattern is permitted only before '/' character tomoyo_path_matches_pattern2()
907 * \? 1 byte character other than '/'.
913 * \a 1 alphabet character.
/linux-4.4.14/arch/tile/include/uapi/arch/
H A Dsim_def.h85 * If written to SPR_SIM_CONTROL, combined with a character (shifted by 8),
87 * each character in the string, plus a final NUL. Instead of NUL,
123 * If written to SPR_SIM_CONTROL, combined with a character (shifted by 8),
125 * each character in the executable name, plus a final NUL.
130 * If written to SPR_SIM_CONTROL, combined with a character (shifted by 8),
132 * for each character in "ADDR:PATH", plus a final NUL, where "ADDR" is a
138 * If written to SPR_SIM_CONTROL, combined with a character (shifted by 8),
139 * indicates that a dll was loaded. Written to once for each character
146 * If written to SPR_SIM_CONTROL, combined with a character (shifted by 8),
147 * indicates that a dll was unloaded. Written to once for each character
175 * If written to SPR_SIM_CONTROL, combined with character (shifted by 8),
177 * character in the command, plus a final NUL.
/linux-4.4.14/fs/jfs/
H A Djfs_unicode.c29 * FUNCTION: Convert little-endian unicode string to character string
60 "non-latin1 character 0x%x found in JFS file name\n", jfs_strfromUCS_le()
79 * FUNCTION: Convert character string to unicode string
H A Djfs_unicode.h119 * UniToupper: Convert a unicode character to upper case
/linux-4.4.14/arch/mn10300/kernel/
H A Dgdb-io-serial.c97 * wait for a character to come from the debugger
148 * send a character to the debugger
167 * send a character to the debugger
H A Dgdb-io-ttysm.c179 * wait for a character to come from the debugger
280 * send a character to the debugger
/linux-4.4.14/drivers/usb/serial/
H A Dio_ti.h30 /* Bits per character */
160 __u8 bDataBits; /* 5..8 - data bits per character */
163 char cXon; /* XON character */
164 char cXoff; /* XOFF character */
H A Dkeyspan_usa90msg.h76 xonChar, // specified in current character format
77 xoffChar, // specified in current character format
80 txChar, // character to send
167 charAck, // character acknowledgement
H A Dftdi_sio.h34 #define FTDI_SIO_SET_EVENT_CHAR 6 /* Set the event character */
35 #define FTDI_SIO_SET_ERROR_CHAR 7 /* Set the error character */
295 * XOFF character and the lValue field contains the XON character.
350 * Set the special event character for the specified communications port.
351 * If the device sees this character it will immediately return the
381 * Set the parity error replacement character for the specified communications
H A Dkeyspan_usa26msg.h87 128 characters, starting at the first character of the
88 message in which OVERRUN was reported; the lost character(s)
140 xonChar, // BOTH: specified in current character format
141 xoffChar, // BOTH: specified in current character format
H A Dkeyspan_usa49msg.h87 128 characters, starting at the first character of the
88 message in which OVERRUN was reported; the lost character(s)
153 xonChar, // specified in current character format
154 xoffChar, // specified in current character format
H A Dkeyspan_usa67msg.h91 128 characters, starting at the first character of the
92 message in which OVERRUN was reported; the lost character(s)
140 xonChar, // specified in current character format
141 xoffChar, // specified in current character format
H A Dempeg.c120 |= CS8; /* character size 8 bits */ empeg_init_termios()
H A Dio_ionsp.h288 // Sets the character which Edgeport transmits/interprets as XON.
301 // Sets the character which Edgeport transmits/interprets as XOFF.
377 // character was NOT present in the
403 // P2 is errored character read from
H A Dkeyspan_usa28msg.h125 xonChar, // specified in current character format
126 xoffChar; // specified in current character format
/linux-4.4.14/drivers/media/radio/
H A DMakefile2 # Makefile for the kernel character device drivers.
/linux-4.4.14/arch/sparc/prom/
H A Dconsole_32.c18 /* Non blocking put character to console device, returns -1 if
/linux-4.4.14/arch/x86/boot/
H A Dmkcpustr.c37 character */ main()
/linux-4.4.14/drivers/char/
H A DMakefile2 # Makefile for the kernel character device drivers.
H A Draw.c4 * Front-end raw character devices. These can be bound to any block
5 * devices to provide genuine Unix raw character device semantics.
98 * When the final fd which refers to this character-special node is closed, we
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h40 /* send the character out. */ putc()
H A Dbitfield.h35 * field's mask is cumbersome and might break the assembler (255-character
/linux-4.4.14/arch/arm/mach-w90x900/include/mach/
H A Duncompress.h32 /* Check THRE and TEMT bits before we transmit the character. putc()
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
H A Duncompress.h26 /* Check THRE and TEMT bits before we transmit the character. putc()
/linux-4.4.14/tools/power/acpi/common/
H A Dgetopt.c78 * two-character options after the original call to acpi_getopt.
79 * Note: Either the argument starts at the next character after
114 * RETURN: Option character or ACPI_OPT_END
213 ("Option requires a single-character suboption: -", acpi_getopt()
/linux-4.4.14/arch/powerpc/boot/
H A Dredboot.h47 void (*bi_cputc)(char); /* Write a character to the RedBoot console */
48 char (*bi_cgetc)(void); /* Read a character from the RedBoot console */
/linux-4.4.14/scripts/dtc/
H A Dutil.c104 * Parse a octal encoded character starting at index i in string s. The
105 * resulting character will be returned and the index i will be updated to
106 * point at the character directly after the end of the encoding, this may be
127 * Parse a hexadecimal encoded character starting at index i in string s. The
128 * resulting character will be returned and the index i will be updated to
129 * point at the character directly after the end of the encoding, this may be
H A Dutil.h76 * Parse an escaped character starting at index i in string s. The resulting
77 * character will be returned and the index i will be updated to point at the
78 * character directly after the end of the encoding, this may be the '\0'
141 * The string consists of an optional character followed by the type:
147 * Type character:
/linux-4.4.14/arch/powerpc/include/asm/
H A Dcpm1.h320 ushort sen_pads; /* Tx short frame pad character */
404 ushort scc_uaddr1; /* UART address character 1 */
405 ushort scc_uaddr2; /* UART address character 2 */
408 ushort scc_char1; /* control character 1 */
409 ushort scc_char2; /* control character 2 */
410 ushort scc_char3; /* control character 3 */
411 ushort scc_char4; /* control character 4 */
412 ushort scc_char5; /* control character 5 */
413 ushort scc_char6; /* control character 6 */
414 ushort scc_char7; /* control character 7 */
415 ushort scc_char8; /* control character 8 */
416 ushort scc_rccm; /* receive control character mask */
417 ushort scc_rccr; /* receive control character register */
418 ushort scc_rlbc; /* receive last break character */
H A Dhvconsole.h27 * PSeries firmware will only send/recv up to 16 bytes of character data per
H A Dcpm2.h342 ushort sen_pads; /* Tx short frame pad character */
428 ushort scc_uaddr1; /* UART address character 1 */
429 ushort scc_uaddr2; /* UART address character 2 */
432 ushort scc_char1; /* control character 1 */
433 ushort scc_char2; /* control character 2 */
434 ushort scc_char3; /* control character 3 */
435 ushort scc_char4; /* control character 4 */
436 ushort scc_char5; /* control character 5 */
437 ushort scc_char6; /* control character 6 */
438 ushort scc_char7; /* control character 7 */
439 ushort scc_char8; /* control character 8 */
440 ushort scc_rccm; /* receive control character mask */
441 ushort scc_rccr; /* receive control character register */
442 ushort scc_rlbc; /* receive last break character */
H A Ducc_slow.h67 #define R_FR 0x00100000 /* Framing Error (no stop bit) character
69 #define R_PR 0x00080000 /* Parity Error character received */
/linux-4.4.14/fs/cifs/
H A Dcifs_unicode.h5 * Convert a unicode character to upper or lower case using
74 * NO_MAP_UNI_RSVD = do not perform any remapping of the character
143 * UniStrchr: Find a character in a string
146 * Address of first occurrence of character in string
147 * or NULL if the character is not in the string
335 * UniToupper: Convert a unicode character to upper case
377 * UniTolower: Convert a unicode character to lower case
H A Dcifs_unicode.c44 /* Convert character using the SFU - "Services for Unix" remapping range */
78 /* Convert character using the SFM - "Services for Mac" remapping range */
113 * @target - where converted character should be copied
114 * @src_char - 2 byte host-endian source character
115 * @cp - codepage to which character should be converted
118 * This function handles the conversion of a single character. It is the
137 /* if character not one of seven in special remap set */ cifs_mapchar()
214 * check to see if converting this character might make the cifs_from_utf16()
227 /* charlen (=bytes of UTF-8 for 1 character) cifs_from_utf16()
249 * FUNCTION: Convert character string to unicode string
539 * character may take more than one byte in the source string, cifsConvertToUTF16()
/linux-4.4.14/fs/udf/
H A Dunicode.c198 /* Complete a multi-byte UTF-8 character */ udf_UTF8toCS0()
204 /* Check for a multi-byte UTF-8 character */ udf_UTF8toCS0()
206 /* Start a multi-byte UTF-8 character */ udf_UTF8toCS0()
227 /* Single byte UTF-8 character (most common) */ udf_UTF8toCS0()
251 printk(KERN_DEBUG pr_fmt("bad UTF-8 character\n")); udf_UTF8toCS0()
291 /* Valid character? */ udf_CS0toNLS()
324 /* Invalid character, deal with it */ udf_NLStoCS0()
/linux-4.4.14/fs/hfsplus/
H A Doptions.c62 /* convert a "four byte character" to a 32 bit int with error checks */ match_fourchar()
116 pr_err("creator requires a 4 character value\n"); hfsplus_parse_options()
122 pr_err("type requires a 4 character value\n"); hfsplus_parse_options()
H A Dunicode.c252 * Convert one or more ASCII characters into a single unicode character.
274 /* Decomposes a single unicode character. */ decompose_unichar()
/linux-4.4.14/arch/mips/kernel/
H A Dcps-vec-ns16550.S22 * _mips_cps_putc() - write a character to the UART
23 * @a0: ASCII character to write
59 * Write a single hexadecimal character to the UART.
H A Dvpe-cmp.c109 pr_warn("VPE loader: unable to register character device\n"); vpe_module_init()
/linux-4.4.14/arch/frv/kernel/
H A Dgdb-io.c137 * wait for a character to come from the debugger
186 * send a character to the debugger
208 * send a character to the debugger
/linux-4.4.14/drivers/tty/serial/
H A Dip22zilog.h110 #define MONSYNC 0 /* 8 Bit Sync character */
111 #define BISYNC 0x10 /* 16 bit sync character */
128 #define Tx5 0x0 /* Tx 5 bits (or less)/character */
129 #define Tx7 0x20 /* Tx 7 bits/character */
130 #define Tx6 0x40 /* Tx 6 bits/character */
131 #define Tx8 0x60 /* Tx 8 bits/character */
H A Dsunzilog.h102 #define MONSYNC 0 /* 8 Bit Sync character */
103 #define BISYNC 0x10 /* 16 bit sync character */
120 #define Tx5 0x0 /* Tx 5 bits (or less)/character */
121 #define Tx7 0x20 /* Tx 7 bits/character */
122 #define Tx6 0x40 /* Tx 6 bits/character */
123 #define Tx8 0x60 /* Tx 8 bits/character */
H A Dzs.h129 #define MONSYNC 0 /* 8 Bit Sync character */
130 #define BISYNC 0x10 /* 16 bit sync character */
146 #define Tx5 0x0 /* Tx 5 bits (or less)/character */
147 #define Tx7 0x20 /* Tx 7 bits/character */
148 #define Tx6 0x40 /* Tx 6 bits/character */
149 #define Tx8 0x60 /* Tx 8 bits/character */
H A Dpmac_zilog.h200 #define MONSYNC 0 /* 8 Bit Sync character */
201 #define BISYNC 0x10 /* 16 bit sync character */
218 #define Tx5 0x0 /* Tx 5 bits (or less)/character */
219 #define Tx7 0x20 /* Tx 7 bits/character */
220 #define Tx6 0x40 /* Tx 6 bits/character */
221 #define Tx8 0x60 /* Tx 8 bits/character */
H A Detraxfs-uart.c181 * Send a single character for XON/XOFF purposes. We do it in this separate
202 * Wait for tr_rdy in case a character is already being output. Make etraxfs_uart_send_xchar()
216 * Ack an interrupt if one was just issued for the previous character etraxfs_uart_send_xchar()
228 * Finally, send the blessed character; nothing should stop it now, etraxfs_uart_send_xchar()
239 * inhibit transmission of the character. etraxfs_uart_send_xchar()
250 * disabled state for the transmitter, after the character we etraxfs_uart_send_xchar()
302 * transmitter to stop of after the current character. We don't need to wait
303 * for any such character to be completely transmitted; we do that where it
428 * current character. The txd setting will take effect after etraxfs_uart_break_ctl()
530 * gracefully by keeping track of the unhandled character. receive_chars_no_dma()
H A Dmax310x.c59 #define MAX310X_XON1_REG (0x14) /* XON1 character */
60 #define MAX310X_XON2_REG (0x15) /* XON2 character */
61 #define MAX310X_XOFF1_REG (0x16) /* XOFF1 character */
62 #define MAX310X_XOFF2_REG (0x17) /* XOFF2 character */
99 /* Special character register bits */
100 #define MAX310X_SPCHR_XON1_BIT (1 << 0) /* XON1 character */
101 #define MAX310X_SPCHR_XON2_BIT (1 << 1) /* XON2 character */
102 #define MAX310X_SPCHR_XOFF1_BIT (1 << 2) /* XOFF1 character */
103 #define MAX310X_SPCHR_XOFF2_BIT (1 << 3) /* XOFF2 character */
185 * special character */
H A D21285.c222 * We don't support BREAK character recognition. serial21285_set_termios()
268 * Which character status flags are we interested in? serial21285_set_termios()
275 * Which character status flags should we ignore? serial21285_set_termios()
H A Dcrisv10.h89 int x_char; /* xon/xoff character */
H A Ducc_uart.c77 /* The maximum size of the character buffer for a single RX BD. */
80 /* The maximum size of the character buffer for a single TX BD. */
101 __be16 uaddr[2]; /* UART address character 1 & 2 */
105 __be16 rccm; /* receive control character mask */
106 __be16 rccr; /* receive control character register */
107 __be16 rlbc; /* receive last break character */
213 * Given the virtual address for a character buffer, this function returns
231 * Given the physical (DMA) address for a character buffer, this function
455 /* ISR helper function for receiving character.
553 /* Overrun does not affect the current character ! */ qe_uart_int_rx()
/linux-4.4.14/drivers/net/hamradio/
H A Dz8530.h76 #define MONSYNC 0 /* 8 Bit Sync character */
77 #define BISYNC 0x10 /* 16 bit sync character */
93 #define Tx5 0x0 /* Tx 5 bits (or less)/character */
94 #define Tx7 0x20 /* Tx 7 bits/character */
95 #define Tx6 0x40 /* Tx 6 bits/character */
96 #define Tx8 0x60 /* Tx 8 bits/character */
/linux-4.4.14/arch/m68k/include/asm/
H A Doplib.h138 /* Non-blocking get character from console. */
141 /* Non-blocking put character to console. */
142 extern int prom_nbputchar(char character);
144 /* Blocking get character from console. */
147 /* Blocking put character to console. */
148 extern void prom_putchar(char character);
H A Dcommproc.h385 ushort sen_pads; /* Tx short frame pad character */
555 ushort scc_uaddr1; /* UART address character 1 */
556 ushort scc_uaddr2; /* UART address character 2 */
559 ushort scc_char1; /* control character 1 */
560 ushort scc_char2; /* control character 2 */
561 ushort scc_char3; /* control character 3 */
562 ushort scc_char4; /* control character 4 */
563 ushort scc_char5; /* control character 5 */
564 ushort scc_char6; /* control character 6 */
565 ushort scc_char7; /* control character 7 */
566 ushort scc_char8; /* control character 8 */
567 ushort scc_rccm; /* receive control character mask */
568 ushort scc_rccr; /* receive control character register */
569 ushort scc_rlbc; /* receive last break character */
H A Dm68360_pram.h134 #define CC_INVALID 0x8000 /* control character is valid */
136 #define CC_CHAR 0x00ff /* control character */
172 unsigned short brkec; /* Rx break character counter */
175 unsigned short uaddr1; /* address character 1 */
176 unsigned short uaddr2; /* address character 2 */
/linux-4.4.14/drivers/staging/speakup/
H A Di18n.c288 [MSG_FUNCNAME_CHAR_FIRST] = "character, first",
289 [MSG_FUNCNAME_CHAR_LAST] = "character, last",
290 [MSG_FUNCNAME_CHAR_CURRENT] = "character, say current",
291 [MSG_FUNCNAME_CHAR_HEX_AND_DEC] = "character, say hex and decimal",
292 [MSG_FUNCNAME_CHAR_NEXT] = "character, say next",
293 [MSG_FUNCNAME_CHAR_PHONETIC] = "character, say phonetic",
294 [MSG_FUNCNAME_CHAR_PREVIOUS] = "character, say previous",
483 * so that they point to the character following the end of the specifier.
H A Dspeakup_decpc.c49 #define STAT_tr_char 0x0002 /* character data to transmit */
111 #define CMD_char_in 0x7000 /* single character send */
112 #define CMD_char_out 0x8000 /* single character get */
H A Dselection.c40 /* does screen address p correspond to character at LH/RH edge of screen? */ atedge()
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Ddebugport.c157 /* Use polling to get a single character from the kernel debug port */ getDebugChar()
174 /* Use polling to put a single character to the kernel debug port */ putDebugChar()
/linux-4.4.14/security/apparmor/include/
H A Dapparmor.h100 * aa_dfa_null_transition - step to next state after null character
105 * character which is not used in standard matching and is only
/linux-4.4.14/include/media/
H A Dmedia-devnode.h58 * @cdev: struct cdev pointer character device
75 struct cdev cdev; /* character device */
/linux-4.4.14/arch/ia64/sn/kernel/
H A Dklconflib.c23 * MODULE_FORMAT_BRIEF is the brief 6-character format, including
52 /* Be sure we use the same brick type character as displayed format_module_id()
/linux-4.4.14/include/uapi/mtd/
H A Dubi-user.h45 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
52 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character
59 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character
67 * of the UBI character device should be used. A &struct ubi_rnvol_req object
74 * corresponding UBI volume character device. A pointer to a 64-bit update
76 * this number of bytes to the volume character device. The update is finished
89 * corresponding UBI volume character device should be used. This command
97 * ioctl command of the corresponding UBI volume character device. A pointer to
160 /* ioctl commands of UBI character devices */
173 /* ioctl commands of the UBI control character device */
182 /* ioctl commands of UBI volume character devices */
/linux-4.4.14/drivers/tty/
H A Dn_tty.c70 * are not part of such special blocks are treated as normal character
295 * put_tty_queue - add character to tty
296 * @c: character
299 * Add a character to the tty read_buf queue.
398 * Returns true if the utf8 character 'c' is a multibyte continuation
399 * character. We use this to correctly compute the on screen size
400 * of the character when printing
412 * Returns true if the utf8 character 'c' is a multibyte continuation
413 * character and the terminal is in unicode mode.
422 * do_output_char - output one character
423 * @c: character (or partial unicode symbol)
427 * This is a helper function that handles one output character
506 * @c: character (or partial unicode symbol)
509 * Output one character with OPOST processing.
510 * Returns -1 when the output device is full and the character
538 * @buf: character buffer
657 * op code or a control character value. __process_echoes()
836 * Add a character or operation byte to the echo buffer.
873 * @num_chars: number of character columns already used
879 * Called by the eraser function, which knows how many character
903 * echo_char_raw - echo a character raw
924 * echo_char - echo a character
964 * @c: character input
967 * Perform erase and necessary output when an erase character is
1012 /* erase a single possibly multibyte character */ eraser()
1037 /* if cnt > 1, output a multi-byte character */ eraser()
1212 * @c: character
1254 * @c: character
1256 * Process an individual character of input received from the driver.
2018 * character into the user-space buffer.
H A Dtty_buffer.c143 * We round our buffers off in 256 character chunks to get better
298 * @flag: flag value for each character
336 * Queue a series of bytes to the tty buffering. For each character
337 * the flags array indicates the status of the character. Returns the
388 * @chars: return pointer for character write area
/linux-4.4.14/drivers/tty/hvc/
H A Dhvc_dcc.c55 /* Write a test character to check if it is handled */ hvc_dcc_check()
/linux-4.4.14/drivers/char/tpm/
H A Dtpm-chip.c63 * @dev: the character device for the TPM chip
65 * This is used as the release function for the character device.
207 * tpm_chip_register() - create a character device for the TPM chip
210 * Creates a character device for the TPM chip and adds sysfs attributes for
/linux-4.4.14/arch/alpha/include/asm/
H A Dvga.h43 /* ??? These are currently only used for downloading character sets. As
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dtermios.h52 * backwardly compatible. Notice that character 4 and 5 are
/linux-4.4.14/include/uapi/linux/hsi/
H A Dhsi_char.h2 * Part of the HSI character device driver.
/linux-4.4.14/arch/s390/lib/
H A Dstring.c222 * strrchr - Find the last occurrence of a character in a string
224 * @c: The character to search for
274 * memchr - Find a character in an area of memory.
324 * memscan - Find a character in an area of memory.
/linux-4.4.14/arch/mips/lib/
H A Dstrnlen_user.S20 * Return the size of a string including the ending NUL character up to a
/linux-4.4.14/drivers/net/wan/
H A Dz85230.h97 #define MONSYNC 0 /* 8 Bit Sync character */
98 #define BISYNC 0x10 /* 16 bit sync character */
114 #define Tx5 0x0 /* Tx 5 bits (or less)/character */
115 #define Tx7 0x20 /* Tx 7 bits/character */
116 #define Tx6 0x40 /* Tx 6 bits/character */
117 #define Tx8 0x60 /* Tx 8 bits/character */
365 unsigned char tx_active; /* character is being xmitted */
/linux-4.4.14/drivers/mtd/ubi/
H A Dbuild.c64 * @name: MTD character device node path, MTD device name, or MTD device number
90 /* UBI control character device */
291 * ubi_get_by_major - get UBI device by character device major number.
319 * ubi_major2num - get UBI device number by character device major number.
493 * Major numbers for the UBI character devices are allocated uif_init()
494 * dynamically. Major numbers of volume character devices are uif_init()
495 * equivalent to ones of the corresponding UBI character device. Minor uif_init()
496 * numbers of UBI character devices are 0, while minor numbers of uif_init()
497 * volume character devices start from 1. Thus, we allocate one major uif_init()
502 ubi_err(ubi, "cannot register UBI character devices"); uif_init()
513 ubi_err(ubi, "cannot add character device"); uif_init()
1136 * open_mtd_by_chdev - open an MTD device by its character device node path.
1137 * @mtd_dev: MTD character device node path
1139 * This helper function opens an MTD device by its character node device path.
1148 /* Probably this is an MTD character device node path */ open_mtd_by_chdev()
1172 * open_mtd_device - open MTD device by name, character device path, or number.
1173 * @mtd_dev: name, character device node path, or MTD device device number
1178 * as MTD character device node path. Returns MTD device description object in
1195 /* Probably this is an MTD character device node path */ open_mtd_device()
1464 "MTD devices may be specified by their number, name, or path to the MTD character device node.\n"
H A Dcdev.c22 * This file includes implementation of UBI character device operations.
24 * There are two kinds of character devices in UBI: UBI character devices and
25 * UBI volume character devices. UBI character devices allow users to
26 * manipulate whole volumes: create, remove, and re-size them. Volume character
30 * character devices.
32 * Well, there is the third kind of character devices - the UBI control
33 * character device, which allows to manipulate by UBI devices - create and
1083 /* UBI volume character device operations */
1096 /* UBI character device operations */
1104 /* UBI control character device operations */
H A Dvmt.c268 /* Register character device for the volume */ ubi_create_volume()
274 ubi_err(ubi, "cannot add character device"); ubi_create_volume()
594 /* Register character device for the volume */ ubi_add_volume()
600 ubi_err(ubi, "cannot add character device for volume %d, error %d", ubi_add_volume()
/linux-4.4.14/security/apparmor/
H A Dmatch.c312 /* current state is <state>, matching character *str */ aa_dfa_match_len()
362 /* current state is <state>, matching character *str */ aa_dfa_match()
389 * aa_dfa_next - step one character to the next state in the dfa
392 * @c: the input character to transition on
394 * aa_dfa_match will step through the dfa by one input character @c
407 /* current state is <state>, matching character *str */ aa_dfa_next()
/linux-4.4.14/fs/ntfs/
H A Dunistr.c83 * @err_val: if @name1 contains an invalid character return this value
93 * @err_val if an invalid character is found in @name1 during the comparison.
179 * Each character is uppercased using the @upcase table before the comparison.
251 * character. *@outs is set to the allocated output string buffer.
298 ntfs_error(vol->sb, "Name using character set %s contains " ntfs_nlstoucs()
388 "converted to character set %s. You might want to " ntfs_ucstonls()
H A Dtypes.h35 /* 2-byte Unicode character type. */
/linux-4.4.14/include/acpi/
H A Dacexcep.h273 "An invalid character was found in a name"),
275 "An invalid character was found in a pathname"),
278 EXCEP_TXT("AE_BAD_HEX_CONSTANT", "Invalid character in a Hex constant"),
280 "Invalid character in an Octal constant"),
282 "Invalid character in a Decimal constant"),
323 "An ACPI name contains invalid character(s)"),
/linux-4.4.14/drivers/media/radio/si4713/
H A Dsi4713.h171 * PSNAME is known to be defined as 8 character sized (RDS Spec).
178 * character sized (RDS Spec).
/linux-4.4.14/arch/arm/boot/compressed/
H A Dll_char_wr.S41 * calculate offset into character table
59 add r0, r0, r5, lsl #3 @ Move to bottom of character
/linux-4.4.14/arch/x86/include/asm/
H A Ddwarf2.h61 * comment character # to ignore the arguments. Instead, use a dummy macro.
/linux-4.4.14/kernel/debug/
H A Ddebug_core.h56 /* polled character access to i/o module */
/linux-4.4.14/drivers/tty/vt/
H A Dselection.c116 /* does screen address p correspond to character at LH/RH edge of screen? */ atedge()
218 case TIOCL_SELCHAR: /* character-by-character selection */ set_selection()
/linux-4.4.14/drivers/platform/chrome/
H A Dcros_ec_dev.c239 * Add the character device ec_device_probe()
246 dev_err(dev, ": failed to add character device\n"); ec_device_probe()
252 * Link to the character device for creating the /dev entry ec_device_probe()
/linux-4.4.14/drivers/watchdog/
H A Dacquirewdt.c124 /* See if we got the magic character 'V' and reload the timer */ acq_write()
128 /* note: just in case someone wrote the magic character acq_write()
132 magic character */ acq_write()
H A Dalim1535_wdt.c144 /* See if we got the magic character 'V' and reload the timer */ ali_write()
150 magic character five months ago... */ ali_write()
154 the magic character */ ali_write()
H A Dat32ap700x_wdt.c270 /* See if we got the magic character 'V' and reload the timer */ at32_wdt_write()
277 * character five months ago... at32_wdt_write()
283 * character at32_wdt_write()
H A Di6300esb.c227 /* See if we got the magic character 'V' and reload the timer */ esb_write()
232 /* note: just in case someone wrote the magic character esb_write()
237 * magic character */ esb_write()
H A Dnv_tco.c184 /* See if we got the magic character 'V' and reload the timer */ nv_tco_write()
190 * note: just in case someone wrote the magic character nv_tco_write()
197 * character nv_tco_write()
H A Dsbc60xxwdt.c173 /* See if we got the magic character 'V' and reload the timer */ fop_write()
179 magic character five months ago... */ fop_write()
183 magic character */ fop_write()
H A Dw83877f_wdt.c193 /* See if we got the magic character 'V' and reload the timer */ fop_write()
199 character five months ago... */ fop_write()
203 magic character */ fop_write()
H A Dw83977f_wdt.c335 /* See if we got the magic character 'V' and reload the timer */ wdt_write()
341 magic character long ago */ wdt_write()
345 magic character */ wdt_write()
H A Dwafer5823wdt.c101 /* See if we got the magic character 'V' and reload the timer */ wafwdt_write()
110 character */ wafwdt_write()
H A Dxen_wdt.c151 /* See if we got the magic character 'V' and reload the timer */ xen_wdt_write()
160 character */ xen_wdt_write()
H A Dsp5100_tco.c201 /* See if we got the magic character 'V' and reload the timer */ sp5100_tco_write()
206 /* note: just in case someone wrote the magic character sp5100_tco_write()
210 /* scan to see whether or not we got the magic character sp5100_tco_write()
H A Dwatchdog_dev.c303 * Note: just in case someone wrote the magic character watchdog_write()
308 /* scan to see whether or not we got the magic character */ watchdog_write()
471 * We only stop the watchdog if we received the magic character watchdog_release()
H A Dscx200_wdt.c137 /* check for a magic close character */ scx200_wdt_write()
H A Dalim7101_wdt.c186 /* See if we got the magic character 'V' and reload the timer */ fop_write()
191 /* note: just in case someone wrote the magic character fop_write()
/linux-4.4.14/tools/power/cpupower/utils/helpers/
H A Dbitmask.c87 * character in the sscanf input string was not a decimal number.
91 * character following the number. The parameter 'ok_next_chars'
95 * matching the %u were all of the input or if the next character in
/linux-4.4.14/drivers/video/fbdev/
H A Dsticore.h261 s16 index; /* index into font table of character */
262 u8 fg_color; /* foreground color of character */
263 u8 bg_color; /* background color of character */
264 s16 dest_x; /* X location of character upper left */
265 s16 dest_y; /* Y location of character upper left */
/linux-4.4.14/fs/fuse/
H A Dcuse.c9 * CUSE enables character devices to be implemented from userland much
12 * userland CUSE server can create a character device. After that the
19 * cdev : the implemented character device
25 * channel determines when the character device dies. When channel is
59 struct cdev *cdev; /* associated character device */
84 * These are file operations for the character device.
303 * This function creates the character device and sets up all the
/linux-4.4.14/drivers/staging/dgap/
H A Ddgap.h278 #define SVNEXT 0xf6 /* Set VNEXT character */
999 u16 ch_cook; /* Output character mask */
1002 u8 ch_stopc; /* Stop character */
1003 u8 ch_startc; /* Start character */
1009 u8 ch_fepstopc; /* FEP stop character */
1010 u8 ch_fepstartc; /* FEP start character */
1012 u8 ch_astopc; /* Auxiliary Stop character */
1013 u8 ch_astartc; /* Auxiliary Start character */
1132 unsigned char startc; /* W Xon character */
1133 unsigned char stopc; /* W Xoff character */
1134 unsigned char vnextc; /* W Vnext character */
1137 unsigned char fillc; /* U Delay Fill character */
1138 unsigned char ochar; /* U Saved output character */
1139 unsigned char omask; /* U Output character mask */
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_io.c179 * buffer - Address of character buffer to receive input characters.
180 * bufsize - size, in bytes, of the character buffer
183 * character string. This string will be terminated by a
184 * newline character.
195 * (left arrow) or it could be a character in its own right. The standard
834 * replaced_byte contains the character that was overwritten with vkdb_printf()
/linux-4.4.14/arch/arm/mach-iop13xx/
H A Dsetup.c527 " at character: \'%c\'", *str); iop13xx_init_uart_setup()
556 " at character: \'%c\'", *str); iop13xx_init_i2c_setup()
585 " at character: \'%c\'", *str); iop13xx_init_adma_setup()
/linux-4.4.14/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_cpm1.c71 * receive buffer descriptors from dual port ram, and a character
H A Dcpm_uart_cpm2.c106 * receive buffer descriptors from dual port ram, and a character
/linux-4.4.14/drivers/usb/class/
H A Dcdc-acm.h57 * and proceed to issue several 1-character writes, assuming they will fit.
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_platform.c38 * then register the character device and inter module information.
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dmodule.h20 * 15-8 Brick type (8-bit ascii character)
H A Dsn_sal.h233 * Returns the next console character.
246 /* character is in 'v0' */ ia64_sn_console_getc()
253 * Read a character from the SAL console device, after a previous interrupt
254 * or poll operation has given us to know that a character is available
268 /* character is in 'v0' */ ia64_sn_console_readc()
273 * Sends the given character to the console.
440 * Sends a character buffer to the console asynchronously.
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dbitfield.h35 * field's mask is cumbersome and might break the assembler (255-character
/linux-4.4.14/arch/arm/mach-imx/
H A Danatop.c149 * as 'D' in Part Number last character. imx_init_revision_from_anatop()
/linux-4.4.14/net/irda/
H A Dwrapper.c126 /* Start of packet character BOF */ async_wrap_skb()
276 * Handle Beginning Of Frame character received within a frame
316 * Handle End Of Frame character received within a frame
374 * Handle Character Escape character received within a frame
/linux-4.4.14/tools/build/
H A Dfixdep.c105 * "whitespace" character that follows this token. parse_dep_file()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dserial-regs.h51 #define SC01CTR_CLN 0x0080 /* character length */
136 #define SC2CTR_CLN 0x0080 /* character length */
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_irc.c82 /* Make sure we have a newline character within the packet boundaries parse_dcc()
83 * because simple_strtoul parses until the first invalid character. */ parse_dcc()
H A Dnf_conntrack_ftp.c136 /* Unexpected character; true if it's the try_number()
230 /* First character is delimiter, then "1" for IPv4 or "2" for IPv6, try_eprt()
328 to the 'skip' character */ find_pattern()
333 /* Skip over the last character */ find_pattern()
/linux-4.4.14/tools/perf/config/
H A Dutilities.mak1 # This allows us to work with the newline character:
23 # single space each newline character in the output
/linux-4.4.14/lib/fonts/
H A Dfont_mini_4x6.c36 /* Note: binary data consists of one byte for each row of each character top
37 to bottom, character 0 to character 255, six bytes per character. Each
38 byte contains the same four character bits in both nybbles.
/linux-4.4.14/drivers/tty/serial/jsm/
H A Djsm.h218 u8 ch_stopc; /* Stop character */
219 u8 ch_startc; /* Start character */
247 u32 ch_stops_sent; /* How many times I have sent a stop character
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_driver.h340 unsigned char ch_stopc; /* Stop character */
341 unsigned char ch_startc; /* Start character */
385 * character to try to stop the other
/linux-4.4.14/drivers/mtd/maps/
H A Dnetsc520.c46 ** MTD character routines. The second and fourth partitions should
/linux-4.4.14/drivers/nfc/st-nci/
H A Dst-nci.h31 * ref ISO7816-3 chap 8.1. the initial character TS is followed by a
/linux-4.4.14/drivers/pnp/
H A Dsupport.c47 * first character, and there seem to be IDs that depend on that, pnp_eisa_id_to_string()
/linux-4.4.14/drivers/block/aoe/
H A Daoechr.c4 * AoE character device driver
/linux-4.4.14/arch/um/os-Linux/
H A Dmem.c152 * Seek to len - 1 because writing a character there will create_tmp_file()
/linux-4.4.14/arch/x86/platform/geode/
H A Dalix.c140 /* remove the first \0 character from string */ alix_present()
/linux-4.4.14/arch/xtensa/lib/
H A Dmemset.S48 slli a7, a3, 8 # duplicate character in all bytes of word
/linux-4.4.14/drivers/block/paride/
H A Dpg.c5 The pg driver provides a simple character device interface for
27 read and write buffers contain a single character "magic" flag.
28 Currently this flag must be the character "P".
92 name This parameter is a character string that
/linux-4.4.14/lib/xz/
H A Dxz_dec_test.c175 /* Allocate the XZ decoder state and register the character device. */ xz_dec_test_init()
/linux-4.4.14/fs/proc/
H A Dproc_tty.c181 * /proc/tty/driver/serial reveals the exact character counts for proc_tty_init()
/linux-4.4.14/arch/sparc/include/asm/
H A Dtermios.h9 * backwardly compatible. Notice that character 4 and 5 are
/linux-4.4.14/drivers/vme/
H A Dvme_bridge.h99 /* Allow 16 characters for name (including null character) */
/linux-4.4.14/tools/lib/traceevent/
H A Dtrace-seq.c230 /* There's always one character left on the buffer */ trace_seq_terminate()
/linux-4.4.14/drivers/target/
H A Dtarget_core_fabric_lib.c157 * null character terminates the ISCSI NAME field without regard for iscsi_get_pr_transport_id()
192 * ID field byte containing an ASCII null character iscsi_get_pr_transport_id()
/linux-4.4.14/drivers/media/
H A Dmedia-devnode.c29 * character devices using a dynamic major number and proper reference
254 /* Part 2: Initialize and register the character device */ media_devnode_register()
/linux-4.4.14/drivers/misc/
H A Darm-charlcd.c2 * Driver for the on-board character LCD found on some ARM reference boards
317 dev_info(&pdev->dev, "initialized ARM character LCD at %08x\n", charlcd_probe()
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Ddebugport.c331 /* Use polling to get a single character FROM the debug port */
348 /* Use polling to put a single character to the debug port */
/linux-4.4.14/kernel/trace/
H A Dtrace_seq.c226 * trace_seq_putc - trace sequence printing of simple character
228 * @c: simple character to record

Completed in 5008 milliseconds

1234