| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 167 depths[0].vids = (VisualID *) malloc(MAXVISUALSPERDEPTH * sizeof(VisualID)); in xnestOpenScreen() 214 depths[depthIndex].vids = in xnestOpenScreen() 221 depths[depthIndex].vids[depths[depthIndex].numVids] = in xnestOpenScreen() 414 free(pScreen->allowedDepths[i].vids); in xnestCloseScreen()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 227 compRegisterAlternateVisuals(CompScreenPtr cs, VisualID * vids, int nVisuals) in compRegisterAlternateVisuals() argument 236 memcpy(&p[cs->numAlternateVisuals], vids, sizeof(VisualID) * nVisuals); in compRegisterAlternateVisuals() 245 CompositeRegisterAlternateVisuals(ScreenPtr pScreen, VisualID * vids, in CompositeRegisterAlternateVisuals() argument 250 return compRegisterAlternateVisuals(cs, vids, nVisuals); in CompositeRegisterAlternateVisuals()
|
| H A D | compositeext.h | 35 VisualID * vids,
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 656 visual->visualID = PanoramiXDepths[i].vids[j]; in PanoramiXCreateConnectionBlock() 675 free(PanoramiXDepths[i].vids); in PanoramiXCreateConnectionBlock() 754 PanoramiXDepths[j].vids = NULL; in PanoramiXMaybeAddDepth() 795 PanoramiXDepths[k].vids = reallocarray(PanoramiXDepths[k].vids, in PanoramiXMaybeAddVisual() 798 PanoramiXDepths[k].vids[PanoramiXDepths[k].numVids] = pVisual->vid; in PanoramiXMaybeAddVisual()
|
| H A D | saver.c | 817 if (visual == pDepth->vids[ivisual]) { in ScreenSaverSetAttributes()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | vl_alias.c | 129 if (la->vids[i] != lb->vids[i]) in afs_compare_volume_slists()
|
| H A D | server_list.c | 48 slist->vids[i] = vldb->vid[i]; in afs_alloc_server_list()
|
| H A D | internal.h | 549 afs_volid_t vids[AFS_MAXTYPES]; /* Volume IDs */ member
|
| /OK3568_Linux_fs/kernel/net/ncsi/ |
| H A D | ncsi-rsp.c | 373 ncf->vids[cmd->index - 1] = 0; in ncsi_rsp_handler_svf() 376 ncf->vids[cmd->index - 1] = ntohs(cmd->vlan); in ncsi_rsp_handler_svf() 806 nc->vlan_filter.vids = kcalloc(rsp->vlan_cnt, in ncsi_rsp_handler_gc() 807 sizeof(*nc->vlan_filter.vids), in ncsi_rsp_handler_gc() 809 if (!nc->vlan_filter.vids) in ncsi_rsp_handler_gc() 889 ncvf->vids[i] = ntohs(*(__be16 *)pdata); in ncsi_rsp_handler_gp()
|
| H A D | ncsi-manage.c | 254 kfree(nc->vlan_filter.vids); in ncsi_remove_channel() 616 vid = ncf->vids[index]; in clear_one_vid() 619 ncf->vids[index] = 0; in clear_one_vid() 655 if (ncf->vids[i] == vid) { in set_one_vid() 679 ncf->vids[index] = vid; in set_one_vid()
|
| H A D | ncsi-netlink.c | 85 if (ncf->vids[i]) in ncsi_write_channel_info() 87 ncf->vids[i]); in ncsi_write_channel_info()
|
| H A D | internal.h | 132 u16 *vids; member
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micmap.c | 494 depth->vids = vid; in miInitVisuals() 567 if (visual[k].vid == depth[i].vids[j]) in miInitVisuals() 583 *defaultVisp = depth[i].vids[j]; in miInitVisuals()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 49 free(depths[d].vids); in fbCloseScreen()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 2520 XID *vids, vid; in ResizeVisualArray() local 2526 vids = reallocarray(depth->vids, depth->numVids + new_visual_count, in ResizeVisualArray() 2528 if (!vids) in ResizeVisualArray() 2532 depth->vids = vids; in ResizeVisualArray() 2550 vids[first_new_vid + i] = vid; in ResizeVisualArray()
|
| H A D | window.c | 811 if (visual == pDepth->vids[ivisual]) { in CreateWindow()
|
| H A D | dispatch.c | 641 vid = pDepth->vids[k]; in CreateConnectionBlock()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 1540 u16 vids[BE_NUM_VLANS_SUPPORTED]; in be_vid_config() local 1557 for_each_set_bit(i, adapter->vids, VLAN_N_VID) in be_vid_config() 1558 vids[num++] = cpu_to_le16(i); in be_vid_config() 1560 status = be_cmd_vlan_config(adapter, adapter->if_handle, vids, num, 0); in be_vid_config() 1583 if (test_bit(vid, adapter->vids)) in be_vlan_add_vid() 1586 set_bit(vid, adapter->vids); in be_vlan_add_vid() 1606 if (!test_bit(vid, adapter->vids)) in be_vlan_rem_vid() 1609 clear_bit(vid, adapter->vids); in be_vlan_rem_vid() 1922 u16 vids[BE_NUM_VLANS_SUPPORTED]; in be_set_vf_tvt() local 1932 vids[0] = 0; in be_set_vf_tvt() [all …]
|
| H A D | be.h | 617 unsigned long vids[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 81 VisualID *vids; /* block of visual ids for this depth */ member
|
| /OK3568_Linux_fs/external/xserver/dbe/ |
| H A D | midbe.c | 105 visInfo[k].visual = pDepth->vids[j]; in miDbeGetVisualInfo()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/ |
| H A D | cpsw_switchdev.rst | 62 The dual_mac mode requires two vids to be reserved for internal purposes,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4_en.h | 626 int vids[128]; member
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 140 if (pDepth->vids[v] == pVisual->vid) in visualDepth()
|
| H A D | render.c | 349 pVisual = findVisual(pScreen, pDepth->vids[v]); in ProcRenderQueryPictFormats() 433 pVisual = findVisual(pScreen, pDepth->vids[v]); in ProcRenderQueryPictFormats()
|