Home
last modified time | relevance | path

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

1234

/linux/include/linux/hsi/
A Dhsi.h233 int (*stop_tx)(struct hsi_client *cl); member
426 return hsi_get_port(cl)->stop_tx(cl); in hsi_stop_tx()
/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_dma.h31 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
A Dsxgbe_dma.c352 .stop_tx = sxgbe_dma_stop_tx,
/linux/drivers/net/wireless/ti/wl18xx/
A Dcmd.h24 u8 stop_tx; member
A Dcmd.c34 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
/linux/drivers/tty/serial/
A Dsb1250-duart.c388 int stop_tx; in sbd_transmit_chars() local
399 stop_tx = uart_tx_stopped(&sport->port) || in sbd_transmit_chars()
403 if (!stop_tx) { in sbd_transmit_chars()
411 if (stop_tx || kfifo_is_empty(&tport->xmit_fifo)) { in sbd_transmit_chars()
754 .stop_tx = sbd_stop_tx,
A Dmpc52xx_uart.c95 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,
A Dtegra-tcu.c138 .stop_tx = tegra_tcu_uart_stop_tx,
A Dmux.c407 .stop_tx = mux_stop_tx,
A D21285.c356 .stop_tx = serial21285_stop_tx,
A Desp32_acm.c268 .stop_tx = esp32s3_acm_stop_tx,
A Daltera_jtaguart.c243 .stop_tx = altera_jtaguart_stop_tx,
A Dliteuart.c269 .stop_tx = liteuart_stop_tx,
A Dsunhv.c381 .stop_tx = sunhv_stop_tx,
A Darc_uart.c456 .stop_tx = arc_serial_stop_tx,
A Dapbuart.c301 .stop_tx = apbuart_stop_tx,
A Dtimbuart.c383 .stop_tx = timbuart_stop_tx,
A Dqcom_geni_serial.c899 uport->ops->stop_tx(uport); in qcom_geni_serial_stop_tx()
1599 .stop_tx = qcom_geni_serial_stop_tx_fifo,
1622 .stop_tx = qcom_geni_serial_stop_tx_dma,
/linux/drivers/net/wireless/ti/wl12xx/
A Dcmd.h102 u8 stop_tx; member
A Dcmd.c292 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac100_dma.c120 .stop_tx = dwmac_dma_stop_tx,
A Ddwmac1000_dma.c292 .stop_tx = dwmac_dma_stop_tx,
A Ddwmac4_dma.c580 .stop_tx = dwmac4_dma_stop_tx,
609 .stop_tx = dwmac4_dma_stop_tx,
/linux/drivers/tty/serial/8250/
A D8250_pci1xxxx.c447 port->ops->stop_tx(port); in pci1xxxx_tx_burst()
474 port->ops->stop_tx(port); in pci1xxxx_tx_burst()
/linux/include/linux/
A Dserial_core.h379 void (*stop_tx)(struct uart_port *); member
928 __port->ops->stop_tx(__port); \

Completed in 51 milliseconds

1234