Linux Kernel
3.7.1
|
#include <c67x00.h>
Data Fields | |
spinlock_t | lock |
void * | private_data |
void(* | irq )(struct c67x00_sie *sie, u16 int_status, u16 msg) |
struct c67x00_device * | dev |
int | sie_num |
int | mode |
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)
struct c67x00_device* dev |
void(* irq)(struct c67x00_sie *sie, u16 int_status, u16 msg) |
spinlock_t lock |