| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 244 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 D | exynos-iommu.c | 51 #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 D | cmap_xfbdev.rst | 45 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 D | rknpu_debugger.h | 77 struct proc_dir_entry *pent; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_debugger.h | 83 struct proc_dir_entry *pent; member
|
| H A D | rga2_debugger.c | 300 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 D | atmel_pci.c | 40 const struct pci_device_id *pent) in atmel_pci_probe() argument
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/ |
| H A D | rve_debugger.h | 91 struct proc_dir_entry *pent; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga_debugger.h | 94 struct proc_dir_entry *pent; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_debugger.c | 467 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 D | hciattach_rtk.c | 492 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 D | rknpu_debugger.c | 487 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 D | rga_debugger.c | 651 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 D | nouveau_drm.c | 740 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 D | airo.c | 5603 const struct pci_device_id *pent) in airo_pci_probe() argument
|