Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
r592.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/freezer.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/kthread.h>
#include <linux/sched.h>
#include <linux/highmem.h>
#include <asm/byteorder.h>
#include <linux/swab.h>
#include "r592.h"

Go to the source code of this file.

Functions

const charmemstick_debug_get_tpc_name (int tpc)
 
 EXPORT_SYMBOL (memstick_debug_get_tpc_name)
 
 MODULE_DEVICE_TABLE (pci, r592_pci_id_tbl)
 
 module_init (r592_module_init)
 
 module_exit (r592_module_exit)
 
 module_param_named (enable_dma, r592_enable_dma, bool, S_IRUGO)
 
 MODULE_PARM_DESC (enable_dma,"Enable usage of the DMA (default)")
 
 module_param (debug, int, S_IRUGO|S_IWUSR)
 
 MODULE_PARM_DESC (debug,"Debug level (0-3)")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Maxim Levitsky <[email protected]>")
 
 MODULE_DESCRIPTION ("Ricoh R5C592 Memstick/Memstick PRO card reader driver")
 

Function Documentation

EXPORT_SYMBOL ( memstick_debug_get_tpc_name  )
const char* memstick_debug_get_tpc_name ( int  tpc)

memstick_debug_get_tpc_name - debug helper that returns string for a TPC number

Definition at line 50 of file r592.c.

MODULE_AUTHOR ( "Maxim Levitsky <[email protected]>"  )
MODULE_DESCRIPTION ( "Ricoh R5C592 Memstick/Memstick PRO card reader driver )
MODULE_DEVICE_TABLE ( pci  ,
r592_pci_id_tbl   
)
module_exit ( r592_module_exit  )
module_init ( r592_module_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
S_IRUGO S_IWUSR 
)
module_param_named ( enable_dma  ,
r592_enable_dma  ,
bool  ,
S_IRUGO   
)
MODULE_PARM_DESC ( enable_dma  ,
"Enable usage of the DMA (default)"   
)
MODULE_PARM_DESC ( debug  ,
"Debug level (0-3)"   
)