Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:regions
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
memblock.h
63
* struct memblock_type - collection of memory
regions
of certain type
64
* @cnt: number of
regions
66
* @total_size: size of all
regions
67
* @
regions
: array of
regions
74
struct memblock_region *
regions
;
member
82
* @memory: usable memory
regions
83
* @reserved: reserved memory
regions
509
* for_each_mem_region - itereate over memory
regions
513
for (region = memblock.memory.
regions
; regio
[all...]
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
1097
MppEncROIRegion *
regions
; /**< ROI parameters */
member
1103
* Mpp OSD support total 8
regions
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
1098
MppEncROIRegion *
regions
; /**< ROI parameters */
member
1104
* Mpp OSD support total 8
regions
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
1098
MppEncROIRegion *
regions
; /**< ROI parameters */
member
1104
* Mpp OSD support total 8
regions
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
1199
MppEncROIRegion *
regions
; /**< ROI parameters */
member
1224
* Mpp OSD support total 8
regions
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
382
* list of reserved
regions
.
384
* @
regions
: list of
regions
389
static int iommu_insert_resv_region(struct iommu_resv_region *new, struct list_head *
regions
)
in iommu_insert_resv_region()
argument
400
list_for_each_entry(iter,
regions
, list)
in iommu_insert_resv_region()
408
/* Merge overlapping segments of type nr->type in @
regions
, if any */
in iommu_insert_resv_region()
409
list_for_each_entry_safe(iter, tmp,
regions
, list)
in iommu_insert_resv_region()
436
list_splice(&stack,
regions
);
in iommu_insert_resv_region()
742
/* We need to consider overlapping
regions
for different devices */
in iommu_create_device_direct_mappings()
2850
* @dev: device for which to free reserved
regions
[all...]
Completed in 15 milliseconds