Searched refs:psc_ops (Results 1 – 4 of 4) sorted by relevance
91 struct psc_ops { struct349 static struct psc_ops mpc52xx_psc_ops = {379 static struct psc_ops mpc5200b_psc_ops = {972 static struct psc_ops mpc5125_psc_ops = {1007 static struct psc_ops mpc512x_psc_ops = {1044 static const struct psc_ops *psc_ops; variable1053 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0; in mpc52xx_uart_tx_empty()1059 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()1066 u8 status = psc_ops->get_ipcr(port); in mpc52xx_uart_get_mctrl()1080 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx()[all …]
976 .psc_ops = { in ldlm_setup()
2491 struct ptlrpc_service_ops psc_ops; member
629 service->srv_ops = conf->psc_ops; in ptlrpc_register_service()