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:iommu_fwnode
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
iommu.h
556
* @
iommu_fwnode
: firmware handle for this device's IOMMU
564
struct fwnode_handle *
iommu_fwnode
;
member
581
int iommu_fwspec_init(struct device *dev, struct fwnode_handle *
iommu_fwnode
, const struct iommu_ops *ops);
916
static inline int iommu_fwspec_init(struct device *dev, struct fwnode_handle *
iommu_fwnode
, const struct iommu_ops *ops)
in iommu_fwspec_init()
argument
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
183
fwnode_handle_put(param->fwspec->
iommu_fwnode
);
in dev_iommu_free()
2925
int iommu_fwspec_init(struct device *dev, struct fwnode_handle *
iommu_fwnode
, const struct iommu_ops *ops)
in iommu_fwspec_init()
argument
2943
of_node_get(to_of_node(
iommu_fwnode
));
in iommu_fwspec_init()
2944
fwspec->
iommu_fwnode
=
iommu_fwnode
;
in iommu_fwspec_init()
2956
fwnode_handle_put(fwspec->
iommu_fwnode
);
in iommu_fwspec_free()
H
A
D
dma-iommu.c
173
if (!is_of_node(dev_iommu_fwspec_get(dev)->
iommu_fwnode
)) {
in iommu_dma_get_resv_regions()
Completed in 13 milliseconds