Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
ozevent.c File Reference
#include "ozconfig.h"
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/jiffies.h>
#include <linux/uaccess.h>
#include "oztrace.h"
#include "ozevent.h"
#include "ozappif.h"

Go to the source code of this file.

Data Structures

struct  oz_evtdev
 

Macros

#define OZ_MAX_EVTS   2048 /* Must be power of 2 */
 

Functions

void oz_event_init (void)
 
void oz_event_term (void)
 
void oz_event_log2 (u8 evt, u8 ctx1, u16 ctx2, void *ctx3, unsigned ctx4)
 

Variables

u32 g_evt_mask
 

Macro Definition Documentation

#define OZ_MAX_EVTS   2048 /* Must be power of 2 */

Definition at line 23 of file ozevent.c.

Function Documentation

void oz_event_init ( void  )

Definition at line 40 of file ozevent.c.

void oz_event_log2 ( u8  evt,
u8  ctx1,
u16  ctx2,
void ctx3,
unsigned  ctx4 
)

Definition at line 59 of file ozevent.c.

void oz_event_term ( void  )

Definition at line 52 of file ozevent.c.

Variable Documentation

u32 g_evt_mask

Definition at line 20 of file ozevent.c.