Searched refs:__uart_port_tx (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | serial_core.h | 901 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ macro 966 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 984 __uart_port_tx(port, ch, flags, tx_ready, put_char, tx_done, __count, \ 998 __uart_port_tx(port, ch, 0, tx_ready, put_char, ({}), true, ({})) 1012 __uart_port_tx(port, ch, flags, tx_ready, put_char, ({}), true, ({}))
|