Home
last modified time | relevance | path

Searched refs:chip_probe (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/samsung/universal_c210/
H A Donenand.c18 this->chip_probe = s5pc210_chip_probe; in onenand_board_init()
/openbmc/u-boot/board/samsung/goni/
H A Donenand.c19 this->chip_probe = s5pc110_chip_probe; in onenand_board_init()
/openbmc/u-boot/include/linux/mtd/
H A Donenand.h104 int (*chip_probe)(struct mtd_info *mtd); member
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2587 ret = this->chip_probe(mtd); in onenand_probe()
2701 if (!this->chip_probe) in onenand_scan()
2702 this->chip_probe = onenand_chip_probe; in onenand_scan()