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

#include <c67x00.h>

Data Fields

spinlock_t lock
 
voidprivate_data
 
void(* irq )(struct c67x00_sie *sie, u16 int_status, u16 msg)
 
struct c67x00_devicedev
 
int sie_num
 
int mode
 

Detailed Description

struct c67x00_sie - Common data associated with a SIE : lock to protect this struct and the associated chip registers : subdriver dependent data : subdriver dependent irq handler, set NULL when not used : link to common driver structure : SIE number on chip, starting from 0 : SIE mode (host/peripheral/otg/not used)

Definition at line 206 of file c67x00.h.

Field Documentation

Definition at line 213 of file c67x00.h.

Definition at line 210 of file c67x00.h.

spinlock_t lock

Definition at line 208 of file c67x00.h.

int mode

Definition at line 215 of file c67x00.h.

void* private_data

Definition at line 209 of file c67x00.h.

int sie_num

Definition at line 214 of file c67x00.h.


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