Home
last modified time | relevance | path

Searched refs:txbufp (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dserial.c90 if ( port->txbufc == port->txbufp ) in serial_tx_interrupt()
104 if ( port->txbufc == port->txbufp ) in serial_tx_interrupt()
127 if ( (port->txbufp - port->txbufc) > (serial_txbufsz / 2) ) in __serial_putc()
132 if ( (port->txbufp - port->txbufc) == serial_txbufsz ) in __serial_putc()
149 port->txbuf[mask_serial_txbuf_idx(port->txbufp++)] = c; in __serial_putc()
160 if ( ((port->txbufp - port->txbufc) == 0) && in __serial_putc()
171 port->txbuf[mask_serial_txbuf_idx(port->txbufp++)] = c; in __serial_putc()
429 while ( (port->txbufp - port->txbufc) != 0 ) in serial_start_sync()
A Domap-uart.c77 if ( port->txbufc == port->txbufp ) { in omap_uart_interrupt()
A Dehci-dbgp.c1271 !dbgp->out.chunk && port->txbufp == port->txbufc ) in _ehci_dbgp_poll()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dserial.h50 unsigned int txbufp, txbufc; member

Completed in 10 milliseconds