Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vrc4173_cardu.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/spinlock.h>
#include <linux/types.h>
#include <asm/io.h>
#include <pcmcia/ss.h>
#include "vrc4173_cardu.h"

Go to the source code of this file.

Functions

 MODULE_DESCRIPTION ("NEC VRC4173 CARDU driver for Socket Services")
 
 MODULE_AUTHOR ("Yoichi Yuasa <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
struct socket_info_t * pcmcia_register_socket (int slot, struct pccard_operations *vtable, int use_bus_pm)
 
void pcmcia_unregister_socket (struct socket_info_t *s)
 
 __setup ("vrc4173_cardu=", vrc4173_cardu_setup)
 
 module_init (vrc4173_cardu_init)
 
 module_exit (vrc4173_cardu_exit)
 
 MODULE_DEVICE_TABLE (pci, vrc4173_cardu_id_table)
 

Function Documentation

__setup ( )
MODULE_AUTHOR ( "Yoichi Yuasa <[email protected]>"  )
MODULE_DESCRIPTION ( "NEC VRC4173 CARDU driver for Socket Services"  )
MODULE_DEVICE_TABLE ( pci  ,
vrc4173_cardu_id_table   
)
module_exit ( vrc4173_cardu_exit  )
module_init ( vrc4173_cardu_init  )
MODULE_LICENSE ( "GPL"  )
struct socket_info_t* pcmcia_register_socket ( int  slot,
struct pccard_operations vtable,
int  use_bus_pm 
)
read
void pcmcia_unregister_socket ( struct socket_info_t *  s)