Home
last modified time | relevance | path

Searched defs:put_char (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dserial_core.h903 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ argument
966 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ argument
984 #define uart_port_tx_limited_flags(port, ch, flags, count, tx_ready, put_char, tx_done) ({ \ argument
999 #define uart_port_tx(port, ch, tx_ready, put_char) \ argument
1013 #define uart_port_tx_flags(port, ch, flags, tx_ready, put_char) \ argument
/linux/drivers/tty/
H A Dsynclink_gt.c784 static int put_char(struct tty_struct *tty, u8 ch) in put_char() function