|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/errno.h>#include <linux/slab.h>#include <linux/interrupt.h>#include <linux/mtd/xip.h>#include <linux/mtd/map.h>#include <linux/mtd/pfow.h>#include <linux/mtd/qinfo.h>Go to the source code of this file.
Functions | |
| struct mtd_info * | lpddr_probe (struct map_info *map) |
| module_init (lpddr_probe_init) | |
| module_exit (lpddr_probe_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Vasiliy Leonenko <[email protected]>") | |
| MODULE_DESCRIPTION ("Driver to probe qinfo flash chips") | |
Definition at line 201 of file qinfo_probe.c.
| MODULE_AUTHOR | ( | "Vasiliy Leonenko <[email protected]>" | ) |
| module_exit | ( | lpddr_probe_exit | ) |
| module_init | ( | lpddr_probe_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2