Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
chipreg.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/kmod.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/mtd/map.h>
#include <linux/mtd/mtd.h>

Go to the source code of this file.

Functions

void register_mtd_chip_driver (struct mtd_chip_driver *drv)
 
void unregister_mtd_chip_driver (struct mtd_chip_driver *drv)
 
struct mtd_infodo_map_probe (const char *name, struct map_info *map)
 
void map_destroy (struct mtd_info *mtd)
 
 EXPORT_SYMBOL (register_mtd_chip_driver)
 
 EXPORT_SYMBOL (unregister_mtd_chip_driver)
 
 EXPORT_SYMBOL (do_map_probe)
 
 EXPORT_SYMBOL (map_destroy)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("David Woodhouse <[email protected]>")
 
 MODULE_DESCRIPTION ("Core routines for registering and invoking MTD chip drivers")
 

Function Documentation

struct mtd_info* do_map_probe ( const char name,
struct map_info map 
)
read

Definition at line 57 of file chipreg.c.

EXPORT_SYMBOL ( register_mtd_chip_driver  )
EXPORT_SYMBOL ( unregister_mtd_chip_driver  )
EXPORT_SYMBOL ( do_map_probe  )
EXPORT_SYMBOL ( map_destroy  )
void map_destroy ( struct mtd_info mtd)

Definition at line 85 of file chipreg.c.

MODULE_AUTHOR ( "David Woodhouse <[email protected]>"  )
MODULE_DESCRIPTION ( "Core routines for registering and invoking MTD chip drivers"  )
MODULE_LICENSE ( "GPL"  )
void register_mtd_chip_driver ( struct mtd_chip_driver drv)

Definition at line 17 of file chipreg.c.

void unregister_mtd_chip_driver ( struct mtd_chip_driver drv)

Definition at line 24 of file chipreg.c.