Lines Matching refs:resolution_resp
180 struct synthvid_supported_resolution_resp resolution_resp; member
394 if (msg->resolution_resp.resolution_count == 0 || in hyperv_get_supported_resolution()
395 msg->resolution_resp.resolution_count > in hyperv_get_supported_resolution()
398 msg->resolution_resp.resolution_count); in hyperv_get_supported_resolution()
402 index = msg->resolution_resp.default_resolution_index; in hyperv_get_supported_resolution()
403 if (index >= msg->resolution_resp.resolution_count) { in hyperv_get_supported_resolution()
408 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in hyperv_get_supported_resolution()
410 msg->resolution_resp.supported_resolution[i].width); in hyperv_get_supported_resolution()
412 msg->resolution_resp.supported_resolution[i].height); in hyperv_get_supported_resolution()
416 msg->resolution_resp.supported_resolution[index].width; in hyperv_get_supported_resolution()
418 msg->resolution_resp.supported_resolution[index].height; in hyperv_get_supported_resolution()
461 if (msg->resolution_resp.resolution_count > in hyperv_receive_sub()
465 msg->resolution_resp.resolution_count); in hyperv_receive_sub()
468 need += msg->resolution_resp.resolution_count * in hyperv_receive_sub()