| /linux-4.4.14/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-4.4.14/drivers/staging/unisys/visorbus/ |
| D | vbusdeviceinfo.h | 54 int chars = 0; in vbuschannel_sanitize_buffer() local 64 chars++; in vbuschannel_sanitize_buffer() 66 chars++; in vbuschannel_sanitize_buffer() 74 chars++; in vbuschannel_sanitize_buffer() 76 chars++; in vbuschannel_sanitize_buffer() 84 return chars; in vbuschannel_sanitize_buffer() 87 #define VBUSCHANNEL_ADDACHAR(ch, p, remain, chars) \ argument 92 p++; chars++; remain--; \ 157 int chars = 0; in vbuschannel_devinfo_to_string() local 166 VBUSCHANNEL_ADDACHAR('[', p, remain, chars); in vbuschannel_devinfo_to_string() [all …]
|
| /linux-4.4.14/include/linux/ |
| D | tty_flip.h | 8 const unsigned char *chars, const char *flags, size_t size); 10 const unsigned char *chars, char flag, size_t size); 12 unsigned char **chars, size_t size); 33 const unsigned char *chars, size_t size) in tty_insert_flip_string() argument 35 return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size); in tty_insert_flip_string()
|
| D | lp.h | 22 #define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */ 36 unsigned long chars; member 48 unsigned int chars; member
|
| /linux-4.4.14/fs/ |
| D | pipe.c | 256 size_t chars = buf->len; in pipe_read() local 260 if (chars > total_len) in pipe_read() 261 chars = total_len; in pipe_read() 270 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read() 271 if (unlikely(written < chars)) { in pipe_read() 276 ret += chars; in pipe_read() 277 buf->offset += chars; in pipe_read() 278 buf->len -= chars; in pipe_read() 282 total_len = chars; in pipe_read() 294 total_len -= chars; in pipe_read() [all …]
|
| /linux-4.4.14/drivers/tty/ |
| D | tty_buffer.c | 306 const unsigned char *chars, char flag, size_t size) in tty_insert_flip_string_fixed_flag() argument 316 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_fixed_flag() 321 chars += space; in tty_insert_flip_string_fixed_flag() 342 const unsigned char *chars, const char *flags, size_t size) in tty_insert_flip_string_flags() argument 351 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_flags() 355 chars += space; in tty_insert_flip_string_flags() 398 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() argument 404 *chars = char_buf_ptr(tb, tb->used); in tty_prepare_flip_string()
|
| D | metag_da.c | 548 int chars; in dashtty_chars_in_buffer() local 555 chars = dport->xmit_cnt; in dashtty_chars_in_buffer() 558 return chars; in dashtty_chars_in_buffer()
|
| D | mips_ejtag_fdc.c | 862 int chars; in mips_ejtag_fdc_tty_chars_in_buffer() local 866 chars = dport->xmit_cnt; in mips_ejtag_fdc_tty_chars_in_buffer() 869 return chars; in mips_ejtag_fdc_tty_chars_in_buffer()
|
| D | moxa.c | 1260 int chars; in moxa_chars_in_buffer() local 1262 chars = MoxaPortTxQueue(ch); in moxa_chars_in_buffer() 1263 if (chars) in moxa_chars_in_buffer() 1269 return chars; in moxa_chars_in_buffer()
|
| D | synclink_gt.c | 1857 int chars = 0; in rx_async() local 1891 chars++; in rx_async() 1912 if (chars) in rx_async()
|
| /linux-4.4.14/drivers/usb/serial/ |
| D | generic.c | 232 int chars; in usb_serial_generic_chars_in_buffer() local 238 chars = kfifo_len(&port->write_fifo) + port->tx_bytes; in usb_serial_generic_chars_in_buffer() 241 dev_dbg(&port->dev, "%s - returns %d\n", __func__, chars); in usb_serial_generic_chars_in_buffer() 242 return chars; in usb_serial_generic_chars_in_buffer()
|
| D | sierra.c | 679 int chars; in sierra_chars_in_buffer() local 683 chars = portdata->outstanding_urbs * MAX_TRANSFER; in sierra_chars_in_buffer() 686 dev_dbg(&port->dev, "%s - %d\n", __func__, chars); in sierra_chars_in_buffer() 688 return chars; in sierra_chars_in_buffer()
|
| D | oti6858.c | 384 int chars = 0; in oti6858_chars_in_buffer() local 388 chars = kfifo_len(&port->write_fifo); in oti6858_chars_in_buffer() 391 return chars; in oti6858_chars_in_buffer()
|
| D | cypress_m8.c | 1015 int chars = 0; in cypress_chars_in_buffer() local 1019 chars = kfifo_len(&priv->write_fifo); in cypress_chars_in_buffer() 1022 dev_dbg(&port->dev, "%s - returns %d\n", __func__, chars); in cypress_chars_in_buffer() 1023 return chars; in cypress_chars_in_buffer()
|
| D | ti_usb_3410_5052.c | 622 int chars = 0; in ti_chars_in_buffer() local 629 chars = kfifo_len(&port->write_fifo); in ti_chars_in_buffer() 632 dev_dbg(&port->dev, "%s - returns %d\n", __func__, chars); in ti_chars_in_buffer() 633 return chars; in ti_chars_in_buffer()
|
| D | mos7720.c | 1115 int chars = 0; in mos7720_chars_in_buffer() local 1125 chars += URB_TRANSFER_BUFFER_SIZE; in mos7720_chars_in_buffer() 1127 dev_dbg(&port->dev, "%s - returns %d\n", __func__, chars); in mos7720_chars_in_buffer() 1128 return chars; in mos7720_chars_in_buffer()
|
| D | mos7840.c | 1128 int chars = 0; in mos7840_chars_in_buffer() local 1143 chars += urb->transfer_buffer_length; in mos7840_chars_in_buffer() 1147 dev_dbg(&port->dev, "%s - returns %d\n", __func__, chars); in mos7840_chars_in_buffer() 1148 return chars; in mos7840_chars_in_buffer()
|
| D | io_ti.c | 2123 int chars = 0; in edge_chars_in_buffer() local 2129 chars = kfifo_len(&port->write_fifo); in edge_chars_in_buffer() 2132 dev_dbg(&port->dev, "%s - returns %d\n", __func__, chars); in edge_chars_in_buffer() 2133 return chars; in edge_chars_in_buffer()
|
| /linux-4.4.14/arch/x86/pci/ |
| D | pcbios.c | 69 char chars[16]; member 341 sum += check->chars[i]; in pci_find_bios()
|
| /linux-4.4.14/drivers/gpu/drm/ttm/ |
| D | ttm_memory.c | 118 int chars; in ttm_mem_zone_store() local 122 chars = sscanf(buffer, "%lu", &val); in ttm_mem_zone_store() 123 if (chars == 0) in ttm_mem_zone_store()
|
| D | ttm_page_alloc.c | 158 int chars; in ttm_pool_store() local 160 chars = sscanf(buffer, "%u", &val); in ttm_pool_store() 161 if (chars == 0) in ttm_pool_store()
|
| D | ttm_page_alloc_dma.c | 212 int chars; in ttm_pool_store() local 214 chars = sscanf(buffer, "%u", &val); in ttm_pool_store() 215 if (chars == 0) in ttm_pool_store()
|
| /linux-4.4.14/drivers/pnp/pnpbios/ |
| D | pnpbios.h | 159 char chars[0x21]; /* To calculate the checksum */ member
|
| D | core.c | 465 sum += check->chars[i]; in pnpbios_probe_system()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | ocfs2_fs.h | 1612 int chars; in ocfs2_sprintf_system_inode_name() local 1620 chars = snprintf(buf, len, "%s", in ocfs2_sprintf_system_inode_name() 1623 chars = snprintf(buf, len, in ocfs2_sprintf_system_inode_name() 1627 return chars; in ocfs2_sprintf_system_inode_name()
|
| /linux-4.4.14/arch/x86/kernel/ |
| D | head_32.S | 427 movl %ebx,X86_VENDOR_ID # lo 4 chars 428 movl %edx,X86_VENDOR_ID+4 # next 4 chars 429 movl %ecx,X86_VENDOR_ID+8 # last 4 chars
|
| /linux-4.4.14/drivers/usb/gadget/function/ |
| D | u_serial.c | 962 int chars = 0; in gs_chars_in_buffer() local 965 chars = gs_buf_data_avail(&port->port_write_buf); in gs_chars_in_buffer() 969 port->port_num, tty, chars); in gs_chars_in_buffer() 971 return chars; in gs_chars_in_buffer()
|
| /linux-4.4.14/drivers/acpi/ |
| D | osl.c | 1353 u32 chars; in acpi_os_get_line() local 1358 chars = strlen(buffer) - 1; in acpi_os_get_line() 1359 buffer[chars] = '\0'; in acpi_os_get_line()
|
| /linux-4.4.14/fs/reiserfs/ |
| D | inode.c | 293 int chars; in _get_block_create_0() local 416 chars = in _get_block_create_0() 421 chars = ih_item_len(ih) - path.pos_in_item; in _get_block_create_0() 423 memcpy(p, ih_item_body(bh, ih) + path.pos_in_item, chars); in _get_block_create_0() 428 p += chars; in _get_block_create_0() 440 set_cpu_key_k_offset(&key, cpu_key_k_offset(&key) + chars); in _get_block_create_0()
|
| /linux-4.4.14/drivers/staging/dgnc/ |
| D | dgnc_tty.c | 1516 uint chars = 0; in dgnc_tty_chars_in_buffer() local 1539 chars = 0; in dgnc_tty_chars_in_buffer() 1542 chars = thead - ttail; in dgnc_tty_chars_in_buffer() 1544 chars = thead - ttail + WQUEUESIZE; in dgnc_tty_chars_in_buffer() 1547 return chars; in dgnc_tty_chars_in_buffer()
|
| /linux-4.4.14/scripts/mod/ |
| D | file2alias.c | 260 size_t chars) in incbcd() argument 272 for (i=0 ; i < chars ; i++) { in incbcd() 285 for (i=0 ; i < chars ; i++) { in incbcd()
|
| /linux-4.4.14/Documentation/filesystems/nfs/ |
| D | pnfs.txt | 101 limit of 64 chars on this string)
|
| /linux-4.4.14/Documentation/networking/ |
| D | ray_cs.txt | 88 string with maximum length of 32 chars
|
| /linux-4.4.14/drivers/tty/serial/ |
| D | ifx6x60.c | 634 unsigned char *chars, size_t size) in ifx_spi_insert_flip_string() argument 636 tty_insert_flip_string(&ifx_dev->tty_port, chars, size); in ifx_spi_insert_flip_string()
|
| /linux-4.4.14/drivers/s390/cio/ |
| D | chsc.c | 968 struct cmg_chars *chars) in chsc_initialize_cmg_chars() argument 977 cmg_chars->values[i] = chars->values[i]; in chsc_initialize_cmg_chars()
|
| /linux-4.4.14/drivers/staging/dgap/ |
| D | dgap.c | 3224 uint chars; in dgap_tty_chars_in_buffer() local 3276 chars = 0; in dgap_tty_chars_in_buffer() 3279 chars = thead - ttail; in dgap_tty_chars_in_buffer() 3281 chars = thead - ttail + ch->ch_tsize; in dgap_tty_chars_in_buffer() 3289 if (chars == 0) { in dgap_tty_chars_in_buffer() 3302 chars = 1; in dgap_tty_chars_in_buffer() 3306 return chars; in dgap_tty_chars_in_buffer()
|
| /linux-4.4.14/drivers/char/ |
| D | lp.c | 960 lp_table[i].chars = LP_INIT_CHAR; in lp_init()
|
| /linux-4.4.14/drivers/net/usb/ |
| D | hso.c | 1433 int chars; in hso_serial_chars_in_buffer() local 1441 chars = serial->tx_buffer_count; in hso_serial_chars_in_buffer() 1444 return chars; in hso_serial_chars_in_buffer()
|
| /linux-4.4.14/drivers/staging/panel/ |
| D | Kconfig | 128 some of them need to be able to address 40 chars with the lower bits, they
|
| /linux-4.4.14/tools/perf/ |
| D | builtin-script.c | 574 const char *chars = PERF_IP_FLAG_CHARS; in print_sample_flags() local 581 str[pos++] = chars[i]; in print_sample_flags()
|
| /linux-4.4.14/Documentation/ |
| D | email-clients.txt | 293 At the same time it wraps lines every 78 chars with CRLF style line breaks
|
| D | atomic_ops.txt | 91 Properly aligned pointers, longs, ints, and chars (and unsigned
|
| /linux-4.4.14/scripts/genksyms/ |
| D | lex.lex.c_shipped | 1077 /* First move last chars to start of buffer. */ 1113 /* Include room in for 2 EOB chars. */ 1246 /* +2 for EOB chars. */
|
| /linux-4.4.14/scripts/kconfig/ |
| D | zconf.lex.c_shipped | 1557 /* First move last chars to start of buffer. */ 1593 /* Include room in for 2 EOB chars. */ 1700 /* +2 for EOB chars. */
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | hpfs.txt | 143 OS/2 can't access files if the path is longer than about 256 chars but this
|
| D | proc.txt | 1529 I/O counter: chars read 1540 I/O counter: chars written 1693 then the kernel's TASK_COMM_LEN (currently 16 chars) will result in a truncated
|
| /linux-4.4.14/scripts/dtc/ |
| D | dtc-lexer.lex.c_shipped | 1410 /* First move last chars to start of buffer. */ 1446 /* Include room in for 2 EOB chars. */
|
| /linux-4.4.14/firmware/keyspan_pda/ |
| D | keyspan_pda.S | 1106 ;; there are (tx_ring_in - tx_ring_out) chars to be written
|
| D | xircom_pgs.S | 1174 ;; there are (tx_ring_in - tx_ring_out) chars to be written
|
| /linux-4.4.14/Documentation/virtual/uml/ |
| D | UserModeLinux-HOWTO.txt | 3597 107 count -= chars; 3598 108 copy_from_user(p,buf,chars); 3599 109 p += chars; 3600 110 buf += chars;
|
| /linux-4.4.14/Documentation/filesystems/caching/ |
| D | netfs-api.txt | 176 (2) The name of the object type (NUL terminated unless all 16 chars are used)
|
| /linux-4.4.14/Documentation/scsi/ |
| D | scsi_mid_low_api.txt | 988 * Returns length when 1==writeto1_read0. Otherwise number of chars
|