[go: nahoru, domu]

Searched refs:stop_tx (Results 1 - 25 of 86) sorted by relevance

1234

/drivers/net/wireless/ti/wl18xx/
H A Dcmd.h38 u8 stop_tx; member in struct:wl18xx_cmd_channel_switch
H A Dcmd.c47 cmd->stop_tx = ch_switch->block_tx;
/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_dma.h34 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member in struct:sxgbe_dma_ops
H A Dsxgbe_dma.c355 .stop_tx = sxgbe_dma_stop_tx,
/drivers/net/wireless/ti/wl12xx/
H A Dcmd.h116 u8 stop_tx; member in struct:wl12xx_cmd_channel_switch
H A Dcmd.c306 cmd->stop_tx = ch_switch->block_tx;
/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c195 .stop_tx = dwmac_dma_stop_tx,
H A Ddwmac100_dma.c142 .stop_tx = dwmac_dma_stop_tx,
H A Dcommon.h360 void (*stop_tx) (void __iomem *ioaddr); member in struct:stmmac_dma_ops
H A Dstmmac_main.c1392 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 Dsb1250-duart.c395 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 Dmpc52xx_uart.c100 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 Dmux.c439 .stop_tx = mux_stop_tx,
H A D21285.c341 .stop_tx = serial21285_stop_tx,
H A Daltera_jtaguart.c288 .stop_tx = altera_jtaguart_stop_tx,
H A Darc_uart.c471 .stop_tx = arc_serial_stop_tx,
H A Dnwpserial.c311 .stop_tx = nwpserial_stop_tx,
H A Dsunhv.c376 .stop_tx = sunhv_stop_tx,
H A Dtimbuart.c399 .stop_tx = timbuart_stop_tx,
H A Daltera_uart.c412 .stop_tx = altera_uart_stop_tx,
H A Dapbuart.c332 .stop_tx = apbuart_stop_tx,
H A Dar933x_uart.c491 .stop_tx = ar933x_uart_stop_tx,
H A Dbcm63xx_uart.c653 .stop_tx = bcm_uart_stop_tx,
H A Dclps711x.c343 .stop_tx = uart_clps711x_stop_tx,
/drivers/hsi/
H A Dhsi.c498 port[i]->stop_tx = hsi_dummy_cl;

Completed in 742 milliseconds

1234