Searched defs:num_chars (Results 1 - 4 of 4) sorted by relevance

/drivers/firmware/google/
H A Dmemconsole.c31 u16 num_chars; member in struct:biosmemcon_ebda::__anon501::__anon502
67 hdr->v1.end, hdr->v1.num_chars);
69 memconsole_length = hdr->v1.num_chars;
/drivers/tty/
H A Dbfin_jtag_comm.c106 size_t num_chars = (4 <= inbound_len ? 4 : inbound_len); local
107 pr_debug(" incoming data: 0x%08x (pushing %zu)\n", emudat, num_chars);
108 inbound_len -= num_chars;
109 tty_insert_flip_string(tty, (unsigned char *)&emudat, num_chars);
H A Dn_tty.c523 unsigned int num_chars, num_bs; local
528 num_chars = *opp;
540 if (!(num_chars & 0x80))
541 num_chars += tty->canon_column;
542 num_bs = 8 - (num_chars & 7);
738 * @num_chars: number of character columns already used
739 * @after_tab: true if num_chars starts after a previous tab
753 static void echo_erase_tab(unsigned int num_chars, int after_tab, argument
762 num_chars &= 7;
764 /* Set the high bit as a flag if num_chars i
938 unsigned int num_chars = 0; local
[all...]
/drivers/usb/serial/
H A Dio_edgeport.c1402 int num_chars; local
1418 num_chars = edge_port->maxTxCredits - edge_port->txCredits +
1421 if (num_chars) {
1423 port->number, num_chars);
1426 return num_chars;

Completed in 156 milliseconds