Home
last modified time | relevance | path

Searched refs:psc_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
A Dmpc52xx_uart.c84 struct psc_ops { struct
1037 static const struct psc_ops *psc_ops; variable
1073 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx()
1080 psc_ops->start_tx(port); in mpc52xx_uart_start_tx()
1087 psc_ops->stop_rx(port); in mpc52xx_uart_stop_rx()
1093 psc_ops->enable_ms(port); in mpc52xx_uart_enable_ms()
1115 if (psc_ops->clock) { in mpc52xx_uart_startup()
1159 if (psc_ops->clock) in mpc52xx_uart_shutdown()
1864 psc_ops = match->data; in mpc52xx_uart_of_enumerate()
1916 if (psc_ops && psc_ops->fifoc_init) { in mpc52xx_uart_init()
[all …]

Completed in 768 milliseconds