Searched refs:vcs (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_kms.c | 460 		struct vmw_connector_state *vcs;  in vmw_du_primary_plane_atomic_check()  local 463 		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 	__drm_atomic_helper_crtc_reset(crtc, &vcs->base);  in vmw_du_crtc_reset() [all …] 
 | 
| /Linux-v5.10/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
  | 
| /Linux-v5.10/drivers/staging/rtl8712/ | 
| D | rtl871x_xmit.c | 706 		pxmitpriv->vcs = NONE_VCS;  in r8712_update_protection() 714 			pxmitpriv->vcs = NONE_VCS;  in r8712_update_protection() 719 					pxmitpriv->vcs = RTS_CTS;  in r8712_update_protection() 721 					pxmitpriv->vcs = CTS_TO_SELF;  in r8712_update_protection() 723 				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.10/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.10/drivers/staging/rtl8188eu/include/ | 
| D | rtw_xmit.h | 261 	u8	vcs;  member
  | 
| /Linux-v5.10/drivers/staging/rtl8723bs/include/ | 
| D | rtw_xmit.h | 401 	u8 vcs;  member
  | 
| /Linux-v5.10/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()
  | 
| /Linux-v5.10/arch/arm/boot/dts/ | 
| D | aspeed-bmc-opp-mowgli.dts | 200 	iio-hwmon-vcs {
  | 
| /Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ | 
| D | os_intfs.c | 370 	pxmitpriv->vcs = pregistrypriv->vcs_type;  in rtw_init_default_value()
  | 
| /Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ | 
| D | os_intfs.c | 580 	pxmitpriv->vcs = pregistrypriv->vcs_type;  in rtw_init_default_value()
  | 
| /Linux-v5.10/Documentation/admin-guide/ | 
| D | devices.txt | 176 		  0 = /dev/vcs		Current vc text (glyph) contents
  |