Home
last modified time | relevance | path

Searched refs:pent (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c244 EntryPtr pent; in CreateColormap() local
299 for (pent = &pmap->red[size - 1]; pent >= pmap->red; pent--) in CreateColormap()
300 pent->refcnt = AllocPrivate; in CreateColormap()
340 for (pent = &pmap->green[size - 1]; pent >= pmap->green; pent--) in CreateColormap()
341 pent->refcnt = AllocPrivate; in CreateColormap()
355 for (pent = &pmap->blue[size - 1]; pent >= pmap->blue; pent--) in CreateColormap()
356 pent->refcnt = AllocPrivate; in CreateColormap()
406 EntryPtr pent; in FreeColormap() local
424 for (pent = &pmap->red[pmap->pVisual->ColormapEntries - 1]; in FreeColormap()
425 pent >= pmap->red; pent--) { in FreeColormap()
[all …]
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dexynos-iommu.c51 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument
52 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument
53 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument
100 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) argument
102 #define spage_phys(pent) (sect_to_phys(*(pent)) & SPAGE_MASK) argument
932 sysmmu_pte_t *pent; in alloc_lv2entry() local
935 pent = kmem_cache_zalloc(lv2table_kmem_cache, GFP_ATOMIC); in alloc_lv2entry()
936 BUG_ON((uintptr_t)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry()
937 if (!pent) in alloc_lv2entry()
940 exynos_iommu_set_pte(sent, mk_lv1ent_page(virt_to_phys(pent))); in alloc_lv2entry()
[all …]
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dcmap_xfbdev.rst45 dr = (long) pent->co.local.red - prgb->red;
46 dg = (long) pent->co.local.green - prgb->green;
47 db = (long) pent->co.local.blue - prgb->blue;
/OK3568_Linux_fs/kernel/drivers/rknpu/include/
H A Drknpu_debugger.h77 struct proc_dir_entry *pent; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_debugger.h83 struct proc_dir_entry *pent; member
H A Drga2_debugger.c300 if (pos->pent == NULL) in rga_procfs_remove_files()
341 tmp->pent = ent; in rga_procfs_create_files()
/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Datmel_pci.c40 const struct pci_device_id *pent) in atmel_pci_probe() argument
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_debugger.h91 struct proc_dir_entry *pent; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_debugger.h94 struct proc_dir_entry *pent; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_debugger.c467 if (pos->pent == NULL) in rve_procfs_remove_files()
510 tmp->pent = ent; in rve_procfs_create_files()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c492 struct patch_info *pent = rtk_hw_cfg.patch_ent; in xtalset_supported() local
495 if (pent->chip_type != CHIP_8723DS && in xtalset_supported()
496 pent->chip_type != CHIP_8822BS && in xtalset_supported()
497 pent->chip_type != CHIP_8821CS) in xtalset_supported()
2013 struct patch_info *pent = rtk_hw_cfg.patch_ent; in rtk_parse_config_file() local
2048 if (pent->chip_type > CHIP_BEFORE && in rtk_parse_config_file()
2051 if (pent->chip_type <= CHIP_BEFORE && in rtk_parse_config_file()
2128 if (pent->chip_type > CHIP_BEFORE) { in rtk_parse_config_file()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_debugger.c487 if (pos->pent == NULL) in rknpu_procfs_remove_files()
530 tmp->pent = ent; in rknpu_procfs_create_files()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_debugger.c651 if (pos->pent == NULL) in rga_procfs_remove_files()
694 tmp->pent = ent; in rga_procfs_create_files()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c740 const struct pci_device_id *pent) in nouveau_drm_probe() argument
791 ret = drm_dev_register(drm_dev, pent->driver_data); in nouveau_drm_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo.c5603 const struct pci_device_id *pent) in airo_pci_probe() argument