Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_msg.c428 int vmw_host_get_guestinfo(const char *guest_info_param, in vmw_host_get_guestinfo() argument
438 if (!guest_info_param || !length) in vmw_host_get_guestinfo()
441 msg = kasprintf(GFP_KERNEL, "info-get %s", guest_info_param); in vmw_host_get_guestinfo()
444 guest_info_param); in vmw_host_get_guestinfo()
480 DRM_ERROR("Failed to get guest info \"%s\".", guest_info_param); in vmw_host_get_guestinfo()
Dvmwgfx_drv.h1532 int vmw_host_get_guestinfo(const char *guest_info_param,