Home
last modified time | relevance | path

Searched refs:VERSION_WIN10_V5 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hv/
H A Dconnection.c57 VERSION_WIN10_V5,
89 * VMBus protocol 5.0 (VERSION_WIN10_V5) and higher require that we must in vmbus_negotiate_version()
93 * VERSION_WIN10_V5 and higher, we don't use msg->interrupt_page, but we in vmbus_negotiate_version()
99 if (version >= VERSION_WIN10_V5) { in vmbus_negotiate_version()
154 if (version >= VERSION_WIN10_V5) in vmbus_negotiate_version()
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c491 case VERSION_WIN10_V5: in hyperv_connect_vsp()
/linux/net/vmw_vsock/
H A Dhyperv_transport.c372 if (vmbus_proto_version < VERSION_WIN10_V5) { in hvs_open_connection()
/linux/include/linux/
H A Dhyperv.h274 #define VERSION_WIN10_V5 ((5 << 16) | (0)) macro
/linux/drivers/video/fbdev/
H A Dhyperv_fb.c631 case VERSION_WIN10_V5: in synthvid_connect_vsp()