|
Linux Kernel
3.7.1
|
#include <hci_uart.h>
Data Fields | |
| struct tty_struct * | tty |
| struct hci_dev * | hdev |
| unsigned long | flags |
| unsigned long | hdev_flags |
| struct work_struct | init_ready |
| struct hci_uart_proto * | proto |
| void * | priv |
| struct sk_buff * | tx_skb |
| unsigned long | tx_state |
| spinlock_t | rx_lock |
Definition at line 64 of file hci_uart.h.
| unsigned long flags |
Definition at line 67 of file hci_uart.h.
Definition at line 66 of file hci_uart.h.
| unsigned long hdev_flags |
Definition at line 68 of file hci_uart.h.
| struct work_struct init_ready |
Definition at line 70 of file hci_uart.h.
Definition at line 73 of file hci_uart.h.
Definition at line 72 of file hci_uart.h.
| spinlock_t rx_lock |
Definition at line 77 of file hci_uart.h.
| struct tty_struct* tty |
Definition at line 65 of file hci_uart.h.
Definition at line 75 of file hci_uart.h.
| unsigned long tx_state |
Definition at line 76 of file hci_uart.h.
1.8.2