Home
last modified time | relevance | path

Searched refs:num_chars (Results 1 – 7 of 7) sorted by relevance

/drivers/auxdisplay/
Dimg-ascii-lcd.c32 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,
236 unsigned int num_chars = ctx->cfg->num_chars; in img_ascii_lcd_scroll() local
239 for (i = 0; i < num_chars;) { in img_ascii_lcd_scroll()
241 for (; i < num_chars && ch < ctx->message_len; i++, ch++) in img_ascii_lcd_scroll()
256 if (ctx->message_len > ctx->cfg->num_chars) in img_ascii_lcd_scroll()
[all …]
/drivers/firmware/google/
Dmemconsole-x86-legacy.c38 u16 num_chars; member
66 hdr->v1.end, hdr->v1.num_chars); in found_v1_header()
69 memconsole_length = hdr->v1.num_chars; in found_v1_header()
/drivers/tty/
Dbfin_jtag_comm.c102 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()
Dn_tty.c657 unsigned int num_chars, num_bs; in __process_echoes() local
662 num_chars = echo_buf(ldata, tail + 2); in __process_echoes()
674 if (!(num_chars & 0x80)) in __process_echoes()
675 num_chars += ldata->canon_column; in __process_echoes()
676 num_bs = 8 - (num_chars & 7); in __process_echoes()
890 static void echo_erase_tab(unsigned int num_chars, int after_tab, in echo_erase_tab() argument
897 num_chars &= 7; in echo_erase_tab()
901 num_chars |= 0x80; in echo_erase_tab()
903 add_echo_byte(num_chars, ldata); in echo_erase_tab()
1052 unsigned int num_chars = 0; in eraser() local
[all …]
/drivers/tty/serial/
Dmsm_serial.c826 unsigned int num_chars; in msm_handle_tx_pio() local
846 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio()
849 num_chars = 1; in msm_handle_tx_pio()
851 for (i = 0; i < num_chars; i++) { in msm_handle_tx_pio()
857 xmit->tail = (xmit->tail + num_chars) & (UART_XMIT_SIZE - 1); in msm_handle_tx_pio()
858 tf_pointer += num_chars; in msm_handle_tx_pio()
1617 unsigned int num_chars; in __msm_console_write() local
1621 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write()
1623 num_chars = 1; in __msm_console_write()
1625 for (j = 0; j < num_chars; j++) { in __msm_console_write()
[all …]
/drivers/usb/serial/
Dio_edgeport.c1445 int num_chars; in edge_chars_in_buffer() local
1459 num_chars = edge_port->maxTxCredits - edge_port->txCredits + in edge_chars_in_buffer()
1462 if (num_chars) { in edge_chars_in_buffer()
1463 dev_dbg(&port->dev, "%s - returns %d\n", __func__, num_chars); in edge_chars_in_buffer()
1466 return num_chars; in edge_chars_in_buffer()
/drivers/net/wireless/ath/ath10k/
Dhtt.h910 __le16 num_chars; member