Home
last modified time | relevance | path

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

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