/Linux-v4.19/include/linux/hsi/ |
D | hsi.h | 246 int (*stop_tx)(struct hsi_client *cl); member 439 return hsi_get_port(cl)->stop_tx(cl); in hsi_stop_tx()
|
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_dma.h | 34 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
|
D | sxgbe_dma.c | 355 .stop_tx = sxgbe_dma_stop_tx,
|
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/ |
D | cmd.h | 38 u8 stop_tx; member
|
D | cmd.c | 48 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
|
/Linux-v4.19/drivers/tty/serial/ |
D | sb1250-duart.c | 391 int stop_tx; in sbd_transmit_chars() local 402 stop_tx = (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)); in sbd_transmit_chars() 405 if (!stop_tx) { in sbd_transmit_chars() 415 if (stop_tx || uart_circ_empty(xmit)) { in sbd_transmit_chars() 758 .stop_tx = sbd_stop_tx,
|
D | mpc52xx_uart.c | 97 void (*stop_tx)(struct uart_port *port); member 355 .stop_tx = mpc52xx_psc_stop_tx, 385 .stop_tx = mpc52xx_psc_stop_tx, 978 .stop_tx = mpc5125_psc_stop_tx, 1013 .stop_tx = mpc512x_psc_stop_tx, 1077 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx() 1351 .stop_tx = mpc52xx_uart_stop_tx,
|
D | mux.c | 430 .stop_tx = mux_stop_tx,
|
D | 21285.c | 342 .stop_tx = serial21285_stop_tx,
|
D | altera_jtaguart.c | 284 .stop_tx = altera_jtaguart_stop_tx,
|
D | sunhv.c | 382 .stop_tx = sunhv_stop_tx,
|
D | arc_uart.c | 468 .stop_tx = arc_serial_stop_tx,
|
D | timbuart.c | 389 .stop_tx = timbuart_stop_tx,
|
D | digicolor-usart.c | 371 .stop_tx = digicolor_uart_stop_tx,
|
D | apbuart.c | 333 .stop_tx = apbuart_stop_tx,
|
D | sn_console.c | 368 .stop_tx = snp_stop_tx,
|
D | serial_core.c | 114 port->ops->stop_tx(port); in uart_stop() 526 uport->ops->stop_tx(uport); in uart_change_speed() 2110 ops->stop_tx(uport); in uart_suspend_port() 2969 uport->ops->stop_tx(uport); in uart_handle_cts_change()
|
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/ |
D | cmd.h | 116 u8 stop_tx; member
|
D | cmd.c | 306 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_dma.c | 133 .stop_tx = dwmac_dma_stop_tx,
|
D | dwmac4_dma.c | 446 .stop_tx = dwmac4_dma_stop_tx, 474 .stop_tx = dwmac4_dma_stop_tx,
|
D | dwmac1000_dma.c | 286 .stop_tx = dwmac_dma_stop_tx,
|
D | hwif.h | 171 void (*stop_tx)(void __iomem *ioaddr, u32 chan); member 219 stmmac_do_void_callback(__priv, dma, stop_tx, __args)
|
D | dwxgmac2_dma.c | 399 .stop_tx = dwxgmac2_dma_stop_tx,
|
/Linux-v4.19/include/linux/ |
D | serial_core.h | 53 void (*stop_tx)(struct uart_port *); member
|