mtd_chip_driver
static struct mtd_chip_driver cfi_intelext_chipdrv = {
static struct mtd_chip_driver cfi_amdstd_chipdrv = {
static struct mtd_chip_driver cfi_staa_chipdrv = {
static struct mtd_chip_driver cfi_chipdrv = {
void register_mtd_chip_driver(struct mtd_chip_driver *drv)
void unregister_mtd_chip_driver(struct mtd_chip_driver *drv)
static struct mtd_chip_driver *get_mtd_chip_driver (const char *name)
struct mtd_chip_driver *ret = NULL, *this;
struct mtd_chip_driver *drv;
static struct mtd_chip_driver jedec_chipdrv = {
static struct mtd_chip_driver map_absent_chipdrv = {
static struct mtd_chip_driver mapram_chipdrv = {
static struct mtd_chip_driver maprom_chipdrv = {
static struct mtd_chip_driver lpddr_chipdrv = {
struct mtd_chip_driver;
struct mtd_chip_driver *fldrv;
void register_mtd_chip_driver(struct mtd_chip_driver *);
void unregister_mtd_chip_driver(struct mtd_chip_driver *);