/linux-4.4.14/drivers/tty/serial/ |
D | mux.c | 201 if(uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mux_write() 211 if(uart_circ_empty(xmit)) in mux_write() 222 if (uart_circ_empty(xmit)) in mux_write()
|
D | 21285.c | 130 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in serial21285_tx_chars() 139 if (uart_circ_empty(xmit)) in serial21285_tx_chars() 146 if (uart_circ_empty(xmit)) in serial21285_tx_chars()
|
D | tilegx.c | 152 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in handle_transmit() 155 while (!uart_circ_empty(xmit)) { in handle_transmit() 276 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in tilegx_start_tx() 281 while (!uart_circ_empty(xmit)) { in tilegx_start_tx()
|
D | sunhv.c | 47 while (!uart_circ_empty(xmit)) { in transmit_chars_putchar() 60 while (!uart_circ_empty(xmit)) { in transmit_chars_write() 206 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in transmit_chars()
|
D | netx-serial.c | 150 if (uart_tx_stopped(port) || uart_circ_empty(xmit)) { in netx_transmit_buffer() 162 if (uart_circ_empty(xmit)) in netx_transmit_buffer() 166 if (uart_circ_empty(xmit)) in netx_transmit_buffer() 188 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in netx_txint()
|
D | timbuart.c | 115 !uart_circ_empty(xmit)) { in timbuart_tx_chars() 137 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in timbuart_handle_tx_port() 159 if (!uart_circ_empty(xmit)) in timbuart_handle_tx_port()
|
D | st-asc.c | 264 if (uart_circ_empty(xmit)) { in asc_transmit_chars() 278 } while ((txroom > 0) && (!uart_circ_empty(xmit))); in asc_transmit_chars() 283 if (uart_circ_empty(xmit)) in asc_transmit_chars() 406 if (!uart_circ_empty(xmit)) in asc_start_tx()
|
D | apbuart.c | 140 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in apbuart_tx_chars() 151 if (uart_circ_empty(xmit)) in apbuart_tx_chars() 158 if (uart_circ_empty(xmit)) in apbuart_tx_chars()
|
D | serial_ks8695.c | 222 if (uart_tx_stopped(port) || uart_circ_empty(xmit)) { in ks8695uart_tx_chars() 228 while (!uart_circ_empty(xmit) && (count-- > 0)) { in ks8695uart_tx_chars() 239 if (uart_circ_empty(xmit)) in ks8695uart_tx_chars()
|
D | lpc32xx_hs.c | 300 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in __serial_lpc32xx_tx() 310 if (uart_circ_empty(xmit)) in __serial_lpc32xx_tx() 318 if (uart_circ_empty(xmit)) { in __serial_lpc32xx_tx()
|
D | sprd_serial.c | 265 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in sprd_tx() 275 if (uart_circ_empty(xmit)) in sprd_tx() 282 if (uart_circ_empty(xmit)) in sprd_tx()
|
D | stm32-usart.c | 216 if (uart_circ_empty(xmit)) { in stm32_transmit_chars() 228 if (uart_circ_empty(xmit)) in stm32_transmit_chars() 282 if (uart_circ_empty(xmit)) in stm32_start_tx()
|
D | vt8500_serial.c | 214 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in handle_tx() 220 if (uart_circ_empty(xmit)) in handle_tx() 232 if (uart_circ_empty(xmit)) in handle_tx()
|
D | sunsab.c | 257 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars() 274 if (uart_circ_empty(xmit)) in transmit_chars() 285 if (uart_circ_empty(xmit)) in transmit_chars() 444 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in sunsab_start_tx() 461 if (uart_circ_empty(xmit)) in sunsab_start_tx()
|
D | m32r_sio.c | 271 if (!uart_circ_empty(xmit)) { in m32r_sio_start_tx() 397 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars() 407 if (uart_circ_empty(xmit)) in transmit_chars() 418 if (uart_circ_empty(xmit)) in transmit_chars()
|
D | fsl_lpuart.c | 352 while (!uart_circ_empty(xmit) && in lpuart_pio_tx() 362 if (uart_circ_empty(xmit)) in lpuart_pio_tx() 534 while (!uart_circ_empty(xmit) && in lpuart_transmit_buffer() 544 if (uart_circ_empty(xmit)) in lpuart_transmit_buffer() 556 while (!uart_circ_empty(xmit) && (txcnt < sport->txfifo_size)) { in lpuart32_transmit_buffer() 568 if (uart_circ_empty(xmit)) in lpuart32_transmit_buffer() 583 if (!uart_circ_empty(xmit) && !sport->dma_tx_in_progress) in lpuart_start_tx() 618 if (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)) { in lpuart_txint()
|
D | pnx8xxx_uart.c | 267 if (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)) { in pnx8xxx_tx_chars() 280 if (uart_circ_empty(xmit)) in pnx8xxx_tx_chars() 287 if (uart_circ_empty(xmit)) in pnx8xxx_tx_chars()
|
D | bcm63xx_uart.c | 331 if (uart_circ_empty(xmit)) in bcm_uart_do_tx() 345 if (uart_circ_empty(xmit)) in bcm_uart_do_tx() 352 if (uart_circ_empty(xmit)) in bcm_uart_do_tx()
|
D | amba-pl010.c | 195 if (uart_circ_empty(xmit) || uart_tx_stopped(&uap->port)) { in pl010_tx_chars() 205 if (uart_circ_empty(xmit)) in pl010_tx_chars() 212 if (uart_circ_empty(xmit)) in pl010_tx_chars()
|
D | sn_console.c | 551 if (uart_circ_empty(xmit) || uart_tx_stopped(&port->sc_port)) { in sn_transmit_chars() 595 if (uart_circ_empty(xmit)) in sn_transmit_chars()
|
D | digicolor-usart.c | 202 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in digicolor_uart_tx() 207 while (!uart_circ_empty(xmit)) { in digicolor_uart_tx()
|
D | xilinx_uartps.c | 275 if (uart_circ_empty(&port->state->xmit)) { in cdns_uart_isr() 282 if (uart_circ_empty(&port->state->xmit)) in cdns_uart_isr() 515 if (uart_circ_empty(&port->state->xmit) || uart_tx_stopped(port)) in cdns_uart_start_tx() 528 if (uart_circ_empty(&port->state->xmit)) in cdns_uart_start_tx()
|
D | vr41xx_siu.c | 404 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in transmit_chars() 413 if (uart_circ_empty(xmit)) in transmit_chars() 420 if (uart_circ_empty(xmit)) in transmit_chars()
|
D | pxa.c | 194 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars() 204 if (uart_circ_empty(xmit)) in transmit_chars() 212 if (uart_circ_empty(xmit)) in transmit_chars()
|
D | sa1100.c | 262 if (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)) { in sa1100_tx_chars() 275 if (uart_circ_empty(xmit)) in sa1100_tx_chars() 282 if (uart_circ_empty(xmit)) in sa1100_tx_chars()
|
D | clps711x.c | 165 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in uart_clps711x_int_tx() 173 while (!uart_circ_empty(xmit)) { in uart_clps711x_int_tx()
|
D | ar933x_uart.c | 363 if (uart_circ_empty(xmit)) in ar933x_uart_tx_chars() 375 if (!uart_circ_empty(xmit)) in ar933x_uart_tx_chars()
|
D | serial_txx9.c | 358 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars() 368 if (uart_circ_empty(xmit)) in transmit_chars() 375 if (uart_circ_empty(xmit)) in transmit_chars()
|
D | men_z135_uart.c | 309 if (uart_circ_empty(xmit)) in men_z135_handle_tx() 369 if (!uart_circ_empty(xmit)) in men_z135_handle_tx()
|
D | dz.c | 273 if (uart_circ_empty(xmit) || uart_tx_stopped(&dport->port)) { in dz_transmit_chars() 293 if (uart_circ_empty(xmit)) { in dz_transmit_chars()
|
D | efm32-uart.c | 148 if (!uart_circ_empty(xmit) && !uart_tx_stopped(port)) { in efm32_uart_tx_chars() 160 if (!port->x_char && uart_circ_empty(xmit) && in efm32_uart_tx_chars()
|
D | atmel_serial.c | 746 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in atmel_tx_chars() 754 if (uart_circ_empty(xmit)) in atmel_tx_chars() 761 if (!uart_circ_empty(xmit)) in atmel_tx_chars() 798 if (!uart_circ_empty(xmit)) in atmel_complete_tx_dma() 838 if (!uart_circ_empty(xmit) && !uart_tx_stopped(port)) { in atmel_tx_dma() 1357 if (!uart_circ_empty(xmit) && !uart_tx_stopped(port)) { in atmel_tx_pdc()
|
D | bfin_sport_uart.c | 344 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in sport_uart_tx_chars() 355 while(!(SPORT_GET_STAT(up) & TXF) && !uart_circ_empty(xmit)) { in sport_uart_tx_chars()
|
D | mxs-auart.c | 272 while (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars() 307 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars() 318 if (uart_circ_empty(&(s->port.state->xmit))) in mxs_auart_tx_chars()
|
D | sirfsoc_uart.c | 188 if (uart_circ_empty(xmit) || uart_tx_stopped(port) || in sirfsoc_uart_tx_with_dma() 429 while (!uart_circ_empty(xmit) && in sirfsoc_uart_pio_tx_chars() 574 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in sirfsoc_uart_isr() 580 if ((uart_circ_empty(xmit)) && in sirfsoc_uart_isr()
|
D | imx.c | 439 if (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)) { in imx_transmit_buffer() 460 while (!uart_circ_empty(xmit) && in imx_transmit_buffer() 472 if (uart_circ_empty(xmit)) in imx_transmit_buffer() 512 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&sport->port)) in dma_tx_callback() 611 if (!uart_circ_empty(&port->state->xmit) && in imx_start_tx()
|
D | sh-sci.c | 509 if (s->chan_tx && !uart_circ_empty(&s->port.state->xmit) && in sci_start_tx() 718 if (uart_circ_empty(xmit)) in sci_transmit_chars() 734 } else if (!uart_circ_empty(xmit) && !stopped) { in sci_transmit_chars() 750 if (uart_circ_empty(xmit)) { in sci_transmit_chars() 1035 if (!uart_circ_empty(xmit)) { in sci_dma_tx_complete()
|
D | max3100.c | 298 } else if (!uart_circ_empty(xmit) && in max3100_work() 323 (!uart_circ_empty(xmit) && in max3100_work()
|
D | sb1250-duart.c | 406 stop_tx = (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)); in sbd_transmit_chars() 419 if (stop_tx || uart_circ_empty(xmit)) { in sbd_transmit_chars()
|
D | sunsu.c | 414 if (uart_circ_empty(xmit)) { in transmit_chars() 424 if (uart_circ_empty(xmit)) in transmit_chars() 431 if (uart_circ_empty(xmit)) in transmit_chars()
|
D | nwpserial.c | 272 while (!(uart_circ_empty(xmit) || uart_tx_stopped(&up->port))) { in nwpserial_start_tx()
|
D | samsung.c | 358 if (!uart_circ_empty(xmit) && !ourport->tx_in_progress) in s3c24xx_serial_start_tx() 734 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in s3c24xx_serial_tx_chars() 746 while (!uart_circ_empty(xmit) && count > 0) { in s3c24xx_serial_tx_chars() 767 if (uart_circ_empty(xmit)) in s3c24xx_serial_tx_chars()
|
D | arc_uart.c | 174 } else if (!uart_circ_empty(xmit)) { in arc_serial_tx_chars()
|
D | sccnxp.c | 422 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in sccnxp_handle_tx() 434 while (!uart_circ_empty(xmit)) { in sccnxp_handle_tx()
|
D | ip22zilog.c | 405 if (uart_circ_empty(xmit)) in ip22zilog_transmit_chars() 609 if (uart_circ_empty(xmit)) in ip22zilog_start_tx()
|
D | mpc52xx_uart.c | 1456 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mpc52xx_uart_int_tx_chars() 1466 if (uart_circ_empty(xmit)) in mpc52xx_uart_int_tx_chars() 1475 if (uart_circ_empty(xmit)) { in mpc52xx_uart_int_tx_chars()
|
D | omap-serial.c | 382 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars() 391 if (uart_circ_empty(xmit)) in transmit_chars() 398 if (uart_circ_empty(xmit)) in transmit_chars()
|
D | amba-pl011.c | 453 uart_circ_empty(&uap->port.state->xmit)) { in pl011_dma_tx_callback() 1286 if (uart_circ_empty(xmit) || uart_tx_stopped(&uap->port)) { in pl011_tx_chars() 1303 } while (!uart_circ_empty(xmit)); in pl011_tx_chars() 1308 if (uart_circ_empty(xmit)) in pl011_tx_chars()
|
D | ucc_uart.c | 361 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in qe_uart_tx_pump() 396 if (uart_circ_empty(xmit)) { in qe_uart_tx_pump()
|
D | uartlite.c | 179 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in ulite_transmit()
|
D | zs.c | 622 if (uart_circ_empty(xmit) || uart_tx_stopped(&zport->port)) { in zs_raw_transmit_chars() 636 if (uart_circ_empty(xmit)) in zs_raw_transmit_chars()
|
D | serial-tegra.c | 378 BUG_ON(uart_circ_empty(xmit)); in tegra_uart_fill_tx_fifo() 475 if (!uart_circ_empty(xmit) && !tup->tx_in_progress) in tegra_uart_start_tx()
|
D | meson_uart.c | 159 if (uart_circ_empty(xmit)) in meson_uart_start_tx()
|
D | lantiq.c | 235 if (uart_circ_empty(xmit)) in lqasc_tx_chars()
|
D | bfin_uart.c | 321 if (uart_circ_empty(xmit) || uart_tx_stopped(&uart->port)) { in bfin_serial_tx_chars() 381 if (uart_circ_empty(xmit) || uart_tx_stopped(&uart->port)) { in bfin_serial_dma_tx_chars()
|
D | msm_serial.c | 693 if (uart_circ_empty(xmit)) in msm_handle_tx_pio() 724 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in msm_handle_tx()
|
D | ioc3_serial.c | 912 if (uart_circ_empty(&state->xmit) || uart_tx_stopped(the_port)) { in transmit_chars() 940 if (uart_circ_empty(&state->xmit)) { in transmit_chars()
|
D | sunzilog.c | 503 if (uart_circ_empty(xmit)) in sunzilog_transmit_chars() 709 if (uart_circ_empty(xmit)) in sunzilog_start_tx()
|
D | pmac_zilog.c | 427 if (uart_circ_empty(xmit)) { in pmz_transmit_chars() 656 if (uart_circ_empty(xmit)) in pmz_start_tx()
|
D | etraxfs-uart.c | 457 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars_no_dma()
|
D | rp2.c | 452 if (uart_circ_empty(xmit)) { in rp2_tx_chars()
|
D | pch_uart.c | 820 if (uart_tx_stopped(port) || uart_circ_empty(xmit) || count >= size) in pop_tx() 830 } while (!uart_circ_empty(xmit) && count < size); in pop_tx()
|
D | ioc4_serial.c | 1642 if (uart_circ_empty(&state->xmit) || uart_tx_stopped(the_port)) { in transmit_chars() 1670 if (uart_circ_empty(&state->xmit)) { in transmit_chars()
|
D | max310x.c | 662 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in max310x_handle_tx()
|
D | sc16is7xx.c | 625 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in sc16is7xx_handle_tx()
|
D | icom.c | 727 !uart_circ_empty(&icom_port->uart_port.state->xmit); i++) { in xmit_interrupt()
|
D | mpsc.c | 1136 } else if (!uart_circ_empty(xmit) in mpsc_copy_tx_data()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_dma.c | 76 uart_circ_empty(xmit)) in serial8250_tx_dma()
|
D | 8250_omap.c | 883 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete() 914 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in omap_8250_tx_dma() 1034 uart_circ_empty(&up->port.state->xmit)) { in omap_8250_dma_handle_irq()
|
D | 8250_port.c | 1486 if (uart_circ_empty(xmit)) { in serial8250_tx_chars() 1496 if (uart_circ_empty(xmit)) in serial8250_tx_chars() 1515 if (uart_circ_empty(xmit) && !(up->capabilities & UART_CAP_RPM)) in serial8250_tx_chars()
|
D | 8250_core.c | 301 (!uart_circ_empty(&up->port.state->xmit) || up->port.x_char) && in serial8250_backup_timeout()
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_cls.c | 472 if (uart_circ_empty(circ)) in cls_copy_data_from_queue_to_uart() 506 if (uart_circ_empty(circ)) in cls_copy_data_from_queue_to_uart()
|
D | jsm_neo.c | 502 if (uart_circ_empty(circ)) in neo_copy_data_from_queue_to_uart() 565 if (uart_circ_empty(circ)) in neo_copy_data_from_queue_to_uart()
|
/linux-4.4.14/include/linux/ |
D | serial_core.h | 388 #define uart_circ_empty(circ) ((circ)->head == (circ)->tail) macro
|
/linux-4.4.14/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 716 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in cpm_uart_tx_pump() 749 if (uart_circ_empty(xmit)) { in cpm_uart_tx_pump()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial.c | 709 uart_circ_empty(&port->uart.state->xmit)) in mn10300_serial_transmit_interrupt()
|