Lines Matching refs:shutdown_event
891 enum bmic_flush_cache_shutdown_event shutdown_event) in pqi_flush_cache() argument
900 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache()
9045 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_shutdown() local
9062 shutdown_event = RESTART; in pqi_shutdown()
9064 shutdown_event = SHUTDOWN; in pqi_shutdown()
9070 rc = pqi_flush_cache(ctrl_info, shutdown_event); in pqi_shutdown()
9152 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_suspend_or_freeze() local
9154 shutdown_event = pqi_get_flush_cache_shutdown_event(pci_dev); in pqi_suspend_or_freeze()
9155 pqi_flush_cache(ctrl_info, shutdown_event); in pqi_suspend_or_freeze()
9229 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_poweroff() local
9234 shutdown_event = pqi_get_flush_cache_shutdown_event(pci_dev); in pqi_poweroff()
9235 pqi_flush_cache(ctrl_info, shutdown_event); in pqi_poweroff()