H A D | serial_core.h | 903 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ argument 910 for (; (for_test) && (tx_ready); (for_post), __port->icount.tx++) { \ 945 * @tx_ready: can HW accept more data function 950 * @put_char(). It does so until @count characters are sent and while @tx_ready 956 * * **tx_ready:** should evaluate to true if the HW can accept more data to 966 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ argument 968 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 978 * @tx_ready: can HW accept more data function 984 #define uart_port_tx_limited_flags(port, ch, flags, count, tx_ready, put_char, tx_done) ({ \ argument 986 __uart_port_tx(port, ch, flags, tx_ready, put_cha 999 uart_port_tx(port,ch,tx_ready,put_char) global() argument 1013 uart_port_tx_flags(port,ch,flags,tx_ready,put_char) global() argument [all...] |