Home
last modified time | relevance | path

Searched full:chars (Results 1 – 25 of 268) sorted by relevance

1234567891011

/linux/Documentation/fb/
H A Dviafb.modes16 # 12 chars 2 lines
18 # 2 chars 10 lines
20 # 6 chars 33 lines
22 # 80 chars 480 lines
24 # 20 chars 45 lines
41 # 8 chars 3 lines
43 # 2 chars 1 lines
45 # 15 chars 16 lines
47 # 80 chars 480 lines
49 # 25 chars 20 lines
[all …]
/linux/include/linux/
H A Dtty_flip.h13 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars,
16 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size);
22 * @chars: characters
32 const u8 *chars, u8 flag, in tty_insert_flip_string_fixed_flag() argument
35 return __tty_insert_flip_string_flags(port, chars, &flag, false, size); in tty_insert_flip_string_fixed_flag()
41 * @chars: characters
51 const u8 *chars, in tty_insert_flip_string_flags() argument
54 return __tty_insert_flip_string_flags(port, chars, flags, true, size); in tty_insert_flip_string_flags()
81 const u8 *chars, size_t size) in tty_insert_flip_string() argument
83 return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size); in tty_insert_flip_string()
H A Dlp.h23 #define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */
37 unsigned long chars; member
49 unsigned int chars; member
H A Dserial_core.h846 * uart_xmit_advance - Advance xmit buffer and account Tx'ed chars in uart_xmit_advance()
848 * @chars: number of characters sent
851 * @chars transmitted and handles accounting of transmitted bytes (into in uart_fifo_out()
854 static inline void uart_xmit_advance(struct uart_port *up, unsigned int chars) in uart_fifo_out()
858 kfifo_skip_count(&tport->xmit_fifo, chars); in uart_fifo_out()
859 up->icount.tx += chars;
863 unsigned char *buf, unsigned int chars) in uart_fifo_get()
867 chars = kfifo_out(&tport->xmit_fifo, buf, chars); in uart_fifo_get()
868 up->icount.tx += chars; in uart_fifo_get()
841 uart_xmit_advance(struct uart_port * up,unsigned int chars) uart_xmit_advance() argument
850 uart_fifo_out(struct uart_port * up,unsigned char * buf,unsigned int chars) uart_fifo_out() argument
864 unsigned int chars; uart_fifo_get() local
[all...]
/linux/Documentation/devicetree/bindings/auxdisplay/
H A Dhit,hd44780.yaml54 display-height-chars:
60 display-width-chars:
69 display-width-chars for displays with more than 2 lines).
79 - display-height-chars
80 - display-width-chars
97 display-height-chars = <2>;
98 display-width-chars = <16>;
117 display-height-chars = <2>;
118 display-width-chars = <16>;
H A Dmodtronix,lcd2s.yaml26 display-height-chars:
32 display-width-chars:
41 - display-height-chars
42 - display-width-chars
55 display-height-chars = <4>;
56 display-width-chars = <20>;
/linux/include/uapi/linux/
H A Dlimits.h12 #define NAME_MAX 255 /* # chars in a file name */
13 #define PATH_MAX 4096 /* # chars in a path name including nul */
15 #define XATTR_NAME_MAX 255 /* # chars in an extended attribute name */
H A Dacct.h58 comp_t ac_io; /* Chars Transferred */
95 comp_t ac_io; /* Chars Transferred */
H A Dppp-ioctl.h39 #define SC_LOG_RAWIN 0x00080000 /* log all chars received */
40 #define SC_LOG_FLUSH 0x00100000 /* log all chars flushed */
/linux/drivers/tty/
H A Dtty_buffer.c300 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars, in __tty_insert_flip_string_flags() argument
315 memcpy(char_buf_ptr(tb, tb->used), chars, space); in __tty_insert_flip_string_flags()
329 chars += space; in __tty_insert_flip_string_flags()
343 * @chars: return pointer for character write area
351 * Returns: the length available and buffer pointer (@chars) to the space which
354 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size) in tty_prepare_flip_string() argument
361 *chars = char_buf_ptr(tb, tb->used); in tty_prepare_flip_string()
541 * @chars: characters
552 const u8 *chars, size_t size) in tty_insert_flip_string_and_push_buffer() argument
558 size = tty_insert_flip_string(port, chars, size); in tty_insert_flip_string_and_push_buffer()
H A Dtty.h35 * signal chars. The stable lock order is slave pty, then
123 const u8 *chars, size_t cnt);
/linux/fs/
H A Dpipe.c323 size_t chars = buf->len; in anon_pipe_read() local
327 if (chars > total_len) { in anon_pipe_read()
333 chars = total_len; in anon_pipe_read()
343 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in anon_pipe_read()
344 if (unlikely(written < chars)) { in anon_pipe_read()
349 ret += chars; in anon_pipe_read()
350 buf->offset += chars; in anon_pipe_read()
351 buf->len -= chars; in anon_pipe_read()
355 total_len = chars; in anon_pipe_read()
363 total_len -= chars; in anon_pipe_read()
[all …]
/linux/fs/smb/client/
H A Dunc.c24 /* skip double chars at beginning of string */ in extract_hostname()
54 /* skip double chars at the beginning */ in extract_sharename()
H A Dcifs_fs_sb.h20 #define CIFS_MOUNT_MAP_SPECIAL_CHR 0x20 /* remap illegal chars in filenames */
38 #define CIFS_MOUNT_MAP_SFM_CHR 0x800000 /* SFM/MAC mapping for illegal chars */
/linux/drivers/s390/char/
H A Dctrlchar.c3 * Unified handling of special chars.
37 * ctrlchar_handle - check for special chars at start of input
/linux/drivers/acpi/acpica/
H A Dutbuffer.c62 /* Print 16 hex chars */ in acpi_ut_dump_buffer()
114 * unprintable ones (printable chars are 0x20 through 0x7E) in acpi_ut_dump_buffer()
230 /* Print 16 hex chars */ in acpi_ut_dump_buffer_to_file()
282 * unprintable ones (printable chars are 0x20 through 0x7E) in acpi_ut_dump_buffer_to_file()
/linux/tools/usb/
H A Dp9_fwd.py37 chars = data[c : c + L]
38 dump = " ".join(f"{x:02x}" for x in chars)
39 printable = "".join(HEXDUMP_FILTER[x] for x in chars)
/linux/drivers/tty/serial/
H A Dpic32_uart.c131 /* wait for tx empty, otherwise chars will be lost or corrupted */ in pic32_wait_deplete_txbuf()
264 /* read all chars in rx fifo and send them to core */
339 /* fill tx fifo with chars to send, stop when fifo is about to be full
340 * or when all chars have been sent.
363 /* keep stuffing chars into uart tx buffer in pic32_uart_do_tx()
367 * (all chars have been sent) in pic32_uart_do_tx()
442 /* wait for tx empty, otherwise chars will be lost or corrupted */ in pic32_uart_dsbl_and_mask()
/linux/drivers/accessibility/speakup/
H A Dvarhandlers.c18 { "characters", CHARS, VAR_PROC, NULL, NULL },
281 * values for how: 0 clears bits of chars supplied,
282 * 1 clears allk, 2 sets bits for chars
/linux/arch/um/include/asm/
H A Dsetup.h5 /* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-netgear_readynas_nv+_v2.dts126 display-height-chars = <2>;
127 display-width-chars = <16>;
/linux/arch/mips/include/uapi/asm/
H A Dioctls.h58 #define TIOCGLTC 0x7474 /* get special local chars */
59 #define TIOCSLTC 0x7475 /* set special local chars */
/linux/fs/udf/
H A Dunicode.c39 /* Number of chars we need to store generated CRC to make filename unique */
106 /* These chars cannot be converted. Replace them. */ in udf_name_conv_char()
326 * Use UTF-16 encoding for chars outside we in udf_name_to_CS0()
/linux/drivers/usb/serial/
H A Dgeneric.c253 unsigned int chars; in usb_serial_generic_chars_in_buffer() local
259 chars = kfifo_len(&port->write_fifo) + port->tx_bytes; in usb_serial_generic_chars_in_buffer()
262 dev_dbg(&port->dev, "%s - returns %u\n", __func__, chars); in usb_serial_generic_chars_in_buffer()
263 return chars; in usb_serial_generic_chars_in_buffer()
/linux/arch/powerpc/include/asm/
H A Depapr_hcalls.h274 * @count: (input) num of chars to send, (output) num chars sent
316 * @count: (input) max num of chars to receive, (output) num chars received

1234567891011