Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnand_micron.c168 struct micron_nand *micron = nand_get_manufacturer_data(chip); in micron_nand_on_die_ecc_setup()
192 struct micron_nand *micron = nand_get_manufacturer_data(chip); in micron_nand_on_die_ecc_status_4()
577 struct micron_nand *micron = nand_get_manufacturer_data(chip); in micron_nand_cleanup()
H A Dnand_hynix.c109 struct hynix_nand *hynix = nand_get_manufacturer_data(chip); in hynix_nand_setup_read_retry()
289 struct hynix_nand *hynix = nand_get_manufacturer_data(chip); in hynix_mlc_1xnm_rr_init()
669 struct hynix_nand *hynix = nand_get_manufacturer_data(chip); in hynix_nand_cleanup()
/linux/include/linux/mtd/
H A Drawnand.h1374 static inline void *nand_get_manufacturer_data(struct nand_chip *chip) in nand_get_manufacturer_data() function