Home
last modified time | relevance | path

Searched refs:_put_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/mtd/ubi/
Dgluebi.c307 mtd->_put_device = gluebi_put_device; in gluebi_create()
/Linux-v5.10/include/linux/mtd/
Dmtd.h357 void (*_put_device) (struct mtd_info *mtd); member
/Linux-v5.10/drivers/mtd/
Dmtdcore.c1062 if (master->_put_device) in __put_mtd_device()
1063 master->_put_device(master); in __put_mtd_device()