Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
mntfunc.c File Reference
#include "platform.h"
#include "di_defs.h"
#include "divasync.h"
#include "debug_if.h"
#include "debuglib.c"

Go to the source code of this file.

Macros

#define DBG_MINIMUM   (DL_LOG + DL_FTL + DL_ERR)
 
#define DBG_DEFAULT   (DBG_MINIMUM + DL_XLOG + DL_REG)
 

Functions

void DIVA_DIDD_Read (void *, int)
 
int diva_os_copy_to_user (void *os_handle, void __user *dst, const void *src, int length)
 
int diva_os_copy_from_user (void *os_handle, void *dst, const void __user *src, int length)
 
int maint_read_write (void __user *buf, int count)
 
int __init mntfunc_init (int *buffer_length, void **buffer, unsigned long diva_dbg_mem)
 
void __exit mntfunc_finit (void)
 

Variables

charDRIVERRELEASE_MNT
 

Macro Definition Documentation

#define DBG_DEFAULT   (DBG_MINIMUM + DL_XLOG + DL_REG)

Definition at line 22 of file mntfunc.c.

#define DBG_MINIMUM   (DL_LOG + DL_FTL + DL_ERR)

Definition at line 21 of file mntfunc.c.

Function Documentation

void DIVA_DIDD_Read ( void ,
int   
)
int diva_os_copy_from_user ( void os_handle,
void dst,
const void __user src,
int  length 
)

Definition at line 80 of file divamnt.c.

int diva_os_copy_to_user ( void os_handle,
void __user dst,
const void src,
int  length 
)

Definition at line 75 of file divamnt.c.

int maint_read_write ( void __user buf,
int  count 
)

Definition at line 136 of file mntfunc.c.

void __exit mntfunc_finit ( void  )

Definition at line 351 of file mntfunc.c.

int __init mntfunc_init ( int buffer_length,
void **  buffer,
unsigned long  diva_dbg_mem 
)

Definition at line 303 of file mntfunc.c.

Variable Documentation

char* DRIVERRELEASE_MNT

Definition at line 44 of file divamnt.c.