Home
last modified time | relevance | path

Searched refs:uart_circ_chars_free (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h462 #define uart_circ_chars_free(circ) \ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c554 if (port && uart_circ_chars_free(circ) != 0) { in uart_put_char()
619 ret = uart_circ_chars_free(&state->xmit); in uart_write_room()