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

#include <hci.h>

Data Fields

struct nfc_devndev
 
u32 max_data_link_payload
 
struct mutex msg_tx_mutex
 
struct list_head msg_tx_queue
 
struct work_struct msg_tx_work
 
struct timer_list cmd_timer
 
struct hci_msgcmd_pending_msg
 
struct sk_buff_head rx_hcp_frags
 
struct work_struct msg_rx_work
 
struct sk_buff_head msg_rx_queue
 
struct nfc_hci_opsops
 
struct nfc_llcllc
 
struct nfc_hci_init_data init_data
 
voidclientdata
 
u8 gate2pipe [NFC_HCI_MAX_GATES]
 
u8 sw_romlib
 
u8 sw_patch
 
u8 sw_flashlib_major
 
u8 sw_flashlib_minor
 
u8 hw_derivative
 
u8 hw_version
 
u8 hw_mpw
 
u8 hw_software
 
u8 hw_bsid
 
int async_cb_type
 
data_exchange_cb_t async_cb
 
voidasync_cb_context
 

Detailed Description

Definition at line 73 of file hci.h.

Field Documentation

Definition at line 115 of file hci.h.

void* async_cb_context

Definition at line 116 of file hci.h.

int async_cb_type

Definition at line 114 of file hci.h.

void* clientdata

Definition at line 99 of file hci.h.

struct hci_msg* cmd_pending_msg

Definition at line 85 of file hci.h.

struct timer_list cmd_timer

Definition at line 84 of file hci.h.

u8 gate2pipe[NFC_HCI_MAX_GATES]

Definition at line 101 of file hci.h.

u8 hw_bsid

Definition at line 112 of file hci.h.

u8 hw_derivative

Definition at line 108 of file hci.h.

u8 hw_mpw

Definition at line 110 of file hci.h.

u8 hw_software

Definition at line 111 of file hci.h.

u8 hw_version

Definition at line 109 of file hci.h.

Definition at line 97 of file hci.h.

Definition at line 95 of file hci.h.

u32 max_data_link_payload

Definition at line 76 of file hci.h.

struct sk_buff_head msg_rx_queue

Definition at line 91 of file hci.h.

struct work_struct msg_rx_work

Definition at line 89 of file hci.h.

struct mutex msg_tx_mutex

Definition at line 78 of file hci.h.

struct list_head msg_tx_queue

Definition at line 80 of file hci.h.

struct work_struct msg_tx_work

Definition at line 82 of file hci.h.

struct nfc_dev* ndev

Definition at line 74 of file hci.h.

Definition at line 93 of file hci.h.

struct sk_buff_head rx_hcp_frags

Definition at line 87 of file hci.h.

u8 sw_flashlib_major

Definition at line 105 of file hci.h.

u8 sw_flashlib_minor

Definition at line 106 of file hci.h.

u8 sw_patch

Definition at line 104 of file hci.h.

u8 sw_romlib

Definition at line 103 of file hci.h.


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