Searched refs:vcs (Results 1 – 3 of 3) sorted by relevance
190 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local 195 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state() 197 if (!vcs) in vmw_du_crtc_duplicate_state() 200 state = &vcs->base; in vmw_du_crtc_duplicate_state() 218 struct vmw_crtc_state *vcs; in vmw_du_crtc_reset() local 227 vcs = kzalloc_obj(*vcs); in vmw_du_crtc_reset() 229 if (!vcs) { in vmw_du_crtc_reset() 234 __drm_atomic_helper_crtc_reset(crtc, &vcs in vmw_du_crtc_reset() 348 struct vmw_connector_state *vcs; vmw_du_connector_duplicate_state() local 376 struct vmw_connector_state *vcs; vmw_du_connector_reset() local [all...]
360 u8 vcs;379 u8 vcs; global() member
2741 struct virtchnl2_vector_chunks *vcs = &ac->vchunks; in idpf_send_dealloc_vectors_msg() local2746 buf_size = struct_size(vcs, vchunks, le16_to_cpu(vcs->num_vchunks)); in idpf_send_dealloc_vectors_msg()2749 xn_params.send_buf.iov_base = vcs; in idpf_send_dealloc_vectors_msg()