Searched refs:vcs (Results 1 – 5 of 5) 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(sizeof(*vcs), GFP_KERNEL); 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...]
394 struct vc_map **vcs; /* Open Connections */ member
200 iio-hwmon-vcs {
2364 struct virtchnl2_vector_chunks *vcs = &ac->vchunks; in idpf_send_dealloc_vectors_msg() local 2369 buf_size = struct_size(vcs, vchunks, le16_to_cpu(vcs->num_vchunks)); in idpf_send_dealloc_vectors_msg() 2372 xn_params.send_buf.iov_base = vcs; in idpf_send_dealloc_vectors_msg()
507 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()