Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h291 void (*_put_device) (struct mtd_info *mtd); member
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c868 if (mtd->_put_device) in __put_mtd_device()
869 mtd->_put_device(mtd); in __put_mtd_device()