Home
last modified time | relevance | path

Searched refs:_get_device (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dgluebi.c306 mtd->_get_device = gluebi_get_device; in gluebi_create()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dgluebi.c306 mtd->_get_device = gluebi_get_device; in gluebi_create()
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dmtd.h356 int (*_get_device) (struct mtd_info *mtd); member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dmtd.h362 int (*_get_device) (struct mtd_info *mtd); member
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdcore.c1027 if (master->_get_device) { in __get_mtd_device()
1028 err = master->_get_device(mtd); in __get_mtd_device()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdcore.c1238 if (master->_get_device) { in __get_mtd_device()
1239 err = master->_get_device(mtd); in __get_mtd_device()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dcore.c3212 mtd->_get_device = spi_nor_get_device; in spi_nor_scan()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dcore.c3440 mtd->_get_device = spi_nor_get_device; in spi_nor_set_mtd_info()

Completed in 22 milliseconds