Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dmtdcore.c371 mtd->_reboot(mtd); in mtd_reboot_notifier()
627 WARN_ONCE(mtd->_reboot && mtd->reboot_notifier.notifier_call, in mtd_device_parse_register()
629 if (mtd->_reboot && !mtd->reboot_notifier.notifier_call) { in mtd_device_parse_register()
650 if (master->_reboot) in mtd_device_unregister()
/linux-4.4.14/include/linux/mtd/
Dmtd.h230 void (*_reboot) (struct mtd_info *mtd); member
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c4359 mtd->_reboot = nand_shutdown; in nand_scan_tail()