Home
last modified time | relevance | path

Searched refs:schedule_tx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Datmel_serial.c184 void (*schedule_tx)(struct uart_port *port); member
1755 atmel_port->schedule_tx(port); in atmel_tasklet_tx_func()
1812 atmel_port->schedule_tx = &atmel_tx_dma; in atmel_set_ops()
1816 atmel_port->schedule_tx = &atmel_tx_pdc; in atmel_set_ops()
1820 atmel_port->schedule_tx = &atmel_tx_chars; in atmel_set_ops()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Datmel_serial.c185 void (*schedule_tx)(struct uart_port *port); member
1727 atmel_port->schedule_tx(port); in atmel_tasklet_tx_func()
1784 atmel_port->schedule_tx = &atmel_tx_dma; in atmel_set_ops()
1788 atmel_port->schedule_tx = &atmel_tx_pdc; in atmel_set_ops()
1792 atmel_port->schedule_tx = &atmel_tx_chars; in atmel_set_ops()

Completed in 7 milliseconds