Home
last modified time | relevance | path

Searched refs:mtdinfo (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mtd/
H A Dsh_flctl.h175 static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo) in mtd_to_flctl() argument
177 return container_of(mtd_to_nand(mtdinfo), struct sh_flctl, chip); in mtd_to_flctl()
/linux/drivers/mtd/nand/raw/
H A Dfsl_upm.c36 static inline struct fsl_upm_nand *to_fsl_upm_nand(struct mtd_info *mtdinfo) in to_fsl_upm_nand() argument
38 return container_of(mtd_to_nand(mtdinfo), struct fsl_upm_nand, in to_fsl_upm_nand()