Home
last modified time | relevance | path

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

/linux-6.6.21/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,
625 if (srv->util_pre_suspend) { in util_suspend()
626 ret = srv->util_pre_suspend(); in util_suspend()
/linux-6.6.21/include/linux/
Dhyperv.h1544 int (*util_pre_suspend)(void); member