/drivers/net/wireless/ti/wl18xx/ |
H A D | cmd.h | 38 u8 stop_tx; member in struct:wl18xx_cmd_channel_switch
|
H A D | cmd.c | 47 cmd->stop_tx = ch_switch->block_tx;
|
/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_dma.h | 34 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member in struct:sxgbe_dma_ops
|
H A D | sxgbe_dma.c | 355 .stop_tx = sxgbe_dma_stop_tx,
|
/drivers/net/wireless/ti/wl12xx/ |
H A D | cmd.h | 116 u8 stop_tx; member in struct:wl12xx_cmd_channel_switch
|
H A D | cmd.c | 306 cmd->stop_tx = ch_switch->block_tx;
|
/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000_dma.c | 195 .stop_tx = dwmac_dma_stop_tx,
|
H A D | dwmac100_dma.c | 142 .stop_tx = dwmac_dma_stop_tx,
|
H A D | common.h | 360 void (*stop_tx) (void __iomem *ioaddr); member in struct:stmmac_dma_ops
|
H A D | stmmac_main.c | 1392 priv->hw->dma->stop_tx(priv->ioaddr); 1862 priv->hw->dma->stop_tx(priv->ioaddr); 2908 priv->hw->dma->stop_tx(priv->ioaddr); 2944 priv->hw->dma->stop_tx(priv->ioaddr);
|
/drivers/tty/serial/ |
H A D | sb1250-duart.c | 395 int stop_tx; local 406 stop_tx = (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)); 409 if (!stop_tx) { 419 if (stop_tx || uart_circ_empty(xmit)) { 766 .stop_tx = sbd_stop_tx,
|
H A D | mpc52xx_uart.c | 100 void (*stop_tx)(struct uart_port *port); member in struct:psc_ops 357 .stop_tx = mpc52xx_psc_stop_tx, 387 .stop_tx = mpc52xx_psc_stop_tx, 980 .stop_tx = mpc5125_psc_stop_tx, 1015 .stop_tx = mpc512x_psc_stop_tx, 1079 psc_ops->stop_tx(port); 1346 .stop_tx = mpc52xx_uart_stop_tx,
|
H A D | mux.c | 439 .stop_tx = mux_stop_tx,
|
H A D | 21285.c | 341 .stop_tx = serial21285_stop_tx,
|
H A D | altera_jtaguart.c | 288 .stop_tx = altera_jtaguart_stop_tx,
|
H A D | arc_uart.c | 471 .stop_tx = arc_serial_stop_tx,
|
H A D | nwpserial.c | 311 .stop_tx = nwpserial_stop_tx,
|
H A D | sunhv.c | 376 .stop_tx = sunhv_stop_tx,
|
H A D | timbuart.c | 399 .stop_tx = timbuart_stop_tx,
|
H A D | altera_uart.c | 412 .stop_tx = altera_uart_stop_tx,
|
H A D | apbuart.c | 332 .stop_tx = apbuart_stop_tx,
|
H A D | ar933x_uart.c | 491 .stop_tx = ar933x_uart_stop_tx,
|
H A D | bcm63xx_uart.c | 653 .stop_tx = bcm_uart_stop_tx,
|
H A D | clps711x.c | 343 .stop_tx = uart_clps711x_stop_tx,
|
/drivers/hsi/ |
H A D | hsi.c | 498 port[i]->stop_tx = hsi_dummy_cl;
|