Searched defs:put_char (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/include/linux/ ! |
D | serial_core.h | 760 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ argument 822 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ argument 837 #define uart_port_tx(port, ch, tx_ready, put_char) \ argument 851 #define uart_port_tx_flags(port, ch, flags, tx_ready, put_char) \ argument
|
D | tty_driver.h | 359 int (*put_char)(struct tty_struct *tty, u8 ch); member
|
/linux-6.8/drivers/tty/ ! |
D | synclink_gt.c | 783 static int put_char(struct tty_struct *tty, u8 ch) in put_char() function
|