Searched refs:psc_ops (Results 1 – 4 of 4) sorted by relevance
91 struct psc_ops { struct348 static struct psc_ops mpc52xx_psc_ops = {378 static struct psc_ops mpc5200b_psc_ops = {971 static struct psc_ops mpc5125_psc_ops = {1006 static struct psc_ops mpc512x_psc_ops = {1043 static const struct psc_ops *psc_ops; variable1052 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0; in mpc52xx_uart_tx_empty()1058 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()1065 u8 status = psc_ops->get_ipcr(port); in mpc52xx_uart_get_mctrl()1079 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx()[all …]
1048 .psc_ops = { in ldlm_setup()
2510 struct ptlrpc_service_ops psc_ops; member
775 service->srv_ops = conf->psc_ops; in ptlrpc_register_service()