Home
last modified time | relevance | path

Searched refs:vcs (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c461 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_KERNE in vmw_du_crtc_reset()
756 struct vmw_connector_state *vcs; vmw_du_connector_duplicate_state() local
784 struct vmw_connector_state *vcs; vmw_du_connector_reset() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c983 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local
988 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state()
990 if (!vcs) in vmw_du_crtc_duplicate_state()
993 state = &vcs->base; in vmw_du_crtc_duplicate_state()
1011 struct vmw_crtc_state *vcs; in vmw_du_crtc_reset() local
1020 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset()
1022 if (!vcs) { in vmw_du_crtc_reset()
1027 __drm_atomic_helper_crtc_reset(crtc, &vcs in vmw_du_crtc_reset()
1150 struct vmw_connector_state *vcs; vmw_du_connector_duplicate_state() local
1178 struct vmw_connector_state *vcs; vmw_du_connector_reset() local
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c555 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()
1293 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_rx_raw()
1452 vc = card->vcs[conn & 0x1fff]; in idt77252_tx()
1469 vc = card->vcs[conn & 0x1fff]; in idt77252_tx()
1495 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_tx()
2429 if (!card->vcs[index]) { in idt77252_open()
2430 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL); in idt77252_open()
2431 if (!card->vcs[inde in idt77252_open()
[all...]
H A Didt77252.h394 struct vc_map **vcs; /* Open Connections */ member
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.c555 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()
2422 if (!card->vcs[index]) { in idt77252_open()
2423 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL); in idt77252_open()
2424 if (!card->vcs[inde in idt77252_open()
[all...]
H A Didt77252.h394 struct vc_map **vcs; /* Open Connections */ member
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_xmit.c732 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()
H A Drtl871x_xmit.h218 u8 vcs; member
H A Dos_intfs.c270 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_xmit.c731 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection()
739 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection()
744 pxmitpriv->vcs = RTS_CTS; in r8712_update_protection()
746 pxmitpriv->vcs = CTS_TO_SELF; in r8712_update_protection()
748 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection()
H A Drtl871x_xmit.h218 u8 vcs; member
H A Dos_intfs.c270 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_xmit.c1096 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_xmit.h261 u8 vcs; member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1440 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()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1341 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
1351 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
1356 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection()
1358 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection()
1360 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h401 u8 vcs; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h389 u8 vcs; member
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Dos_intfs.c370 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c539 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c580 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()

Completed in 38 milliseconds