Searched refs:vcs (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_kms.c | 602 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local 607 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state() 609 if (!vcs) in vmw_du_crtc_duplicate_state() 612 state = &vcs->base; in vmw_du_crtc_duplicate_state() 639 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset() 641 if (!vcs) { in vmw_du_crtc_reset() 774 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_duplicate_state() 776 if (!vcs) in vmw_du_connector_duplicate_state() 779 state = &vcs->base; in vmw_du_connector_duplicate_state() 806 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_reset() [all …]
|
| /linux/drivers/atm/ |
| A D | idt77252.c | 555 vc = card->vcs[i]; in idt77252_tx_dump() 868 vc = card->vcs[0]; in queue_skb() 2422 if (!card->vcs[index]) { in idt77252_open() 2424 if (!card->vcs[index]) { in idt77252_open() 2434 vc = card->vcs[index]; in idt77252_open() 2667 vc = card->vcs[i]; in idt77252_proc_read() 2860 card->vcs[index] = vc; in open_card_oam() 2895 vc = card->vcs[index]; in close_card_oam() 2926 card->vcs[0] = vc; in open_card_ubr0() 3067 vfree(card->vcs); in deinit_card() [all …]
|
| A D | idt77252.h | 394 struct vc_map **vcs; /* Open Connections */ member
|
| /linux/drivers/iommu/intel/ |
| A D | cap_audit.c | 57 CHECK_FEATURE_MISMATCH(a, b, ecap, vcs, ECAP_VCS_MASK); in check_dmar_capabilities() 104 CHECK_FEATURE_MISMATCH_HOTPLUG(iommu, ecap, vcs, ECAP_VCS_MASK); in cap_audit_hotplug()
|
| /linux/drivers/staging/rtl8712/ |
| A 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()
|
| A D | rtl871x_xmit.h | 218 u8 vcs; member
|
| A D | os_intfs.c | 270 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_xmit.c | 1064 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1072 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1077 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 1079 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 1081 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_xmit.c | 1344 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1354 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1359 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 1361 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 1363 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
| /linux/drivers/staging/r8188eu/include/ |
| A D | rtw_xmit.h | 272 u8 vcs; member
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtw_xmit.h | 389 u8 vcs; member
|
| /linux/arch/arm/boot/dts/ |
| A D | aspeed-bmc-opp-mowgli.dts | 200 iio-hwmon-vcs {
|
| /linux/drivers/staging/r8188eu/os_dep/ |
| A D | os_intfs.c | 411 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | os_intfs.c | 539 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|
| /linux/Documentation/admin-guide/ |
| A D | devices.txt | 176 0 = /dev/vcs Current vc text (glyph) contents
|
Completed in 46 milliseconds