Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mtd/
Drawnand.h1285 struct nand_chip { struct
1302 int(*waitfunc)(struct mtd_info *mtd, struct nand_chip *this); argument
1303 int (*exec_op)(struct nand_chip *chip, argument
1307 int (*set_features)(struct mtd_info *mtd, struct nand_chip *chip, argument
1309 int (*get_features)(struct mtd_info *mtd, struct nand_chip *chip, argument
1311 int (*setup_read_retry)(struct mtd_info *mtd, int retry_mode);
1312 int (*setup_data_interface)(struct mtd_info *mtd, int chipnr,
1315 int chip_delay;
1316 unsigned int options;
1317 unsigned int bbt_options;
[all …]