Searched defs:psc_ops (Results 1 – 2 of 2) sorted by relevance
91 struct psc_ops { struct92 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 …]
2491 struct ptlrpc_service_ops psc_ops; member