Searched refs:vcs (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 461 struct vmw_connector_state *vcs; in vmw_du_primary_plane_atomic_check() local 464 vcs = vmw_connector_state_to_vcs(du->connector.state); in vmw_du_primary_plane_atomic_check() 589 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local 594 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state() 596 if (!vcs) in vmw_du_crtc_duplicate_state() 599 state = &vcs->base; in vmw_du_crtc_duplicate_state() 617 struct vmw_crtc_state *vcs; in vmw_du_crtc_reset() local 626 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset() 628 if (!vcs) { in vmw_du_crtc_reset() 633 __drm_atomic_helper_crtc_reset(crtc, &vcs->base); in vmw_du_crtc_reset() [all …]
|
/drivers/atm/ |
D | idt77252.c | 555 vc = card->vcs[i]; in idt77252_tx_dump() 868 vc = card->vcs[0]; in queue_skb() 1052 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in dequeue_rx() 1292 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_rx_raw() 1451 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1468 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1494 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_tx() 2428 if (!card->vcs[index]) { in idt77252_open() 2429 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL); in idt77252_open() 2430 if (!card->vcs[index]) { in idt77252_open() [all …]
|
D | idt77252.h | 394 struct vc_map **vcs; /* Open Connections */ member
|
/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 732 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection() 740 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection() 745 pxmitpriv->vcs = RTS_CTS; in r8712_update_protection() 747 pxmitpriv->vcs = CTS_TO_SELF; in r8712_update_protection() 749 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection()
|
D | rtl871x_xmit.h | 218 u8 vcs; member
|
D | os_intfs.c | 270 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1096 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1104 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1109 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 1111 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 1113 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 261 u8 vcs; member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1440 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1450 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1455 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 1457 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 1459 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 401 u8 vcs; member
|
/drivers/staging/rtl8188eu/os_dep/ |
D | os_intfs.c | 370 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | os_intfs.c | 580 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|