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

#include <isar.h>

Data Fields

struct isar_ch ch [2]
 
voidhw
 
spinlock_thwlock
 
charname
 
struct moduleowner
 
read_reg_funcread_reg
 
write_reg_funcwrite_reg
 
fifo_funcread_fifo
 
fifo_funcwrite_fifo
 
int(* ctrl )(void *, u32, u_long)
 
void(* release )(struct isar_hw *)
 
int(* init )(struct isar_hw *)
 
int(* open )(struct isar_hw *, struct channel_req *)
 
int(* firmware )(struct isar_hw *, const u8 *, int)
 
unsigned long Flags
 
int version
 
u8 bstat
 
u8 iis
 
u8 cmsb
 
u8 clsb
 
u8 buf [256]
 
u8 log [256]
 

Detailed Description

Definition at line 44 of file isar.h.

Field Documentation

u8 bstat

Definition at line 61 of file isar.h.

u8 buf[256]

Definition at line 65 of file isar.h.

struct isar_ch ch[2]

Definition at line 45 of file isar.h.

u8 clsb

Definition at line 64 of file isar.h.

u8 cmsb

Definition at line 63 of file isar.h.

int(* ctrl)(void *, u32, u_long)

Definition at line 54 of file isar.h.

Definition at line 58 of file isar.h.

unsigned long Flags

Definition at line 59 of file isar.h.

void* hw

Definition at line 46 of file isar.h.

spinlock_t* hwlock

Definition at line 47 of file isar.h.

u8 iis

Definition at line 62 of file isar.h.

int(* init)(struct isar_hw *)

Definition at line 56 of file isar.h.

u8 log[256]

Definition at line 66 of file isar.h.

char* name

Definition at line 48 of file isar.h.

int(* open)(struct isar_hw *, struct channel_req *)

Definition at line 57 of file isar.h.

struct module* owner

Definition at line 49 of file isar.h.

fifo_func* read_fifo

Definition at line 52 of file isar.h.

read_reg_func* read_reg

Definition at line 50 of file isar.h.

void(* release)(struct isar_hw *)

Definition at line 55 of file isar.h.

int version

Definition at line 60 of file isar.h.

fifo_func* write_fifo

Definition at line 53 of file isar.h.

write_reg_func* write_reg

Definition at line 51 of file isar.h.


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