Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hci_uart Struct Reference

#include <hci_uart.h>

Data Fields

struct tty_structtty
 
struct hci_devhdev
 
unsigned long flags
 
unsigned long hdev_flags
 
struct work_struct init_ready
 
struct hci_uart_protoproto
 
voidpriv
 
struct sk_bufftx_skb
 
unsigned long tx_state
 
spinlock_t rx_lock
 

Detailed Description

Definition at line 64 of file hci_uart.h.

Field Documentation

unsigned long flags

Definition at line 67 of file hci_uart.h.

struct hci_dev* hdev

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.

Definition at line 65 of file hci_uart.h.

struct sk_buff* tx_skb

Definition at line 75 of file hci_uart.h.

unsigned long tx_state

Definition at line 76 of file hci_uart.h.


The documentation for this struct was generated from the following file: