Searched defs:psc_ops (Results 1 – 1 of 1) sorted by relevance
86 struct psc_ops { struct87 void (*fifo_init)(struct uart_port *port);88 unsigned int (*raw_rx_rdy)(struct uart_port *port);89 unsigned int (*raw_tx_rdy)(struct uart_port *port);90 unsigned int (*rx_rdy)(struct uart_port *port);91 unsigned int (*tx_rdy)(struct uart_port *port);92 unsigned int (*tx_empty)(struct uart_port *port);93 void (*stop_rx)(struct uart_port *port);94 void (*start_tx)(struct uart_port *port);95 void (*stop_tx)(struct uart_port *port);[all …]