Home
last modified time | relevance | path

Searched refs:onfi_get_features (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/mtd/
Dnand.h670 int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip, member
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
Dgpmi-lib.c942 ret = nand->onfi_get_features(mtd, nand, in enable_edo_mode()
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c3137 if (!chip->onfi_get_features) in nand_set_defaults()
3138 chip->onfi_get_features = nand_onfi_get_features; in nand_set_defaults()