| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A 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 …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 178 const char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; in xf86OpenConsole() local 205 while (vcs[i] != NULL) { in xf86OpenConsole() 206 snprintf(vtname, sizeof(vtname), vcs[i], xf86Info.vtno); /* /dev/tty1-64 */ in xf86OpenConsole()
|
| /OK3568_Linux_fs/kernel/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() 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 …]
|
| H A D | idt77252.h | 394 struct vc_map **vcs; /* Open Connections */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0005-Fixup-compatibility-of-mozbuild-with-Python-3.10.patch | 21 testing/web-platform/tests/tools/manifest/vcs.py | 2 +- 149 …-git a/testing/web-platform/tests/tools/manifest/vcs.py b/testing/web-platform/tests/tools/manifes… 151 --- a/testing/web-platform/tests/tools/manifest/vcs.py 152 +++ b/testing/web-platform/tests/tools/manifest/vcs.py
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | mdev.conf | 26 vcs.* 0:5 0660
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | devfs-udev.rules | 22 KERNEL="vcs", NAME="vcc/0" 23 KERNEL="vcs[0-9]*", NAME="vcc/%n"
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | go.bbclass | 120 tar -C ${S}/src/${GO_IMPORT} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' . | \ 122 tar -C ${B} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' pkg | \
|
| H A D | npm.bbclass | 84 '--exclude-vcs',
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H 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()
|
| H A D | rtl871x_xmit.h | 218 u8 vcs; member
|
| H A D | os_intfs.c | 270 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_xmit.h | 261 u8 vcs; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 401 u8 vcs; member
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-opp-mowgli.dts | 200 iio-hwmon-vcs {
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/ |
| H A D | os_intfs.c | 370 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_xmit.h | 675 u8 vcs; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_xmit.h | 686 u8 vcs; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_xmit.c | 2513 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2524 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2532 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 2534 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 2537 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_xmit.h | 723 u8 vcs; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_xmit.c | 2527 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2538 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2546 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 2548 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 2551 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_xmit.c | 2654 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2664 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2669 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 2671 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 2673 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_xmit.c | 2960 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2970 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 2975 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 2977 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 2979 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|