| /linux/include/linux/ |
| H A D | tty_flip.h | 32 const u8 *chars, u8 flag, in tty_insert_flip_string_fixed_flag() 51 const u8 *chars, in tty_insert_flip_string_flags() 81 const u8 *chars, size_t size) in tty_insert_flip_string()
|
| H A D | lp.h | 37 unsigned long chars; member 49 unsigned int chars; member
|
| /linux/rust/proc-macro2/ |
| H A D | parse.rs | 59 fn chars(&self) -> Chars<'a> { in chars() method 321 let mut chars = input.char_indices(); in ident_not_raw() localVariable 383 let mut chars = input.char_indices(); in cooked_string() localVariable 547 let mut chars = input.char_indices(); in cooked_c_string() localVariable 607 let mut chars = input.char_indices(); in character() localVariable 724 let mut chars = input.chars().peekable(); in float_digits() localVariable 899 let mut chars = input.chars(); in punct_char() localVariable 986 let chars = input.char_indices(); in take_until_newline_or_eof() localVariable
|
| H A D | fallback.rs | 839 let mut chars = string.chars(); in validate_ident() localVariable 1194 let mut chars = string.chars(); in escape_utf8() localVariable
|
| /linux/drivers/tty/ |
| H A D | tty_buffer.c | 300 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars, in __tty_insert_flip_string_flags() 354 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size) in tty_prepare_flip_string() 552 const u8 *chars, size_t size) in tty_insert_flip_string_and_push_buffer()
|
| H A D | mips_ejtag_fdc.c | 861 unsigned int chars; in mips_ejtag_fdc_tty_chars_in_buffer() local
|
| /linux/rust/syn/ |
| H A D | ident.rs | 40 let mut chars = symbol.chars(); in xid_ok() localVariable
|
| H A D | token.rs | 1069 let mut chars = s.chars(); in punct() localVariable
|
| /linux/fs/ |
| H A D | pipe.c | 323 size_t chars = buf->len; in anon_pipe_read() local 438 ssize_t chars; in anon_pipe_write() local
|
| /linux/arch/x86/pci/ |
| H A D | pcbios.c | 85 char chars[16]; member
|
| /linux/drivers/pnp/pnpbios/ |
| H A D | pnpbios.h | 146 char chars[0x21]; /* To calculate the checksum */ member
|
| /linux/drivers/usb/serial/ |
| H A D | generic.c | 253 unsigned int chars; in usb_serial_generic_chars_in_buffer() local
|
| H A D | cypress_m8.c | 961 unsigned int chars; in cypress_chars_in_buffer() local
|
| H A D | mos7720.c | 954 unsigned int chars = 0; in mos7720_chars_in_buffer() local
|
| H A D | digi_acceleport.c | 1048 unsigned int chars; in digi_chars_in_buffer() local
|
| H A D | mos7840.c | 725 unsigned int chars = 0; in mos7840_chars_in_buffer() local
|
| H A D | ti_usb_3410_5052.c | 830 unsigned int chars; in ti_chars_in_buffer() local
|
| H A D | io_ti.c | 2097 unsigned int chars; in edge_chars_in_buffer() local
|
| H A D | cp210x.c | 1141 struct cp210x_special_chars chars; in cp210x_set_flow_control() local
|
| /linux/drivers/usb/host/ |
| H A D | xhci-dbgtty.c | 372 unsigned int chars; in dbc_tty_chars_in_buffer() local
|
| /linux/drivers/staging/greybus/ |
| H A D | uart.c | 463 unsigned int chars; in gb_tty_chars_in_buffer() local
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_serial.c | 846 unsigned int chars; in gs_chars_in_buffer() local
|
| /linux/scripts/mod/ |
| H A D | file2alias.c | 254 size_t chars) in incbcd()
|
| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 1715 const char *chars = inner; in rust_demangle_legacy_demangle() local
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 641 #define EXPECT_STRTOX(cond, func, input, base, expected, chars, expected_errno) \ argument
|