Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
h5 Struct Reference

Public Types

enum  { H5_UNINITIALIZED, H5_INITIALIZED, H5_ACTIVE }
 
enum  { H5_AWAKE, H5_SLEEPING, H5_WAKING_UP }
 

Data Fields

struct sk_buff_head unack
 
struct sk_buff_head rel
 
struct sk_buff_head unrel
 
unsigned long flags
 
struct sk_buffrx_skb
 
size_t rx_pending
 
u8 rx_ack
 
int(* rx_func )(struct hci_uart *hu, u8 c)
 
struct timer_list timer
 
u8 tx_seq
 
u8 tx_ack
 
u8 tx_win
 
enum h5:: { ... }  state
 
enum h5:: { ... }  sleep
 

Detailed Description

Definition at line 67 of file hci_h5.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
H5_UNINITIALIZED 
H5_INITIALIZED 
H5_ACTIVE 

Definition at line 86 of file hci_h5.c.

anonymous enum
Enumerator:
H5_AWAKE 
H5_SLEEPING 
H5_WAKING_UP 

Definition at line 92 of file hci_h5.c.

Field Documentation

unsigned long flags

Definition at line 72 of file hci_h5.c.

Definition at line 69 of file hci_h5.c.

u8 rx_ack

Definition at line 76 of file hci_h5.c.

int(* rx_func)(struct hci_uart *hu, u8 c)

Definition at line 78 of file hci_h5.c.

size_t rx_pending

Definition at line 75 of file hci_h5.c.

struct sk_buff* rx_skb

Definition at line 74 of file hci_h5.c.

enum { ... } sleep
enum { ... } state

Definition at line 80 of file hci_h5.c.

u8 tx_ack

Definition at line 83 of file hci_h5.c.

u8 tx_seq

Definition at line 82 of file hci_h5.c.

u8 tx_win

Definition at line 84 of file hci_h5.c.

Definition at line 68 of file hci_h5.c.

Definition at line 70 of file hci_h5.c.


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