Searched refs:stop_tx (Results 1 – 25 of 88) sorted by relevance
1234
/Linux-v6.6/include/linux/hsi/ |
D | hsi.h | 233 int (*stop_tx)(struct hsi_client *cl); member 426 return hsi_get_port(cl)->stop_tx(cl); in hsi_stop_tx()
|
/Linux-v6.6/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_dma.h | 31 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
|
D | sxgbe_dma.c | 352 .stop_tx = sxgbe_dma_stop_tx,
|
/Linux-v6.6/drivers/tty/serial/ |
D | sb1250-duart.c | 387 int stop_tx; in sbd_transmit_chars() local 398 stop_tx = (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)); in sbd_transmit_chars() 401 if (!stop_tx) { in sbd_transmit_chars() 410 if (stop_tx || uart_circ_empty(xmit)) { in sbd_transmit_chars() 753 .stop_tx = sbd_stop_tx,
|
D | mpc52xx_uart.c | 95 void (*stop_tx)(struct uart_port *port); member 353 .stop_tx = mpc52xx_psc_stop_tx, 383 .stop_tx = mpc52xx_psc_stop_tx, 973 .stop_tx = mpc5125_psc_stop_tx, 1008 .stop_tx = mpc512x_psc_stop_tx, 1072 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx() 1346 .stop_tx = mpc52xx_uart_stop_tx,
|
D | tegra-tcu.c | 136 .stop_tx = tegra_tcu_uart_stop_tx,
|
D | mux.c | 407 .stop_tx = mux_stop_tx,
|
D | altera_jtaguart.c | 243 .stop_tx = altera_jtaguart_stop_tx,
|
D | 21285.c | 356 .stop_tx = serial21285_stop_tx,
|
D | liteuart.c | 269 .stop_tx = liteuart_stop_tx,
|
D | sunhv.c | 376 .stop_tx = sunhv_stop_tx,
|
D | apbuart.c | 301 .stop_tx = apbuart_stop_tx,
|
D | arc_uart.c | 458 .stop_tx = arc_serial_stop_tx,
|
D | timbuart.c | 386 .stop_tx = timbuart_stop_tx,
|
D | qcom_geni_serial.c | 850 uport->ops->stop_tx(uport); in qcom_geni_serial_stop_tx() 1527 .stop_tx = qcom_geni_serial_stop_tx_fifo, 1549 .stop_tx = qcom_geni_serial_stop_tx_dma,
|
D | clps711x.c | 336 .stop_tx = uart_clps711x_stop_tx,
|
D | digicolor-usart.c | 371 .stop_tx = digicolor_uart_stop_tx,
|
/Linux-v6.6/drivers/net/wireless/ti/wl18xx/ |
D | cmd.h | 24 u8 stop_tx; member
|
D | cmd.c | 34 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
|
/Linux-v6.6/drivers/net/wireless/ti/wl12xx/ |
D | cmd.h | 102 u8 stop_tx; member
|
D | cmd.c | 292 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
|
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_dma.c | 120 .stop_tx = dwmac_dma_stop_tx,
|
D | dwmac1000_dma.c | 290 .stop_tx = dwmac_dma_stop_tx,
|
D | dwmac4_dma.c | 572 .stop_tx = dwmac4_dma_stop_tx, 601 .stop_tx = dwmac4_dma_stop_tx,
|
/Linux-v6.6/include/linux/ |
D | serial_core.h | 378 void (*stop_tx)(struct uart_port *); member 702 __port->ops->stop_tx(__port); \
|
1234