Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hv/
Dhv_util.c132 .util_pre_suspend = hv_timesync_pre_suspend,
144 .util_pre_suspend = hv_kvp_pre_suspend,
152 .util_pre_suspend = hv_vss_pre_suspend,
160 .util_pre_suspend = hv_fcopy_pre_suspend,
627 if (srv->util_pre_suspend) { in util_suspend()
628 ret = srv->util_pre_suspend(); in util_suspend()
/Linux-v6.1/include/linux/
Dhyperv.h1548 int (*util_pre_suspend)(void); member