|
Linux Kernel
3.7.1
|
Data Fields | |
| struct tty_port | port |
| struct kref | kref |
| struct tty_struct * | tty |
| unsigned int | index |
| struct sdio_func * | func |
| struct mutex | func_lock |
| struct task_struct * | in_sdio_uart_irq |
| unsigned int | regs_offset |
| struct kfifo | xmit_fifo |
| spinlock_t | write_lock |
| struct uart_icount | icount |
| unsigned int | uartclk |
| unsigned int | mctrl |
| unsigned int | rx_mctrl |
| unsigned int | read_status_mask |
| unsigned int | ignore_status_mask |
| unsigned char | x_char |
| unsigned char | ier |
| unsigned char | lcr |
Definition at line 67 of file sdio_uart.c.
Definition at line 72 of file sdio_uart.c.
Definition at line 73 of file sdio_uart.c.
| struct uart_icount icount |
Definition at line 78 of file sdio_uart.c.
| unsigned char ier |
Definition at line 85 of file sdio_uart.c.
| unsigned int ignore_status_mask |
Definition at line 83 of file sdio_uart.c.
| struct task_struct* in_sdio_uart_irq |
Definition at line 74 of file sdio_uart.c.
| unsigned int index |
Definition at line 71 of file sdio_uart.c.
Definition at line 69 of file sdio_uart.c.
| unsigned char lcr |
Definition at line 86 of file sdio_uart.c.
| unsigned int mctrl |
Definition at line 80 of file sdio_uart.c.
Definition at line 68 of file sdio_uart.c.
| unsigned int read_status_mask |
Definition at line 82 of file sdio_uart.c.
| unsigned int regs_offset |
Definition at line 75 of file sdio_uart.c.
| unsigned int rx_mctrl |
Definition at line 81 of file sdio_uart.c.
| struct tty_struct* tty |
Definition at line 70 of file sdio_uart.c.
| unsigned int uartclk |
Definition at line 79 of file sdio_uart.c.
| spinlock_t write_lock |
Definition at line 77 of file sdio_uart.c.
| unsigned char x_char |
Definition at line 84 of file sdio_uart.c.
| struct kfifo xmit_fifo |
Definition at line 76 of file sdio_uart.c.
1.8.2