Searched refs:__uart_port_tx (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | serial_core.h | 916 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ macro 981 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 999 __uart_port_tx(port, ch, flags, tx_ready, put_char, tx_done, __count, \ 1013 __uart_port_tx(port, ch, 0, tx_ready, put_char, ({}), true, ({})) 1027 __uart_port_tx(port, ch, flags, tx_ready, put_char, ({}), true, ({}))
|