Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dmpc52xx_uart.c91 struct psc_ops { struct
348 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; variable
1052 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 …]
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c1048 .psc_ops = { in ldlm_setup()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h2510 struct ptlrpc_service_ops psc_ops; member
/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c775 service->srv_ops = conf->psc_ops; in ptlrpc_register_service()