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

/drivers/tty/serial/
H A Dmpc52xx_uart.c101 struct psc_ops { struct
288 static struct psc_ops mpc52xx_psc_ops = {
309 static struct psc_ops mpc5200b_psc_ops = {
576 static struct psc_ops mpc512x_psc_ops = {
601 static struct psc_ops *psc_ops; variable in typeref:struct:psc_ops
610 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0;
640 psc_ops->stop_tx(port);
647 psc_ops->start_tx(port);
660 psc_ops
[all...]

Completed in 1296 milliseconds