Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dserial_core.h448 #define uart_circ_empty(circ) ((circ)->head == (circ)->tail) argument
449 #define uart_circ_clear(circ) ((circ)->head = (circ)->tail = 0) argument
451 #define uart_circ_chars_pending(circ) \ argument
454 #define uart_circ_chars_free(circ) \ argument