Searched refs:stop_tx (Results 1 – 25 of 55) sorted by relevance
123
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_dma.h | 31 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
|
| H A D | sxgbe_dma.c | 352 .stop_tx = sxgbe_dma_stop_tx,
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A D | cmd.h | 24 u8 stop_tx; member
|
| H A D | cmd.c | 34 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | cmd.h | 102 u8 stop_tx; member
|
| H A D | cmd.c | 292 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
|
| /linux/drivers/tty/serial/ |
| H A D | tegra-tcu.c | 138 .stop_tx = tegra_tcu_uart_stop_tx,
|
| H A D | mux.c | 407 .stop_tx = mux_stop_tx,
|
| H A D | 21285.c | 356 .stop_tx = serial21285_stop_tx,
|
| H A D | liteuart.c | 269 .stop_tx = liteuart_stop_tx,
|
| H A D | sunhv.c | 381 .stop_tx = sunhv_stop_tx,
|
| H A D | timbuart.c | 383 .stop_tx = timbuart_stop_tx,
|
| H A D | digicolor-usart.c | 371 .stop_tx = digicolor_uart_stop_tx,
|
| H A D | clps711x.c | 336 .stop_tx = uart_clps711x_stop_tx,
|
| H A D | mps2-uart.c | 399 .stop_tx = mps2_uart_stop_tx,
|
| H A D | mcf.c | 452 .stop_tx = mcf_stop_tx,
|
| H A D | altera_uart.c | 397 .stop_tx = altera_uart_stop_tx,
|
| H A D | vt8500_serial.c | 564 .stop_tx = vt8500_stop_tx,
|
| H A D | lpc32xx_hs.c | 588 .stop_tx = serial_lpc32xx_stop_tx,
|
| H A D | tegra-utc.c | 342 .stop_tx = tegra_utc_stop_tx,
|
| H A D | sunplus-uart.c | 483 .stop_tx = sunplus_stop_tx,
|
| H A D | milbeaut_usio.c | 389 .stop_tx = mlb_usio_stop_tx,
|
| H A D | serial_core.c | 133 port->ops->stop_tx(port); in uart_stop() 238 uport->ops->stop_tx(uport); in uart_change_line_settings() 2331 ops->stop_tx(uport); in uart_suspend_port() 3405 uport->ops->stop_tx(uport); in uart_handle_cts_change()
|
| H A D | owl-uart.c | 480 .stop_tx = owl_uart_stop_tx,
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pci1xxxx.c | 501 port->ops->stop_tx(port); in pci1xxxx_tx_burst() 528 port->ops->stop_tx(port); in pci1xxxx_tx_burst()
|
123