Home
last modified time | relevance | path

Searched defs:circ (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dserial_core.h423 #define uart_circ_empty(circ) ((circ)->head == (circ)->tail) argument
424 #define uart_circ_clear(circ) ((circ)->head = (circ)->tail = 0) argument
426 #define uart_circ_chars_pending(circ) \ argument
429 #define uart_circ_chars_free(circ) \ argument