Searched refs:current_region (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_largepixmap.c | 48 RegionPtr current_region; in __glamor_compute_clipped_regions() local 125 current_region = RegionCreate(NULL, 4); in __glamor_compute_clipped_regions() 126 RegionIntersect(current_region, &temp_region, region); in __glamor_compute_clipped_regions() 128 DEBUGRegionPrint(current_region); in __glamor_compute_clipped_regions() 129 if (RegionNumRects(current_region)) { in __glamor_compute_clipped_regions() 130 clipped_regions[k].region = current_region; in __glamor_compute_clipped_regions() 135 RegionDestroy(current_region); in __glamor_compute_clipped_regions() 352 RegionPtr current_region; in _glamor_compute_clipped_regions() local 501 current_region = RegionCreate(NULL, 4); in _glamor_compute_clipped_regions() 523 RegionAppend(current_region, &temp_region); in _glamor_compute_clipped_regions() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | sdio.c | 2380 const struct ath10k_mem_region *current_region, in ath10k_sdio_dump_memory_generic() argument 2386 if (current_region->section_table.size > 0) in ath10k_sdio_dump_memory_generic() 2389 current_region, in ath10k_sdio_dump_memory_generic() 2391 current_region->len); in ath10k_sdio_dump_memory_generic() 2398 current_region->start, in ath10k_sdio_dump_memory_generic() 2400 current_region->len); in ath10k_sdio_dump_memory_generic() 2403 current_region->start, in ath10k_sdio_dump_memory_generic() 2405 current_region->len); in ath10k_sdio_dump_memory_generic() 2409 current_region->name, ret); in ath10k_sdio_dump_memory_generic() 2413 return current_region->len; in ath10k_sdio_dump_memory_generic() [all …]
|
| H A D | pci.c | 1627 const struct ath10k_mem_region *current_region, in ath10k_pci_dump_memory_generic() argument 1632 if (current_region->section_table.size > 0) in ath10k_pci_dump_memory_generic() 1635 current_region, in ath10k_pci_dump_memory_generic() 1637 current_region->len); in ath10k_pci_dump_memory_generic() 1643 current_region->start, in ath10k_pci_dump_memory_generic() 1645 current_region->len); in ath10k_pci_dump_memory_generic() 1648 current_region->name, ret); in ath10k_pci_dump_memory_generic() 1652 return current_region->len; in ath10k_pci_dump_memory_generic() 1659 const struct ath10k_mem_region *current_region; in ath10k_pci_dump_memory() local 1675 current_region = &mem_layout->region_table.regions[0]; in ath10k_pci_dump_memory() [all …]
|
| H A D | snoc.c | 1409 const struct ath10k_mem_region *current_region; in ath10k_msa_dump_memory() local 1421 current_region = &mem_layout->region_table.regions[0]; in ath10k_msa_dump_memory() 1432 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory() 1436 if (current_region->len < ar->msa.mem_size) { in ath10k_msa_dump_memory() 1437 memcpy(buf, ar->msa.vaddr, current_region->len); in ath10k_msa_dump_memory() 1439 current_region->len, ar->msa.mem_size); in ath10k_msa_dump_memory()
|