Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/
H A Dmtdcore.c419 mtd->_reboot(mtd); in mtd_reboot_notifier()
1091 WARN_ONCE(mtd->_reboot && mtd->reboot_notifier.notifier_call, in mtd_device_parse_register()
1093 if (mtd->_reboot && !mtd->reboot_notifier.notifier_call) { in mtd_device_parse_register()
1121 if (master->_reboot) { in mtd_device_unregister()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h279 void (*_reboot) (struct mtd_info *mtd); member
/openbmc/linux/include/linux/mtd/
H A Dmtd.h357 void (*_reboot) (struct mtd_info *mtd); member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6536 mtd->_reboot = nand_shutdown; in nand_scan_tail()