Searched refs:num_chars (Results 1 – 7 of 7) sorted by relevance
/drivers/auxdisplay/ |
D | img-ascii-lcd.c | 32 unsigned int num_chars; member 89 .num_chars = 8, 102 for (i = 0; i < ctx->cfg->num_chars; i++) { in malta_update() 114 .num_chars = 8, 185 for (i = 0; i < ctx->cfg->num_chars; i++) { in sead3_update() 212 .num_chars = 16, 235 unsigned int num_chars = ctx->cfg->num_chars; in img_ascii_lcd_scroll() local 238 for (i = 0; i < num_chars;) { in img_ascii_lcd_scroll() 240 for (; i < num_chars && ch < ctx->message_len; i++, ch++) in img_ascii_lcd_scroll() 255 if (ctx->message_len > ctx->cfg->num_chars) in img_ascii_lcd_scroll() [all …]
|
/drivers/firmware/google/ |
D | memconsole.c | 32 u16 num_chars; member 78 hdr->v1.end, hdr->v1.num_chars); in found_v1_header() 80 memconsole_length = hdr->v1.num_chars; in found_v1_header()
|
/drivers/tty/ |
D | bfin_jtag_comm.c | 102 size_t num_chars = (4 <= inbound_len ? 4 : inbound_len); in bfin_jc_emudat_manager() local 103 pr_debug(" incoming data: 0x%08x (pushing %zu)\n", emudat, num_chars); in bfin_jc_emudat_manager() 104 inbound_len -= num_chars; in bfin_jc_emudat_manager() 105 tty_insert_flip_string(&port, (unsigned char *)&emudat, num_chars); in bfin_jc_emudat_manager()
|
D | n_tty.c | 636 unsigned int num_chars, num_bs; in __process_echoes() local 639 num_chars = echo_buf(ldata, tail + 2); in __process_echoes() 651 if (!(num_chars & 0x80)) in __process_echoes() 652 num_chars += ldata->canon_column; in __process_echoes() 653 num_bs = 8 - (num_chars & 7); in __process_echoes() 860 static void echo_erase_tab(unsigned int num_chars, int after_tab, in echo_erase_tab() argument 867 num_chars &= 7; in echo_erase_tab() 871 num_chars |= 0x80; in echo_erase_tab() 873 add_echo_byte(num_chars, ldata); in echo_erase_tab() 1021 unsigned int num_chars = 0; in eraser() local [all …]
|
/drivers/tty/serial/ |
D | msm_serial.c | 822 unsigned int num_chars; in msm_handle_tx_pio() local 842 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio() 845 num_chars = 1; in msm_handle_tx_pio() 847 for (i = 0; i < num_chars; i++) { in msm_handle_tx_pio() 853 xmit->tail = (xmit->tail + num_chars) & (UART_XMIT_SIZE - 1); in msm_handle_tx_pio() 854 tf_pointer += num_chars; in msm_handle_tx_pio() 1590 unsigned int num_chars; in __msm_console_write() local 1594 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write() 1596 num_chars = 1; in __msm_console_write() 1598 for (j = 0; j < num_chars; j++) { in __msm_console_write() [all …]
|
/drivers/usb/serial/ |
D | io_edgeport.c | 1360 int num_chars; in edge_chars_in_buffer() local 1374 num_chars = edge_port->maxTxCredits - edge_port->txCredits + in edge_chars_in_buffer() 1377 if (num_chars) { in edge_chars_in_buffer() 1378 dev_dbg(&port->dev, "%s - returns %d\n", __func__, num_chars); in edge_chars_in_buffer() 1381 return num_chars; in edge_chars_in_buffer()
|
/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 907 __le16 num_chars; member
|