Home
last modified time | relevance | path

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

1234

/Linux-v4.19/include/linux/hsi/
Dhsi.h246 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/
Dsxgbe_dma.h34 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
Dsxgbe_dma.c355 .stop_tx = sxgbe_dma_stop_tx,
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dcmd.h38 u8 stop_tx; member
Dcmd.c48 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
/Linux-v4.19/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,
Dmux.c430 .stop_tx = mux_stop_tx,
D21285.c342 .stop_tx = serial21285_stop_tx,
Daltera_jtaguart.c284 .stop_tx = altera_jtaguart_stop_tx,
Dsunhv.c382 .stop_tx = sunhv_stop_tx,
Darc_uart.c468 .stop_tx = arc_serial_stop_tx,
Dtimbuart.c389 .stop_tx = timbuart_stop_tx,
Ddigicolor-usart.c371 .stop_tx = digicolor_uart_stop_tx,
Dapbuart.c333 .stop_tx = apbuart_stop_tx,
Dsn_console.c368 .stop_tx = snp_stop_tx,
Dserial_core.c114 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/
Dcmd.h116 u8 stop_tx; member
Dcmd.c306 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_dma.c133 .stop_tx = dwmac_dma_stop_tx,
Ddwmac4_dma.c446 .stop_tx = dwmac4_dma_stop_tx,
474 .stop_tx = dwmac4_dma_stop_tx,
Ddwmac1000_dma.c286 .stop_tx = dwmac_dma_stop_tx,
Dhwif.h171 void (*stop_tx)(void __iomem *ioaddr, u32 chan); member
219 stmmac_do_void_callback(__priv, dma, stop_tx, __args)
Ddwxgmac2_dma.c399 .stop_tx = dwxgmac2_dma_stop_tx,
/Linux-v4.19/include/linux/
Dserial_core.h53 void (*stop_tx)(struct uart_port *); member

1234