Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/ubi/
Dgluebi.c306 mtd->_get_device = gluebi_get_device; in gluebi_create()
/linux-6.6.21/include/linux/mtd/
Dmtd.h362 int (*_get_device) (struct mtd_info *mtd); member
/linux-6.6.21/drivers/mtd/
Dmtdcore.c1238 if (master->_get_device) { in __get_mtd_device()
1239 err = master->_get_device(mtd); in __get_mtd_device()
/linux-6.6.21/drivers/mtd/spi-nor/
Dcore.c3440 mtd->_get_device = spi_nor_get_device; in spi_nor_set_mtd_info()