|
Linux Kernel
3.7.1
|
Data Fields | |
| void(* | fifo_init )(struct uart_port *port) |
| int(* | raw_rx_rdy )(struct uart_port *port) |
| int(* | raw_tx_rdy )(struct uart_port *port) |
| int(* | rx_rdy )(struct uart_port *port) |
| int(* | tx_rdy )(struct uart_port *port) |
| int(* | tx_empty )(struct uart_port *port) |
| void(* | stop_rx )(struct uart_port *port) |
| void(* | start_tx )(struct uart_port *port) |
| void(* | stop_tx )(struct uart_port *port) |
| void(* | rx_clr_irq )(struct uart_port *port) |
| void(* | tx_clr_irq )(struct uart_port *port) |
| void(* | write_char )(struct uart_port *port, unsigned char c) |
| unsigned char(* | read_char )(struct uart_port *port) |
| void(* | cw_disable_ints )(struct uart_port *port) |
| void(* | cw_restore_ints )(struct uart_port *port) |
| unsigned int(* | set_baudrate )(struct uart_port *port, struct ktermios *new, struct ktermios *old) |
| int(* | clock )(struct uart_port *port, int enable) |
| int(* | fifoc_init )(void) |
| void(* | fifoc_uninit )(void) |
| void(* | get_irq )(struct uart_port *, struct device_node *) |
| irqreturn_t(* | handle_irq )(struct uart_port *port) |
Definition at line 101 of file mpc52xx_uart.c.
Definition at line 121 of file mpc52xx_uart.c.
Definition at line 122 of file mpc52xx_uart.c.
| void(* get_irq)(struct uart_port *, struct device_node *) |
Definition at line 123 of file mpc52xx_uart.c.
| irqreturn_t(* handle_irq)(struct uart_port *port) |
Definition at line 124 of file mpc52xx_uart.c.
Definition at line 117 of file mpc52xx_uart.c.
Definition at line 113 of file mpc52xx_uart.c.
1.8.2