Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/
Dmtdcore.c367 mtd->_reboot(mtd); in mtd_reboot_notifier()
586 if (mtd->_reboot && !mtd->reboot_notifier.notifier_call) { in mtd_device_parse_register()
606 if (master->_reboot) in mtd_device_unregister()
/linux-4.1.27/include/linux/mtd/
Dmtd.h230 void (*_reboot) (struct mtd_info *mtd); member
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c4178 mtd->_reboot = nand_shutdown; in nand_scan_tail()