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