Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dmpc52xx_uart.c88 struct psc_ops { struct
346 static const struct psc_ops mpc52xx_psc_ops = {
376 static const struct psc_ops mpc5200b_psc_ops = {
969 static const struct psc_ops mpc5125_psc_ops = {
1004 static const struct psc_ops mpc512x_psc_ops = {
1041 static const struct psc_ops *psc_ops; variable
1050 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0; in mpc52xx_uart_tx_empty()
1056 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()
1063 u8 status = psc_ops->get_ipcr(port); in mpc52xx_uart_get_mctrl()
1077 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx()
[all …]