Searched refs:vcs (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_kms.c | 460 		struct vmw_connector_state *vcs;  in vmw_du_primary_plane_atomic_check()  local463 		vcs = vmw_connector_state_to_vcs(du->connector.state);  in vmw_du_primary_plane_atomic_check()
 588 	struct vmw_crtc_state *vcs;  in vmw_du_crtc_duplicate_state()  local
 593 	vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL);  in vmw_du_crtc_duplicate_state()
 595 	if (!vcs)  in vmw_du_crtc_duplicate_state()
 598 	state = &vcs->base;  in vmw_du_crtc_duplicate_state()
 616 	struct vmw_crtc_state *vcs;  in vmw_du_crtc_reset()  local
 625 	vcs = kzalloc(sizeof(*vcs), GFP_KERNEL);  in vmw_du_crtc_reset()
 627 	if (!vcs) {  in vmw_du_crtc_reset()
 632 	crtc->state = &vcs->base;  in vmw_du_crtc_reset()
 [all …]
 
 | 
| /Linux-v5.4/drivers/atm/ | 
| D | idt77252.c | 555 		vc = card->vcs[i];  in idt77252_tx_dump()866 			vc = card->vcs[0];  in queue_skb()
 1051 	vc = card->vcs[VPCI2VC(card, vpi, vci)];  in dequeue_rx()
 1291 		vc = card->vcs[VPCI2VC(card, vpi, vci)];  in idt77252_rx_raw()
 1450 			vc = card->vcs[conn & 0x1fff];  in idt77252_tx()
 1467 			vc = card->vcs[conn & 0x1fff];  in idt77252_tx()
 1493 			vc = card->vcs[VPCI2VC(card, vpi, vci)];  in idt77252_tx()
 2427 	if (!card->vcs[index]) {  in idt77252_open()
 2428 		card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL);  in idt77252_open()
 2429 		if (!card->vcs[index]) {  in idt77252_open()
 [all …]
 
 | 
| D | idt77252.h | 394 	struct vc_map		**vcs;		/* Open Connections */  member
 | 
| /Linux-v5.4/drivers/staging/rtl8712/ | 
| D | rtl871x_xmit.c | 715 		pxmitpriv->vcs = NONE_VCS;  in r8712_update_protection()723 			pxmitpriv->vcs = NONE_VCS;  in r8712_update_protection()
 728 					pxmitpriv->vcs = RTS_CTS;  in r8712_update_protection()
 730 					pxmitpriv->vcs = CTS_TO_SELF;  in r8712_update_protection()
 732 				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-v5.4/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()
 
 | 
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ | 
| D | rtw_xmit.h | 267 	u8	vcs;  member
 | 
| /Linux-v5.4/drivers/staging/rtl8723bs/include/ | 
| D | rtw_xmit.h | 405 	u8 vcs;  member
 | 
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ | 
| D | rtw_xmit.c | 1562 		pxmitpriv->vcs = NONE_VCS;  in rtw_update_protection()1572 			pxmitpriv->vcs = NONE_VCS;  in rtw_update_protection()
 1577 					pxmitpriv->vcs = RTS_CTS;  in rtw_update_protection()
 1579 					pxmitpriv->vcs = CTS_TO_SELF;  in rtw_update_protection()
 1581 				pxmitpriv->vcs = NONE_VCS;  in rtw_update_protection()
 
 | 
| /Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ | 
| D | os_intfs.c | 370 	pxmitpriv->vcs = pregistrypriv->vcs_type;  in rtw_init_default_value()
 | 
| /Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ | 
| D | os_intfs.c | 600 	pxmitpriv->vcs = pregistrypriv->vcs_type;  in rtw_init_default_value()
 | 
| /Linux-v5.4/Documentation/admin-guide/ | 
| D | devices.txt | 176 		  0 = /dev/vcs		Current vc text (glyph) contents
 |