/Linux-v5.15/Documentation/fb/ |
D | viafb.modes | 16 # 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-v5.15/include/linux/ |
D | tty_flip.h | 14 const unsigned char *chars, const char *flags, size_t size); 16 const unsigned char *chars, char flag, size_t size); 18 unsigned char **chars, size_t size); 40 const unsigned char *chars, size_t size) in tty_insert_flip_string() argument 42 return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size); in tty_insert_flip_string()
|
D | lp.h | 23 #define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */ 37 unsigned long chars; member 49 unsigned int chars; member
|
/Linux-v5.15/lib/ |
D | test_strscpy.c | 30 int chars, int terminator, int pad) in tc() argument 77 for (i = 0; i < chars; i++) { in tc() 92 index = chars + terminator + i; in tc() 99 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc()
|
/Linux-v5.15/drivers/tty/ |
D | tty_buffer.c | 314 const unsigned char *chars, char flag, size_t size) in tty_insert_flip_string_fixed_flag() argument 326 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_fixed_flag() 331 chars += space; in tty_insert_flip_string_fixed_flag() 353 const unsigned char *chars, const char *flags, size_t size) in tty_insert_flip_string_flags() argument 364 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_flags() 368 chars += space; in tty_insert_flip_string_flags() 438 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() argument 446 *chars = char_buf_ptr(tb, tb->used); in tty_prepare_flip_string()
|
D | mips_ejtag_fdc.c | 860 unsigned int chars; in mips_ejtag_fdc_tty_chars_in_buffer() local 864 chars = dport->xmit_cnt; in mips_ejtag_fdc_tty_chars_in_buffer() 867 return chars; in mips_ejtag_fdc_tty_chars_in_buffer()
|
/Linux-v5.15/fs/ |
D | pipe.c | 285 size_t chars = buf->len; in pipe_read() local 289 if (chars > total_len) { in pipe_read() 295 chars = total_len; in pipe_read() 305 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read() 306 if (unlikely(written < chars)) { in pipe_read() 311 ret += chars; in pipe_read() 312 buf->offset += chars; in pipe_read() 313 buf->len -= chars; in pipe_read() 317 total_len = chars; in pipe_read() 332 total_len -= chars; in pipe_read() [all …]
|
/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | ttm_memory.c | 126 int chars; in ttm_mem_zone_store() local 130 chars = sscanf(buffer, "%lu", &val); in ttm_mem_zone_store() 131 if (chars == 0) in ttm_mem_zone_store() 204 int chars; in ttm_mem_global_store() local 210 chars = sscanf(buffer, "%lu", &val); in ttm_mem_global_store() 211 if (chars == 0) in ttm_mem_global_store()
|
/Linux-v5.15/arch/x86/kernel/ |
D | head_32.S | 283 movl %ebx,X86_VENDOR_ID # lo 4 chars 284 movl %edx,X86_VENDOR_ID+4 # next 4 chars 285 movl %ecx,X86_VENDOR_ID+8 # last 4 chars
|
/Linux-v5.15/scripts/ |
D | get_abi.pl | 267 my @chars = ("A".."Z", "a".."z"); 268 $label .= $chars[rand @chars];
|
/Linux-v5.15/drivers/usb/serial/ |
D | generic.c | 254 unsigned int chars; in usb_serial_generic_chars_in_buffer() local 260 chars = kfifo_len(&port->write_fifo) + port->tx_bytes; in usb_serial_generic_chars_in_buffer() 263 dev_dbg(&port->dev, "%s - returns %u\n", __func__, chars); in usb_serial_generic_chars_in_buffer() 264 return chars; in usb_serial_generic_chars_in_buffer()
|
D | sierra.c | 640 unsigned int chars; in sierra_chars_in_buffer() local 644 chars = portdata->outstanding_urbs * MAX_TRANSFER; in sierra_chars_in_buffer() 647 dev_dbg(&port->dev, "%s - %u\n", __func__, chars); in sierra_chars_in_buffer() 649 return chars; in sierra_chars_in_buffer()
|
D | cp210x.c | 1171 struct cp210x_special_chars chars; in cp210x_set_flow_control() local 1197 memset(&chars, 0, sizeof(chars)); in cp210x_set_flow_control() 1199 chars.bXonChar = START_CHAR(tty); in cp210x_set_flow_control() 1200 chars.bXoffChar = STOP_CHAR(tty); in cp210x_set_flow_control() 1202 ret = cp210x_write_reg_block(port, CP210X_SET_CHARS, &chars, in cp210x_set_flow_control() 1203 sizeof(chars)); in cp210x_set_flow_control()
|
D | digi_acceleport.c | 1047 unsigned int chars; in digi_chars_in_buffer() local 1051 chars = port->bulk_out_size - 2; in digi_chars_in_buffer() 1053 chars = priv->dp_out_buf_len; in digi_chars_in_buffer() 1057 priv->dp_port_num, chars); in digi_chars_in_buffer() 1058 return chars; in digi_chars_in_buffer()
|
D | oti6858.c | 382 unsigned int chars; in oti6858_chars_in_buffer() local 386 chars = kfifo_len(&port->write_fifo); in oti6858_chars_in_buffer() 389 return chars; in oti6858_chars_in_buffer()
|
D | cypress_m8.c | 962 unsigned int chars; in cypress_chars_in_buffer() local 966 chars = kfifo_len(&priv->write_fifo); in cypress_chars_in_buffer() 969 dev_dbg(&port->dev, "%s - returns %u\n", __func__, chars); in cypress_chars_in_buffer() 970 return chars; in cypress_chars_in_buffer()
|
/Linux-v5.15/arch/x86/pci/ |
D | pcbios.c | 72 char chars[16]; member 315 sum += check->chars[i]; in pci_find_bios()
|
/Linux-v5.15/drivers/usb/host/ |
D | xhci-dbgtty.c | 260 unsigned int chars; in dbc_tty_chars_in_buffer() local 263 chars = kfifo_len(&port->write_fifo); in dbc_tty_chars_in_buffer() 266 return chars; in dbc_tty_chars_in_buffer()
|
/Linux-v5.15/Documentation/devicetree/bindings/ |
D | .yamllint | 5 # 80 chars should be enough, but don't fail if a line is longer
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | kirkwood-netgear_readynas_nv+_v2.dts | 126 display-height-chars = <2>; 127 display-width-chars = <16>;
|
D | armada-370-netgear-rn104.dts | 156 display-height-chars = <2>; 157 display-width-chars = <16>;
|
/Linux-v5.15/drivers/pnp/pnpbios/ |
D | pnpbios.h | 146 char chars[0x21]; /* To calculate the checksum */ member
|
/Linux-v5.15/fs/ocfs2/ |
D | ocfs2_fs.h | 1570 int chars; in ocfs2_sprintf_system_inode_name() local 1578 chars = snprintf(buf, len, "%s", in ocfs2_sprintf_system_inode_name() 1581 chars = snprintf(buf, len, in ocfs2_sprintf_system_inode_name() 1585 return chars; in ocfs2_sprintf_system_inode_name()
|
/Linux-v5.15/drivers/staging/greybus/ |
D | uart.c | 464 unsigned int chars; in gb_tty_chars_in_buffer() local 467 chars = kfifo_len(&gb_tty->write_fifo); in gb_tty_chars_in_buffer() 469 chars += GB_UART_FIRMWARE_CREDITS - gb_tty->credits; in gb_tty_chars_in_buffer() 472 return chars; in gb_tty_chars_in_buffer()
|
/Linux-v5.15/drivers/usb/gadget/function/ |
D | u_serial.c | 798 unsigned int chars; in gs_chars_in_buffer() local 801 chars = kfifo_len(&port->port_write_buf); in gs_chars_in_buffer() 805 port->port_num, tty, chars); in gs_chars_in_buffer() 807 return chars; in gs_chars_in_buffer()
|