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

#include <tpm.h>

Data Fields

struct devicedev
 
int dev_num
 
unsigned long is_open
 
int time_expired
 
u8data_buffer
 
atomic_t data_pending
 
struct mutex buffer_mutex
 
struct timer_list user_read_timer
 
struct work_struct work
 
struct mutex tpm_mutex
 
struct tpm_vendor_specific vendor
 
struct dentry ** bios_dir
 
struct list_head list
 
void(* release )(struct device *)
 

Detailed Description

Definition at line 111 of file tpm.h.

Field Documentation

struct dentry** bios_dir

Definition at line 129 of file tpm.h.

struct mutex buffer_mutex

Definition at line 121 of file tpm.h.

u8* data_buffer

Definition at line 119 of file tpm.h.

atomic_t data_pending

Definition at line 120 of file tpm.h.

struct device* dev

Definition at line 112 of file tpm.h.

int dev_num

Definition at line 114 of file tpm.h.

unsigned long is_open

Definition at line 115 of file tpm.h.

Definition at line 131 of file tpm.h.

void(* release)(struct device *)

Definition at line 132 of file tpm.h.

int time_expired

Definition at line 116 of file tpm.h.

struct mutex tpm_mutex

Definition at line 125 of file tpm.h.

struct timer_list user_read_timer

Definition at line 123 of file tpm.h.

Definition at line 127 of file tpm.h.

Definition at line 124 of file tpm.h.


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