fsl_upm_nand
struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip));
struct fsl_upm_nand *fun;
struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev);
static inline struct fsl_upm_nand *to_fsl_upm_nand(struct mtd_info *mtdinfo)
return container_of(mtd_to_nand(mtdinfo), struct fsl_upm_nand,
static int fun_chip_init(struct fsl_upm_nand *fun,
struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip));