Searched refs:vcs (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_kms.c | 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->base); in vmw_du_crtc_reset() 348 struct vmw_connector_state *vcs; in vmw_du_connector_duplicate_state() local 353 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_duplicate_state() [all …]
|
| /linux/drivers/atm/ |
| H A D | idt77252.c | 555 vc = card->vcs[i]; in idt77252_tx_dump() 870 vc = card->vcs[0]; in queue_skb() 1054 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in dequeue_rx() 1295 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_rx_raw() 1454 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1471 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1497 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_tx() 2426 if (!card->vcs[index]) { in idt77252_open() 2427 card->vcs[index] = kzalloc_obj(struct vc_map); in idt77252_open() 2428 if (!card->vcs[index]) { in idt77252_open() [all …]
|
| H A D | idt77252.h | 394 struct vc_map **vcs; /* Open Connections */ member
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_xmit.c | 1379 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1389 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1394 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 1396 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 1398 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 379 u8 vcs; member
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_virtchnl.c | 2739 struct virtchnl2_vector_chunks *vcs = &ac->vchunks; in idpf_send_dealloc_vectors_msg() local 2744 buf_size = struct_size(vcs, vchunks, le16_to_cpu(vcs->num_vchunks)); in idpf_send_dealloc_vectors_msg() 2747 xn_params.send_buf.iov_base = vcs; in idpf_send_dealloc_vectors_msg()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | os_intfs.c | 516 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|