| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbglyph.c | 61 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in fbPolyGlyphBlt() argument 94 pci = *ppci++; in fbPolyGlyphBlt() 129 CharInfoPtr *ppci; in fbImageGlyphBlt() local 170 ppci = ppciInit; in fbImageGlyphBlt() 174 widthBack += (*ppci++)->metrics.characterWidth; in fbImageGlyphBlt() 194 ppci = ppciInit; in fbImageGlyphBlt() 196 pci = *ppci++; in fbImageGlyphBlt()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miglblt.c | 84 …Ptr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * ppci, /* array of chara… in miPolyGlyphBlt() argument 142 pci = *ppci++; in miPolyGlyphBlt() 185 …Ptr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * ppci, /* array of charac… in miImageGlyphBlt() argument 195 xfont2_query_glyph_extents(pGC->font, ppci, (unsigned long) nglyph, &info); in miImageGlyphBlt() 224 (*pGC->ops->PolyGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in miImageGlyphBlt()
|
| H A D | mi.h | 268 CharInfoPtr *ppci, 277 CharInfoPtr *ppci,
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_glyphblt.c | 43 CharInfoPtr *ppci, void *pglyph_base) in glamor_poly_glyph_blt_gl() argument 87 CharInfoPtr charinfo = ppci[n]; in glamor_poly_glyph_blt_gl() 156 CharInfoPtr *ppci, void *pglyph_base) in glamor_poly_glyph_blt() argument 159 glamor_poly_glyph_blt_gl(drawable, gc, start_x, y, nglyph, ppci, in glamor_poly_glyph_blt() 163 ppci, pglyph_base); in glamor_poly_glyph_blt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
| H A D | nv4c.c | 34 nv4c_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv4c_pci_new() argument 36 return nvkm_pci_new_(&nv4c_pci_func, device, index, ppci); in nv4c_pci_new()
|
| H A D | gp100.c | 41 gp100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gp100_pci_new() argument 43 return nvkm_pci_new_(&gp100_pci_func, device, index, ppci); in gp100_pci_new()
|
| H A D | nv46.c | 48 nv46_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv46_pci_new() argument 50 return nvkm_pci_new_(&nv46_pci_func, device, index, ppci); in nv46_pci_new()
|
| H A D | gf106.c | 46 gf106_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf106_pci_new() argument 48 return nvkm_pci_new_(&gf106_pci_func, device, index, ppci); in gf106_pci_new()
|
| H A D | g94.c | 46 g94_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g94_pci_new() argument 48 return nvkm_pci_new_(&g94_pci_func, device, index, ppci); in g94_pci_new()
|
| H A D | g92.c | 54 g92_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g92_pci_new() argument 56 return nvkm_pci_new_(&g92_pci_func, device, index, ppci); in g92_pci_new()
|
| H A D | nv04.c | 55 nv04_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv04_pci_new() argument 57 return nvkm_pci_new_(&nv04_pci_func, device, index, ppci); in nv04_pci_new()
|
| H A D | nv40.c | 62 nv40_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv40_pci_new() argument 64 return nvkm_pci_new_(&nv40_pci_func, device, index, ppci); in nv40_pci_new()
|
| H A D | base.c | 186 int index, struct nvkm_pci **ppci) in nvkm_pci_new_() argument 190 if (!(pci = *ppci = kzalloc(sizeof(**ppci), GFP_KERNEL))) in nvkm_pci_new_()
|
| H A D | gf100.c | 99 gf100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf100_pci_new() argument 101 return nvkm_pci_new_(&gf100_pci_func, device, index, ppci); in gf100_pci_new()
|
| H A D | g84.c | 153 g84_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g84_pci_new() argument 155 return nvkm_pci_new_(&g84_pci_func, device, index, ppci); in g84_pci_new()
|
| H A D | gk104.c | 225 gk104_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gk104_pci_new() argument 227 return nvkm_pci_new_(&gk104_pci_func, device, index, ppci); in gk104_pci_new()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 692 struct pci_dn *ppci; in pci_dma_bus_setup_pSeriesLP() local 712 ppci = PCI_DN(pdn); in pci_dma_bus_setup_pSeriesLP() 715 pdn, ppci->table_group); in pci_dma_bus_setup_pSeriesLP() 717 if (!ppci->table_group) { in pci_dma_bus_setup_pSeriesLP() 718 ppci->table_group = iommu_pseries_alloc_group(ppci->phb->node); in pci_dma_bus_setup_pSeriesLP() 719 tbl = ppci->table_group->tables[0]; in pci_dma_bus_setup_pSeriesLP() 720 iommu_table_setparms_lpar(ppci->phb, pdn, tbl, in pci_dma_bus_setup_pSeriesLP() 721 ppci->table_group, dma_window); in pci_dma_bus_setup_pSeriesLP() 723 iommu_init_table(tbl, ppci->phb->node, 0, 0); in pci_dma_bus_setup_pSeriesLP() 724 iommu_register_group(ppci->table_group, in pci_dma_bus_setup_pSeriesLP() [all …]
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 218 CharInfoPtr *ppci, 226 CharInfoPtr *ppci,
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.h | 81 CharInfoPtr * ppci, void *pglyphBase); 84 CharInfoPtr * ppci, void *pglyphBase);
|
| H A D | dmxgcops.c | 511 CharInfoPtr * ppci, void *pglyphBase) in dmxImageGlyphBlt() argument 520 CharInfoPtr * ppci, void *pglyphBase) in dmxPolyGlyphBlt() argument
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 118 unsigned int nglyph, CharInfoPtr * ppci, 1369 CharInfoPtr *ppci = ppciInit; in RootlessImageGlyphBlt() local 1374 box.x1 = ppci[0]->metrics.leftSideBearing; in RootlessImageGlyphBlt() 1377 box.x2 = ppci[nglyph - 1]->metrics.rightSideBearing - in RootlessImageGlyphBlt() 1378 ppci[nglyph - 1]->metrics.characterWidth; in RootlessImageGlyphBlt() 1386 width += (*ppci)->metrics.characterWidth; in RootlessImageGlyphBlt() 1387 ppci++; in RootlessImageGlyphBlt() 1422 CharInfoPtr * ppci, void *pglyphBase) in RootlessPolyGlyphBlt() argument 1428 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in RootlessPolyGlyphBlt() 1434 box.x1 = dst->x + x + ppci[0]->metrics.leftSideBearing; in RootlessPolyGlyphBlt() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiterPriv.h | 247 CharInfoPtr * ppci, void *pglyphBase); 250 CharInfoPtr * ppci, void *pglyphBase);
|
| H A D | xf86VGAarbiter.c | 861 CharInfoPtr * ppci, void *pglyphBase) in VGAarbiterImageGlyphBlt() argument 868 nglyph, ppci, pglyphBase); in VGAarbiterImageGlyphBlt() 878 CharInfoPtr * ppci, void *pglyphBase) in VGAarbiterPolyGlyphBlt() argument 885 nglyph, ppci, pglyphBase); in VGAarbiterPolyGlyphBlt()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 321 CharInfoPtr * ppci, void *pglyphBase) in ExaCheckImageGlyphBlt() argument 327 pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckImageGlyphBlt() 336 CharInfoPtr * ppci, void *pglyphBase) in ExaCheckPolyGlyphBlt() argument 343 pGC->ops->PolyGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckPolyGlyphBlt()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 468 CharInfoPtr *ppci, void *pglyphBase) in DRIPolyGlyphBlt() argument 476 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in DRIPolyGlyphBlt()
|