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

#include <mailbox.h>

Data Fields

char * name
 
unsigned int irq
 
struct omap_mbox_queue * txq
 
struct omap_mbox_queue * rxq
 
struct omap_mbox_ops * ops
 
struct device * dev
 
void * priv
 
int use_count
 
struct blocking_notifier_head notifier
 

Detailed Description

Definition at line 53 of file mailbox.h.

Field Documentation

struct device* dev

Definition at line 58 of file mailbox.h.

unsigned int irq

Definition at line 55 of file mailbox.h.

char* name

Definition at line 54 of file mailbox.h.

Definition at line 61 of file mailbox.h.

Definition at line 57 of file mailbox.h.

Definition at line 59 of file mailbox.h.

Definition at line 56 of file mailbox.h.

Definition at line 56 of file mailbox.h.

int use_count

Definition at line 60 of file mailbox.h.


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