Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/auxdisplay/
Dimg-ascii-lcd.c28 unsigned int num_chars; member
85 .num_chars = 8,
98 for (i = 0; i < ctx->cfg->num_chars; i++) { in malta_update()
110 .num_chars = 8,
181 for (i = 0; i < ctx->cfg->num_chars; i++) { in sead3_update()
208 .num_chars = 16,
232 unsigned int num_chars = ctx->cfg->num_chars; in img_ascii_lcd_scroll() local
235 for (i = 0; i < num_chars;) { in img_ascii_lcd_scroll()
237 for (; i < num_chars && ch < ctx->message_len; i++, ch++) in img_ascii_lcd_scroll()
252 if (ctx->message_len > ctx->cfg->num_chars) in img_ascii_lcd_scroll()
[all …]
/Linux-v5.4/drivers/firmware/google/
Dmemconsole-x86-legacy.c30 u16 num_chars; member
58 hdr->v1.end, hdr->v1.num_chars); in found_v1_header()
61 memconsole_length = hdr->v1.num_chars; in found_v1_header()
/Linux-v5.4/drivers/tty/serial/
Dmsm_serial.c818 unsigned int num_chars; in msm_handle_tx_pio() local
838 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio()
841 num_chars = 1; in msm_handle_tx_pio()
843 for (i = 0; i < num_chars; i++) { in msm_handle_tx_pio()
849 xmit->tail = (xmit->tail + num_chars) & (UART_XMIT_SIZE - 1); in msm_handle_tx_pio()
850 tf_pointer += num_chars; in msm_handle_tx_pio()
1598 unsigned int num_chars; in __msm_console_write() local
1602 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write()
1604 num_chars = 1; in __msm_console_write()
1606 for (j = 0; j < num_chars; j++) { in __msm_console_write()
[all …]
/Linux-v5.4/drivers/tty/
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 …]
/Linux-v5.4/drivers/usb/serial/
Dio_edgeport.c1441 int num_chars; in edge_chars_in_buffer() local
1455 num_chars = edge_port->maxTxCredits - edge_port->txCredits + in edge_chars_in_buffer()
1458 if (num_chars) { in edge_chars_in_buffer()
1459 dev_dbg(&port->dev, "%s - returns %d\n", __func__, num_chars); in edge_chars_in_buffer()
1462 return num_chars; in edge_chars_in_buffer()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt.h1154 __le16 num_chars; member