Searched refs:vcs (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 992 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local 997 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state() 999 if (!vcs) in vmw_du_crtc_duplicate_state() 1002 state = &vcs->base; in vmw_du_crtc_duplicate_state() 1020 struct vmw_crtc_state *vcs; in vmw_du_crtc_reset() local 1029 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset() 1031 if (!vcs) { in vmw_du_crtc_reset() 1036 __drm_atomic_helper_crtc_reset(crtc, &vcs->base); in vmw_du_crtc_reset() 1150 struct vmw_connector_state *vcs; in vmw_du_connector_duplicate_state() local 1155 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_duplicate_state() [all …]
|
/linux/drivers/atm/ |
H A 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() 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() 2423 if (!card->vcs[index]) { in idt77252_open() 2424 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL); in idt77252_open() 2425 if (!card->vcs[index]) { in idt77252_open() [all …]
|
H A D | idt77252.h | 394 struct vc_map **vcs; /* Open Connections */ member
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_xmit.h | 379 u8 vcs; member
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-opp-mowgli.dts | 200 iio-hwmon-vcs {
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_virtchnl.c | 2232 struct virtchnl2_vector_chunks *vcs = &ac->vchunks; in idpf_send_dealloc_vectors_msg() local 2237 buf_size = struct_size(vcs, vchunks, le16_to_cpu(vcs->num_vchunks)); in idpf_send_dealloc_vectors_msg() 2240 xn_params.send_buf.iov_base = vcs; in idpf_send_dealloc_vectors_msg()
|
/linux/Documentation/admin-guide/ |
H A D | devices.txt | 176 0 = /dev/vcs Current vc text (glyph) contents
|