Home
last modified time | relevance | path

Searched refs:stop_tx (Results 1 – 25 of 90) sorted by relevance

1234

/Linux-v5.4/include/linux/hsi/
Dhsi.h233 int (*stop_tx)(struct hsi_client *cl); member
426 return hsi_get_port(cl)->stop_tx(cl); in hsi_stop_tx()
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_dma.h31 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
Dsxgbe_dma.c352 .stop_tx = sxgbe_dma_stop_tx,
/Linux-v5.4/drivers/net/wireless/ti/wl18xx/
Dcmd.h24 u8 stop_tx; member
Dcmd.c34 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
/Linux-v5.4/drivers/tty/serial/
Dsb1250-duart.c391 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,
Dmpc52xx_uart.c97 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,
Dtegra-tcu.c137 .stop_tx = tegra_tcu_uart_stop_tx,
Dmux.c430 .stop_tx = mux_stop_tx,
D21285.c342 .stop_tx = serial21285_stop_tx,
Dsunhv.c382 .stop_tx = sunhv_stop_tx,
Daltera_jtaguart.c284 .stop_tx = altera_jtaguart_stop_tx,
Dtimbuart.c389 .stop_tx = timbuart_stop_tx,
Darc_uart.c468 .stop_tx = arc_serial_stop_tx,
Dapbuart.c333 .stop_tx = apbuart_stop_tx,
Dclps711x.c340 .stop_tx = uart_clps711x_stop_tx,
Ddigicolor-usart.c371 .stop_tx = digicolor_uart_stop_tx,
/Linux-v5.4/drivers/net/wireless/ti/wl12xx/
Dcmd.h102 u8 stop_tx; member
Dcmd.c292 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_dma.c123 .stop_tx = dwmac_dma_stop_tx,
Ddwmac4_dma.c447 .stop_tx = dwmac4_dma_stop_tx,
475 .stop_tx = dwmac4_dma_stop_tx,
Ddwmac1000_dma.c276 .stop_tx = dwmac_dma_stop_tx,
Dhwif.h193 void (*stop_tx)(void __iomem *ioaddr, u32 chan); member
242 stmmac_do_void_callback(__priv, dma, stop_tx, __args)
/Linux-v5.4/include/linux/
Dserial_core.h41 void (*stop_tx)(struct uart_port *); member
/Linux-v5.4/Documentation/driver-api/serial/
Ddriver.rst125 stop_tx(port)
172 start_tx() / stop_tx() to flush the data out.

1234