Searched refs:vcs (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 981 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local 986 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state() 988 if (!vcs) in vmw_du_crtc_duplicate_state() 991 state = &vcs->base; in vmw_du_crtc_duplicate_state() 1009 struct vmw_crtc_state *vcs; in vmw_du_crtc_reset() local 1018 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset() 1020 if (!vcs) { in vmw_du_crtc_reset() 1025 __drm_atomic_helper_crtc_reset(crtc, &vcs->base); in vmw_du_crtc_reset() 1148 struct vmw_connector_state *vcs; in vmw_du_connector_duplicate_state() local 1153 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_duplicate_state() [all …]
|
/Linux-v6.6/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() 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[index]) { in idt77252_open() [all …]
|
D | idt77252.h | 394 struct vc_map **vcs; /* Open Connections */ member
|
/Linux-v6.6/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 731 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()
|
D | rtl871x_xmit.h | 218 u8 vcs; member
|
D | os_intfs.c | 270 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
|
/Linux-v6.6/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1341 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()
|
/Linux-v6.6/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 389 u8 vcs; member
|
/Linux-v6.6/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-opp-mowgli.dts | 200 iio-hwmon-vcs {
|
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/ |
D | os_intfs.c | 539 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|
/Linux-v6.6/Documentation/admin-guide/ |
D | devices.txt | 176 0 = /dev/vcs Current vc text (glyph) contents
|