Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dserial_core.h672 #define __uart_port_tx(uport, ch, tx_ready, put_char, tx_done, for_test, \ argument
734 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ argument
749 #define uart_port_tx(port, ch, tx_ready, put_char) \ argument
Dtty_driver.h360 int (*put_char)(struct tty_struct *tty, u8 ch); member
/Linux-v6.6/drivers/tty/
Dsynclink_gt.c783 static int put_char(struct tty_struct *tty, u8 ch) in put_char() function