Home
last modified time | relevance | path

Searched refs:_get_device (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h285 int (*_get_device) (struct mtd_info *mtd); member
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c758 if (mtd->_get_device) { in __get_mtd_device()
759 err = mtd->_get_device(mtd); in __get_mtd_device()