Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
hpidebug.c File Reference
#include "hpi_internal.h"
#include "hpidebug.h"

Go to the source code of this file.

Functions

void hpi_debug_init (void)
 
int hpi_debug_level_set (int level)
 
int hpi_debug_level_get (void)
 
void hpi_debug_message (struct hpi_message *phm, char *sz_fileline)
 
void hpi_debug_data (u16 *pdata, u32 len)
 

Variables

int hpi_debug_level = HPI_DEBUG_LEVEL_DEFAULT
 

Function Documentation

void hpi_debug_data ( u16 pdata,
u32  len 
)

Definition at line 58 of file hpidebug.c.

void hpi_debug_init ( void  )

Definition at line 29 of file hpidebug.c.

int hpi_debug_level_get ( void  )

Definition at line 43 of file hpidebug.c.

int hpi_debug_level_set ( int  level)

Definition at line 34 of file hpidebug.c.

void hpi_debug_message ( struct hpi_message phm,
char sz_fileline 
)

Definition at line 48 of file hpidebug.c.

Variable Documentation

int hpi_debug_level = HPI_DEBUG_LEVEL_DEFAULT

Definition at line 27 of file hpidebug.c.