Home
last modified time | relevance | path

Searched defs:mtd (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/include/linux/mtd/
Dmtd.h364 static inline void mtd_set_ooblayout(struct mtd_info *mtd, in mtd_set_ooblayout()
370 static inline void mtd_set_pairing_scheme(struct mtd_info *mtd, in mtd_set_pairing_scheme()
376 static inline void mtd_set_of_node(struct mtd_info *mtd, in mtd_set_of_node()
384 static inline struct device_node *mtd_get_of_node(struct mtd_info *mtd) in mtd_get_of_node()
389 static inline u32 mtd_oobavail(struct mtd_info *mtd, struct mtd_oob_ops *ops) in mtd_oobavail()
394 static inline int mtd_max_bad_blocks(struct mtd_info *mtd, in mtd_max_bad_blocks()
442 static inline void mtd_sync(struct mtd_info *mtd) in mtd_sync()
455 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend()
460 static inline void mtd_resume(struct mtd_info *mtd) in mtd_resume()
466 static inline uint32_t mtd_div_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_div_by_eb()
[all …]
Dnand_bch.h46 nand_bch_calculate_ecc(struct mtd_info *mtd, const u_char *dat, in nand_bch_calculate_ecc()
53 nand_bch_correct_data(struct mtd_info *mtd, unsigned char *buf, in nand_bch_correct_data()
59 static inline struct nand_bch_control *nand_bch_init(struct mtd_info *mtd) in nand_bch_init()
Dnand.h177 struct mtd_info mtd; member
209 static inline struct nand_device *mtd_to_nanddev(struct mtd_info *mtd) in mtd_to_nanddev()
601 struct mtd_info *mtd = nanddev_to_mtd(nand); in nanddev_io_iter_init() local
Dblktrans.h37 struct mtd_info *mtd; member
Dspinand.h362 static inline struct spinand_device *mtd_to_spinand(struct mtd_info *mtd) in mtd_to_spinand()
Dspi-nor.h284 struct mtd_info mtd; member
Drawnand.h1286 struct mtd_info mtd; member
1392 static inline struct nand_chip *mtd_to_nand(struct mtd_info *mtd) in mtd_to_nand()
/linux-4.19.296/fs/romfs/
Dmmap-nommu.c29 struct mtd_info *mtd = inode->i_sb->s_mtd; in romfs_get_unmapped_area() local
75 struct mtd_info *mtd = file_inode(file)->i_sb->s_mtd; in romfs_mmap_capabilities() local
/linux-4.19.296/fs/jffs2/
Djffs2_fs_sb.h49 struct mtd_info *mtd; member
/linux-4.19.296/include/uapi/mtd/
Dmtd-abi.h280 static inline int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_user()