Searched refs:num_chars (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/auxdisplay/ |
D | img-ascii-lcd.c | 28 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.10/drivers/firmware/google/ |
D | memconsole-x86-legacy.c | 30 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.10/drivers/tty/serial/ |
D | msm_serial.c | 832 unsigned int num_chars; in msm_handle_tx_pio() local 852 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio() 855 num_chars = 1; in msm_handle_tx_pio() 857 for (i = 0; i < num_chars; i++) { in msm_handle_tx_pio() 863 xmit->tail = (xmit->tail + num_chars) & (UART_XMIT_SIZE - 1); in msm_handle_tx_pio() 864 tf_pointer += num_chars; in msm_handle_tx_pio() 1623 unsigned int num_chars; in __msm_console_write() local 1627 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write() 1629 num_chars = 1; in __msm_console_write() 1631 for (j = 0; j < num_chars; j++) { in __msm_console_write() [all …]
|
/Linux-v5.10/drivers/tty/ |
D | n_tty.c | 658 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.10/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-v5.10/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 1164 __le16 num_chars; member
|