Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dgluebi.c306 mtd->_get_device = gluebi_get_device; in gluebi_create()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h290 int (*_get_device) (struct mtd_info *mtd); member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h356 int (*_get_device) (struct mtd_info *mtd); member
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdcore.c759 if (mtd->_get_device) { in __get_mtd_device()
760 err = mtd->_get_device(mtd); in __get_mtd_device()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c990 if (master->_get_device) { in __get_mtd_device()
991 err = master->_get_device(mtd); in __get_mtd_device()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c3347 mtd->_get_device = spi_nor_get_device; in spi_nor_scan()