Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dmpc52xx_uart.c84 struct psc_ops { struct
342 static const struct psc_ops mpc52xx_psc_ops = {
372 static const struct psc_ops mpc5200b_psc_ops = {
965 static const struct psc_ops mpc5125_psc_ops = {
1000 static const struct psc_ops mpc512x_psc_ops = {
1037 static const struct psc_ops *psc_ops; variable
1046 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0; in mpc52xx_uart_tx_empty()
1052 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()
1059 u8 status = psc_ops->get_ipcr(port); in mpc52xx_uart_get_mctrl()
1073 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx()
[all …]