Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
iwl-test.c File Reference
#include <linux/export.h>
#include <net/netlink.h>
#include "iwl-io.h"
#include "iwl-fh.h"
#include "iwl-prph.h"
#include "iwl-trans.h"
#include "iwl-test.h"
#include "iwl-csr.h"
#include "iwl-testmode.h"

Go to the source code of this file.

Macros

#define IWL_ABS_PRPH_START   (0xA00000)
 

Functions

void iwl_test_init (struct iwl_test *tst, struct iwl_trans *trans, struct iwl_test_ops *ops)
 
 EXPORT_SYMBOL_GPL (iwl_test_init)
 
void iwl_test_free (struct iwl_test *tst)
 
 EXPORT_SYMBOL_GPL (iwl_test_free)
 
int iwl_test_parse (struct iwl_test *tst, struct nlattr **tb, void *data, int len)
 
 EXPORT_SYMBOL_GPL (iwl_test_parse)
 
int iwl_test_handle_cmd (struct iwl_test *tst, struct nlattr **tb)
 
 EXPORT_SYMBOL_GPL (iwl_test_handle_cmd)
 
int iwl_test_dump (struct iwl_test *tst, u32 cmd, struct sk_buff *skb, struct netlink_callback *cb)
 
 EXPORT_SYMBOL_GPL (iwl_test_dump)
 
void iwl_test_rx (struct iwl_test *tst, struct iwl_rx_cmd_buffer *rxb)
 
 EXPORT_SYMBOL_GPL (iwl_test_rx)
 

Macro Definition Documentation

#define IWL_ABS_PRPH_START   (0xA00000)

Definition at line 80 of file iwl-test.c.

Function Documentation

EXPORT_SYMBOL_GPL ( iwl_test_init  )
EXPORT_SYMBOL_GPL ( iwl_test_free  )
EXPORT_SYMBOL_GPL ( iwl_test_parse  )
EXPORT_SYMBOL_GPL ( iwl_test_handle_cmd  )
EXPORT_SYMBOL_GPL ( iwl_test_dump  )
EXPORT_SYMBOL_GPL ( iwl_test_rx  )
int iwl_test_dump ( struct iwl_test tst,
u32  cmd,
struct sk_buff skb,
struct netlink_callback cb 
)

Definition at line 788 of file iwl-test.c.

void iwl_test_free ( struct iwl_test tst)

Definition at line 176 of file iwl-test.c.

int iwl_test_handle_cmd ( struct iwl_test tst,
struct nlattr **  tb 
)

Definition at line 667 of file iwl-test.c.

void iwl_test_init ( struct iwl_test tst,
struct iwl_trans trans,
struct iwl_test_ops ops 
)

Definition at line 162 of file iwl-test.c.

int iwl_test_parse ( struct iwl_test tst,
struct nlattr **  tb,
void data,
int  len 
)

Definition at line 641 of file iwl-test.c.

void iwl_test_rx ( struct iwl_test tst,
struct iwl_rx_cmd_buffer rxb 
)

Definition at line 851 of file iwl-test.c.