Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dmpc52xx_uart.c86 struct psc_ops { struct
344 static const struct psc_ops mpc52xx_psc_ops = {
374 static const struct psc_ops mpc5200b_psc_ops = {
964 static const struct psc_ops mpc5125_psc_ops = {
999 static const struct psc_ops mpc512x_psc_ops = {
1036 static const struct psc_ops *psc_ops; variable
1045 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0; in mpc52xx_uart_tx_empty()
1051 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()
1058 u8 status = psc_ops->get_ipcr(port); in mpc52xx_uart_get_mctrl()
1072 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx()
[all …]