Searched refs:num_chars (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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, 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 …]
|
/Linux-v4.19/drivers/firmware/google/ |
D | memconsole-x86-legacy.c | 38 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()
|
/Linux-v4.19/drivers/tty/serial/ |
D | msm_serial.c | 814 unsigned int num_chars; in msm_handle_tx_pio() local 834 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio() 837 num_chars = 1; in msm_handle_tx_pio() 839 for (i = 0; i < num_chars; i++) { in msm_handle_tx_pio() 845 xmit->tail = (xmit->tail + num_chars) & (UART_XMIT_SIZE - 1); in msm_handle_tx_pio() 846 tf_pointer += num_chars; in msm_handle_tx_pio() 1591 unsigned int num_chars; in __msm_console_write() local 1595 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write() 1597 num_chars = 1; in __msm_console_write() 1599 for (j = 0; j < num_chars; j++) { in __msm_console_write() [all …]
|
/Linux-v4.19/drivers/tty/ |
D | n_tty.c | 642 unsigned int num_chars, num_bs; in __process_echoes() local 647 num_chars = echo_buf(ldata, tail + 2); in __process_echoes() 659 if (!(num_chars & 0x80)) in __process_echoes() 660 num_chars += ldata->canon_column; in __process_echoes() 661 num_bs = 8 - (num_chars & 7); in __process_echoes() 875 static void echo_erase_tab(unsigned int num_chars, int after_tab, in echo_erase_tab() argument 882 num_chars &= 7; in echo_erase_tab() 886 num_chars |= 0x80; in echo_erase_tab() 888 add_echo_byte(num_chars, ldata); in echo_erase_tab() 1037 unsigned int num_chars = 0; in eraser() local [all …]
|
/Linux-v4.19/drivers/usb/serial/ |
D | io_edgeport.c | 1441 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-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 993 __le16 num_chars; member
|