Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_rd.c63 #define circ_count(circ) \ argument
65 #define circ_count_to_end(circ) \ argument
68 #define circ_space(circ) \ argument
70 #define circ_space_to_end(circ) \ argument
/drivers/tty/
Dbfin_jtag_comm.c58 #define circ_empty(circ) ((circ)->head == (circ)->tail) argument
59 #define circ_free(circ) CIRC_SPACE((circ)->head, (circ)->tail, CIRC_SIZE) argument
60 #define circ_cnt(circ) CIRC_CNT((circ)->head, (circ)->tail, CIRC_SIZE) argument
61 #define circ_byte(circ, idx) ((circ)->buf[(idx) & CIRC_MASK]) argument
/drivers/tty/serial/jsm/
Djsm_cls.c464 struct circ_buf *circ; in cls_copy_data_from_queue_to_uart() local
Djsm_neo.c494 struct circ_buf *circ; in neo_copy_data_from_queue_to_uart() local
/drivers/tty/serial/
Dserial_core.c492 struct circ_buf *circ, unsigned char c) in __uart_put_char()
527 struct circ_buf *circ; in uart_write() local