Searched refs:num_chars (Results 1 – 6 of 6) sorted by relevance
/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 | 684 unsigned int num_chars, num_bs; in __process_echoes() local 689 num_chars = echo_buf(ldata, tail + 2); in __process_echoes() 701 if (!(num_chars & 0x80)) in __process_echoes() 702 num_chars += ldata->canon_column; in __process_echoes() 703 num_bs = 8 - (num_chars & 7); in __process_echoes() 917 static void echo_erase_tab(unsigned int num_chars, int after_tab, in echo_erase_tab() argument 924 num_chars &= 7; in echo_erase_tab() 928 num_chars |= 0x80; in echo_erase_tab() 930 add_echo_byte(num_chars, ldata); in echo_erase_tab() 1079 unsigned int num_chars = 0; in eraser() local [all …]
|
/drivers/tty/serial/ |
D | msm_serial.c | 664 unsigned int num_chars; in msm_handle_tx_pio() local 684 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio() 687 num_chars = 1; in msm_handle_tx_pio() 689 for (i = 0; i < num_chars; i++) { in msm_handle_tx_pio() 695 xmit->tail = (xmit->tail + num_chars) & (UART_XMIT_SIZE - 1); in msm_handle_tx_pio() 696 tf_pointer += num_chars; in msm_handle_tx_pio() 1446 unsigned int num_chars; in __msm_console_write() local 1450 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write() 1452 num_chars = 1; in __msm_console_write() 1454 for (j = 0; j < num_chars; j++) { in __msm_console_write() [all …]
|
/drivers/usb/serial/ |
D | io_edgeport.c | 1367 int num_chars; in edge_chars_in_buffer() local 1381 num_chars = edge_port->maxTxCredits - edge_port->txCredits + in edge_chars_in_buffer() 1384 if (num_chars) { in edge_chars_in_buffer() 1385 dev_dbg(&port->dev, "%s - returns %d\n", __func__, num_chars); in edge_chars_in_buffer() 1388 return num_chars; in edge_chars_in_buffer()
|
/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 900 __le16 num_chars; member
|