Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dmpc52xx_uart.c91 struct psc_ops { struct
92 void (*fifo_init)(struct uart_port *port);
93 int (*raw_rx_rdy)(struct uart_port *port);
94 int (*raw_tx_rdy)(struct uart_port *port);
95 int (*rx_rdy)(struct uart_port *port);
96 int (*tx_rdy)(struct uart_port *port);
97 int (*tx_empty)(struct uart_port *port);
98 void (*stop_rx)(struct uart_port *port);
99 void (*start_tx)(struct uart_port *port);
100 void (*stop_tx)(struct uart_port *port);
[all …]
/drivers/staging/lustre/lustre/include/
Dlustre_net.h2491 struct ptlrpc_service_ops psc_ops; member